RobP
June 30th, 1999, 03:18 PM
I have packaged my C++ executable with the necessary dll's and it works great on WinNt, but crashes on Win95. Has anybody had any experiences with this? Also, there is different problems with different versions of Win95
John Holifield
June 30th, 1999, 03:24 PM
Be sure you are distributing the correct version of all DLLs. Some versions are different under Windows95 and WindowsNT (commctl32.dll for example). Also, be sure you're code doesn't use WindowsNT only API calls if you have to run under W95. If you're getting a specific error message when you crash, it may help if you post it.
Good Luck,
John