I am tring to make a DLL
My Exe Program calls the functions of DLL
In a certain function, i create a thread. The thread will take 30-40 minutes to finish
Meanwhile i have other things to do in Exe
We cannot do anything with the exe program. Actually it is a game server, which has the option to load plugins(dlls) and squirrel embedded so that we can call functions of dlls from script of game server.