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
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
Re: Win2000 -> NT Problem
Thanks a lot for your advice. Now everything works just fine !!!
HoBro