in MSVC++, you do
__int64 n=9223372036854775807i64;
but in all forms of GCC, including mingw-w64, you do
#include
__int64 n=9223372036854775807LL;
because nothing else works.
could that be fixed? it would be nice to natively compile windows programs
without #ifdef-ing them to death and making l
On Sat, May 8, 2010 at 6:19 AM, t66...@gmail.com wrote:
> Hello:
> Further interests to the 64bit no leading underscore problem...
> I was trying to compile various library projects using gcc-4_5-branch +
> bin-cvs and then found out there's linking problems at libxvidcore.dll
>
> Link problem als
Hello:
Further interests to the 64bit no leading underscore problem...
I was trying to compile various library projects using gcc-4_5-branch +
bin-cvs and then found out there's linking problems at libxvidcore.dll
Link problem also with x264.exe
Where in the x264 code:
common/cpu.c:extern uint32