CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2001
    Location
    Austria
    Posts
    25

    Win2000 -> NT Problem

    Hi,

    I have a strange problem. We developed a really large VB program with NT 4. Yesterday I got a new computer with Windows 2000. I didn't have a problem with compiling the program, writing the EXE or starting the program. BUT when a user with NT 4 tries to start the Win2000 compiled program, he'll get a Dr. Watson error message. I can't figure out, whats wrong with it. Are there any special compile instruction, which I must set that the program will run on NT 4 ???
    Thanks for your help !

    HoBro


  2. #2
    Join Date
    Jul 1999
    Posts
    84

    Re: Win2000 -> NT Problem

    Hello,

    We have been facing the same problem long time ago.

    Run the Dependency walker software, which allows you to know the dlls required for the software to run and be compiled properly. Once you know the dlls required place the dlls in the VB project location and compile or run the software. This should solve the problem.

    Thanks
    Harini

  3. #3
    Join Date
    Apr 2001
    Location
    CA
    Posts
    153

    Re: Win2000 -> NT Problem

    I'm convinced that some of the DLLs in win2k are not 'good' for nt4. We've found that including the latest and greatest versions of some win2k DLLs in our install package causes some features of our app to not work on nt4. We've reserved a machine with nt4 for doing our exe compiles and

    thanx/good luck,
    adam
    thanx/good luck

  4. #4
    Join Date
    Apr 2001
    Location
    Austria
    Posts
    25

    Re: Win2000 -> NT Problem

    Thanks a lot for your advice. Now everything works just fine !!!

    HoBro


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