Dll used by app
-
Hi. I´m trying to run my app after creating the setup and installing it on a clean computer, I mean, with the OS recently installed to avoid finding "extra" dll around. After installing the app with no errors, when I run I see nothing. No error, no program, nothing. In the task manager I hace checked that it starts and finishes in about a second. In my computer, it works fine, but I want to check how would it work on the costumer´s computer. I have used a program (Dll Show by Design) to know whick dll and other files does the program use, and here is the list: advapi32.dll clbcatq.dll comctl32.dll comctl32.ocx comdlg32.dll conres.dll dnsapi.dll fm20.dll fm20esn.dll gdi32.dll hnetcfg.dll kernel32.dll mfc42.dll mfc42loc.dll mscomm32.ocx msctf.dll msflxgrd.ocx msvcrt.dll mswsock.dll netapi32.dll ntdll.dll ntwdblib.dll ole32.dll aleaut32.dll olepro32.dll riched20.dll rpcrt4.dll secur32.dll shell32.dll shlwapi.dll sxs.dll tmb.exe user32.dll uxtheme.dll version.dll winrnr.dll wldap32.dll ws2_32.dll ws2help.dll wshtcpip.dll My question is: I know that the exe must be included on the setup.exe (of course), and if I include all this files it could be risky that there are some files like kernel32.dll that are unique in each computer so, do you see any file in the list that you think could be necessary in the setup? Should I include the ocx like msflxgrd.ocx os mscomm.ocx? Thanks!
Time to come clean... Vive y deja vivir / Live and let live Javier
-
Hi. I´m trying to run my app after creating the setup and installing it on a clean computer, I mean, with the OS recently installed to avoid finding "extra" dll around. After installing the app with no errors, when I run I see nothing. No error, no program, nothing. In the task manager I hace checked that it starts and finishes in about a second. In my computer, it works fine, but I want to check how would it work on the costumer´s computer. I have used a program (Dll Show by Design) to know whick dll and other files does the program use, and here is the list: advapi32.dll clbcatq.dll comctl32.dll comctl32.ocx comdlg32.dll conres.dll dnsapi.dll fm20.dll fm20esn.dll gdi32.dll hnetcfg.dll kernel32.dll mfc42.dll mfc42loc.dll mscomm32.ocx msctf.dll msflxgrd.ocx msvcrt.dll mswsock.dll netapi32.dll ntdll.dll ntwdblib.dll ole32.dll aleaut32.dll olepro32.dll riched20.dll rpcrt4.dll secur32.dll shell32.dll shlwapi.dll sxs.dll tmb.exe user32.dll uxtheme.dll version.dll winrnr.dll wldap32.dll ws2_32.dll ws2help.dll wshtcpip.dll My question is: I know that the exe must be included on the setup.exe (of course), and if I include all this files it could be risky that there are some files like kernel32.dll that are unique in each computer so, do you see any file in the list that you think could be necessary in the setup? Should I include the ocx like msflxgrd.ocx os mscomm.ocx? Thanks!
Time to come clean... Vive y deja vivir / Live and let live Javier
garfield185 wrote:
In the task manager I hace checked that it starts and finishes in about a second.
Sounds like an ActiveX control has not been registered.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
garfield185 wrote:
In the task manager I hace checked that it starts and finishes in about a second.
Sounds like an ActiveX control has not been registered.
"A good athlete is the result of a good and worthy opponent." - David Crow
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
I have checked that, and all the controls are registered. I use a .bat file to use RegSvr32 and register the ocx, and all the dll that I put on system32 folder. Any other idea? I have tried many times and different ways, but I just can´t... :wtf:
Time to come clean... Vive y deja vivir / Live and let live Javier