Jump to content
xisto Community
Sign in to follow this  
jedipi

Vc Runtime Lib Error When Run A Program

Recommended Posts

the program was tested in my machine with VS.net installed. It run without any problem with 24 hours.However, when I run it in other machine without VS.NET or VC ienvironment,it didn't works. Even I installed dot.net framework and copy MFC, VC's dll files to this PC, it just don;t run.The following are the dll files that I copied:mfc40.dllmfc40loc.dllmfc40u.dllmfc42.dllMFC42CHS.DLLmfc42loc.dllmfc42u.dllMFC71.dllMFC71CHS.DLLMFC71CHT.DLLmfc71d.dllMFC71DEU.DLLMFC71ENU.DLLMFC71ESP.DLL2005-04-01 01:02 61,440 MFC71FRA.DLL2005-04-01 01:02 61,440 MFC71ITA.DLL2005-04-01 01:02 49,152 MFC71JPN.DLL2005-04-01 01:02 49,152 MFC71KOR.DLL2005-04-01 01:02 1,047,552 MFC71u.dll2005-04-01 01:03 2,174,464 mfc71ud.dll2005-04-01 01:03 26,896 mfcsubs.dll2005-04-01 00:55 54,784 msvci70.dll2005-04-01 00:55 77,878 msvcirt.dll2005-04-01 00:55 565,760 msvcp50.dll2005-04-01 00:55 401,462 Msvcp60.dll2005-04-01 00:55 499,712 msvcp71.dll2005-04-01 00:56 765,952 msvcp71d.dll2005-04-01 00:56 344,064 msvcr70.dll2005-04-01 00:56 348,160 msvcr71.dll2005-04-01 00:56 544,768 msvcr71d.dll2005-04-01 00:56 286,773 msvcrt.dll2005-04-01 00:56 210,944 MSVCRT10.DLL2005-04-01 00:56 253,952 msvcrt20.dll2005-04-01 00:56 65,024 msvcrt40.dll

Share this post


Link to post
Share on other sites

Umm, I don't think there is much we can do for you without some idea of what the program is. Could you please provide us with the code or if there is too much code, information on what the program is supposed to do as well as the exact text of the error message?

Share this post


Link to post
Share on other sites

Sorry...here are the error message..I thing the problem is not a missing dll, but confliction between the runtime libraries. I will check whether the "error reporting" is enabled in both machine when I have time.My guess is that it is not enabled in the system which shows no error, but enabled in the one that shows error. If so, I need to correct your program. :P

Share this post


Link to post
Share on other sites

Hmm, two things I noticed, one, the okay button is in asian characters and the text is in English, do you have windows set up for an asian language, or is this a weird fluke. Two, the "unusual way" part of the message. See if you can write an error trap in the program (In VB it's on error goto, I don't remember for VC) and get it to output the a) error message and :P exit code of the program.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.