CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2001
    Posts
    23

    dll file doesn't work after upgrade to Windows2000

    Hi,

    I've just upgraded my system to Windows2000, afterward I reinstiall my
    Visual Studio, etc.
    The project I'm working on uses one dll file. Now it sometimes give me
    run-time errors when I try to call functions from this dll file. But it
    worked fine in Windows98.
    Can anyone tell me why? Does it mean the dll cannot be use under
    Windows2000?

    I'm very appreciate if someone can help me!
    Thanks a lot!


  2. #2
    Join Date
    Dec 1999
    Location
    Greece
    Posts
    75

    Re: dll file doesn't work after upgrade to Windows2000

    Try to recompile the dll and make dll again


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