Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: RainCode
  • Order by date
  1. RainCode

    Using string as return value from a DLL causes a crash

    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...
  2. RainCode

    problem with findWindow porting dll from NT to 98

    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...

Part and Inventory Search

Back
Top