the Dll I write under Window XP cannot be registered under Windows 2000. why?
-
-
I programm it with vc+++ and mfc,atl. does this has anything to do with the difference of the operating system? if dose, how to fix it? if not, what could have been the cause?
Thank you very much!!! ------------------- I am learning C++ and English
can you be more specific? Is that dll links with any dll supported on XP? use depends.exe in visual studio to see dependency.
Prasad Notifier using ATL
-
can you be more specific? Is that dll links with any dll supported on XP? use depends.exe in visual studio to see dependency.
Prasad Notifier using ATL
I detected four files my dll depends on with a software named Setup Factory. all of them are located in the system folder of window, which I think will be the reason and I have not had a chance to test it.
Thank you very much!!! ------------------- I am learning C++ and English
-
I detected four files my dll depends on with a software named Setup Factory. all of them are located in the system folder of window, which I think will be the reason and I have not had a chance to test it.
Thank you very much!!! ------------------- I am learning C++ and English
Run depends.exe, on both OS, if its shows some missing dll. Try to ship it with your dll, and test.
Prasad Notifier using ATL