CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: dll problem

  1. #1
    Join Date
    May 1999
    Posts
    5

    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


  2. #2
    Join Date
    Apr 1999
    Location
    Alabama, USA
    Posts
    261

    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
  •  





Click Here to Expand Forum to Full Width

Featured