I'm using this compiler call (generated by QT's qmake): cl.exe /Od /I "\boost-1.32.0" /I "\Qt\include" /I "." /I "\Qt\mkspecs\win32-msvc.net" /D "_WINDOWS" /D "UNICODE" /D "WIN32" /D "BOOST_SIGNALS_NAMESPACE=signalslib" /D "QT_THREAD_SUPPORT" /Gm /EHsc /MTd /GR /Fo".\\" /Fd".\\" /W3 /nologo /c /Zi /TP -Zm200 -GX -GX -w34100 -w34189 test_wrap.cpp Resulting in this error: ..\boost-1.32.0\boost\mpl\aux_\preprocessed\plain\apply_wrap.hpp(48) : fatal error C1001: INTERNAL C OMPILER ERROR Compiler is: Microsoft Development Environment Version 7.1.3088 Jom
-----Ursprüngliche Nachricht----- Von: Victor A. Wagner Jr. [mailto:vawjr@rudbek.com] Gesendet: Montag, 20. Dezember 2004 19:33
your snippit compiles fine using my vs7.1 and the latest from CVS. is there some code needed to instantiate any of this needed to cause the ICE?