Who to make a package ?
-
Hello All, I have a dll file and a win 32 API executable file. If I try to use run the exe in other systems it gives error some library files are missing ..application cannot be used. So can u please tell me how to make a package which will install all the required library files and also register the dll in the system regedt32.exe Thanking you,:) Suresh HC.
Inno Setup[^] is perfect, and free
[VisualCalc][Flags Beginner's Guide] | [Forums Guidelines][My Best Advice]
-
Hello All, I have a dll file and a win 32 API executable file. If I try to use run the exe in other systems it gives error some library files are missing ..application cannot be used. So can u please tell me how to make a package which will install all the required library files and also register the dll in the system regedt32.exe Thanking you,:) Suresh HC.
Are the dll and exe in the same directory? What does the error message say, exactly? Also, remember that debug MFC builds will be linked to debug MFC dll's - so you should only distribute release builds. Finally, if you are using VS2005, the other system may not have the necessary VS2005 redistributables, so you will have to install them on the other system.
-
Are the dll and exe in the same directory? What does the error message say, exactly? Also, remember that debug MFC builds will be linked to debug MFC dll's - so you should only distribute release builds. Finally, if you are using VS2005, the other system may not have the necessary VS2005 redistributables, so you will have to install them on the other system.
-
Have a look at InstallShield[^].
Prasad Notifier using ATL | Operator new[],delete[][^]
-
Inno Setup[^] is perfect, and free
[VisualCalc][Flags Beginner's Guide] | [Forums Guidelines][My Best Advice]
-
Yes exe and dll are in the same directory , but in the other system there is no visual studio just windows .. when I try to execute the exe its give some library files missing.
then you either have to compile the MFC as a static library, or provide with your exe the DLLs required (most of the time, mfc_xx_.dll, mscvr_xx_.dll, msvcp_xx_.dll where xx is the version of the dll)
[VisualCalc][Flags Beginner's Guide] | [Forums Guidelines][My Best Advice]
-
Inno Setup[^] is perfect, and free
[VisualCalc][Flags Beginner's Guide] | [Forums Guidelines][My Best Advice]
I second that. Inno is easy to use and serves the purpose well, for being a freebie.
I am not ashamed to confess that I am ignorant of what I do not know. - Marcus Tullius Cicero
-
Hello All, I have a dll file and a win 32 API executable file. If I try to use run the exe in other systems it gives error some library files are missing ..application cannot be used. So can u please tell me how to make a package which will install all the required library files and also register the dll in the system regedt32.exe Thanking you,:) Suresh HC.
-
Hello All, I have a dll file and a win 32 API executable file. If I try to use run the exe in other systems it gives error some library files are missing ..application cannot be used. So can u please tell me how to make a package which will install all the required library files and also register the dll in the system regedt32.exe Thanking you,:) Suresh HC.
Suresh H wrote:
...it gives error some library files are missing...
Such as?
"Approved Workmen Are Not Ashamed" - 2 Timothy 2:15
"Judge not by the eye but by the heart." - Native American Proverb
-
Hello All, I have a dll file and a win 32 API executable file. If I try to use run the exe in other systems it gives error some library files are missing ..application cannot be used. So can u please tell me how to make a package which will install all the required library files and also register the dll in the system regedt32.exe Thanking you,:) Suresh HC.
Lots of info here: Deployment (C++)[^]
"Do you know what it's like to fall in the mud and get kicked... in the head... with an iron boot? Of course you don't, no one does. It never happens. It's a dumb question... skip it."