RE: SV: [xml] windows binary with different calling



When we do a

   #if defined _WIN32
     #define XMLCALL __cdecl
   #else
     #define XMLCALL
   #endif

then I am quite sure every Unix incarnation will have it 
empty... unless 
you compile with -D_WIN32 on your box :-) I think it safe to 
assume the 
sun will go nova before you do so :-) :-)

Yes, it's perfectly safe. I think we do it for libxml++ or libsigc++
already. It's just tedious that you need to do this with MSVC++.

Murray Cumming
murrayc usa net
www.murrayc.com



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]