Hi, > Damn I got a quick answer from the ng! Here's why you're getting the error. > Don't create pointers in the main thread and then free them in the DLL, > because they probably don't share the same memory space.
OK, so the fix for this would be to put sci_memory.c into the library and always use its functions if defined(_MSC_VER)? llap, Christoph
