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

has anybody managed to embed mzscheme in a visual c++ "multithreaded dll" project?



hello all,

i spent the week-end to try to embed mzscheme in a visual c++
"multithreaded dll" project, but even the simple test program at:
http://www.cs.rice.edu/CS/PLT/packages/doc/insidemz/node6.htm
crashes.

the embedding works fine when i don't use the "multithreaded dll"
setting, but the "multithreaded" setting.

i tried already to copy the visual c++ project
plt\src\worksp\mzscheme,
set the active project configuration to: "win32 mt dll"
and replace the main of the main.c with the main in the example given 
above. this was to make sure that i use the correct preprocessor defines
and the correct libraries to link to, but the problem still persists.

--
MfG,
Christian Schuhegger