Make sure that all dlls and exe are compiled in the same way:
All files should be build in the same way: all in debug mode or all in release mode.
You call the constructor of a string in a dll and you call the destructor in another dll or in an exe.
string allocates memory in constructor and...
Well, all I can see is:
1. Your code is called in a complex environment (Java virtual machine) that can use multiple threads in W98 and can use multiple threads or fibers in WNT.
2. Your code frozes in FindWindow.
3. MSDN says that FindWindow uses GetWindowText and troubles with GetWindowText...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.