1 Feb 2008 18:07
Multithreaded DLLs
I filed a bug report for this issue but I wanted to see if anyone else was having a problem with this. Whenever I make a multithreaded project, create a dynamic library and try to load this library, the program hangs trying to load the library. If it's a finalized version of the library, it seg-faults. The program itself works fine and if I make the exact same DLL without the multithreading option, it loads fine. Make a new project with root APPLICATION.make. Remove base precompile. Enable multithreading in advanced project settings. Create dynamic library exporting test with creation procedure make_i as __cdecl. Freeze project and copy dll in to SYSTEM32. class APPLICATION create make, make_i feature -- Initialization make is -- Run application. local do make_i test end make_i is do end test is(Continue reading)
RSS Feed