|
-
June 30th, 1999, 03:18 PM
#1
dll problem
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
-
June 30th, 1999, 03:24 PM
#2
Re: dll problem
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|