little endian detection
Hello, Is boost supported for Visual C++ 8 in 64 bit mode on XP 64 on an AMD Turion. When I run cl.exe /E boost/detail/endian.hpp I get the error message that it must be set up correctly. I use boost-1_33_1 coming with cygwin. thanks in advance, andreas
I believe almost every part of cygwin is 32-bit, so it probably won't work if you try to link it with 64-bit objects compiled by VC 8. Andreas Fabri wrote:
Hello,
Is boost supported for Visual C++ 8 in 64 bit mode on XP 64 on an AMD Turion.
When I run cl.exe /E boost/detail/endian.hpp I get the error message that it must be set up correctly.
I use boost-1_33_1 coming with cygwin.
thanks in advance,
andreas _______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
participants (2)
-
Andreas Fabri
-
Hin-Tak Leung