| View previous topic :: View next topic |
| Author |
Message |
mstorman
Joined: 2005-09-06 19:52 Posts: 9 Topics: 2
|
#1| Posted: 2008-01-30 17:26 Post subject: This application has failed to start because MSVCRTD.dll |
|
|
1. When I download PcHelpWare_rel10.zip and browse to /server there is a PcHelpware.exe file there. When I create a custom server, everything works fine.
2. When I download PcHelpWare_rel10_src.zip, browse to /gui_src open the project file in Visual Studio, and build a new PcHelpware.exe - then replace the PcHelpware.exe in 1 with the newly built one I get the following error: "This application has failed to start because MSVCRTD.dll was not found. Re-installing the application may fix this problem"
Any Thoughts?
Thanks,
Matthew. |
|
| Back to top |
|
 |
Rudi De Vos Admin & Developer
Joined: 2004-04-23 10:21 Posts: 3930 Topics: 212
|
#2| Posted: 2008-01-30 19:09 Post subject: Re: This application has failed to start because MSVCRTD.dll |
|
|
VC6.0 redistributables are preinstalled on all OS's.
VS2005 redistributables like (MSVCRTD.dll) does not exist on older systems, you need to include them or static link so the exe is independed of the dll. _________________ http://www.pchelpware.com
http://www.uvnc.com |
|
| Back to top |
|
 |
mstorman
Joined: 2005-09-06 19:52 Posts: 9 Topics: 2
|
#3| Posted: 2008-01-30 20:51 Post subject: Re: This application has failed to start because MSVCRTD.dll |
|
|
Does what you said still apply since im using Visual Studio 2006 Enterprise?
Thanks,
Matthew. |
|
| Back to top |
|
 |
mstorman
Joined: 2005-09-06 19:52 Posts: 9 Topics: 2
|
#4| Posted: 2008-01-30 21:05 Post subject: Re: This application has failed to start because MSVCRTD.dll |
|
|
Doh! I was compiling in debug mode and not release mode.
Thanks! |
|
| Back to top |
|
 |
|