Re: [Live-devel] build failure for Windows 64 bits

2025-03-26 Thread Ross Finlayson
> On Mar 27, 2025, at 2:11 PM, BENMOUSSA Yahia - Contractor via live-devel > wrote: > > Do we need to make any changes on win32config to build live555 for 64 bits > ? Probably, because it includes “32” in several places. But I’ve never built the code for 64-bit Windows (and, to be hones

Re: [Live-devel] build failure for Windows 64 bits

2025-03-26 Thread BENMOUSSA Yahia - Contractor via live-devel
--- Begin Message --- Classified as: {OPEN} No, I can't use a newer compiler. The problem appears only for 64 bits configuration. The build is OK with the same compiler version using 32 bits configuration. Do we need to make any changes on win32config to build live555 for 64 bits ? {OP

Re: [Live-devel] build failure for Windows 64 bits

2025-03-26 Thread Ross Finlayson
> On Mar 27, 2025, at 12:43 PM, BENMOUSSA Yahia - Contractor via live-devel > wrote: > > I tried to build live555 for Windows 64 bits using visual studio 2017 and I > got the following errors : > Error C2664 'PCSTR inet_ntop(INT,PVOID,PSTR,size_t)': cannot convert > argument 2 from 'const

[Live-devel] build failure for Windows 64 bits

2025-03-26 Thread BENMOUSSA Yahia - Contractor via live-devel
--- Begin Message --- Classified as: {OPEN} Hi Ross, I tried to build live555 for Windows 64 bits using visual studio 2017 and I got the following errors : Error C2664 'PCSTR inet_ntop(INT,PVOID,PSTR,size_t)': cannot convert argument 2 from 'const ipv4AddressBits *' to 'PVOID' NetAddress.cpp