Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Vc Runtime Lib Error When Run A Program
jedipi
post Apr 3 2005, 02:02 AM
Post #1


Premium Member
Group Icon

Group: Members
Posts: 352
Joined: 2-March 05
From: Australia
Member No.: 2,859



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.dll
mfc40loc.dll
mfc40u.dll
mfc42.dll
MFC42CHS.DLL
mfc42loc.dll
mfc42u.dll
MFC71.dll
MFC71CHS.DLL
MFC71CHT.DLL
mfc71d.dll
MFC71DEU.DLL
MFC71ENU.DLL
MFC71ESP.DLL
2005-04-01 01:02 61,440 MFC71FRA.DLL
2005-04-01 01:02 61,440 MFC71ITA.DLL
2005-04-01 01:02 49,152 MFC71JPN.DLL
2005-04-01 01:02 49,152 MFC71KOR.DLL
2005-04-01 01:02 1,047,552 MFC71u.dll
2005-04-01 01:03 2,174,464 mfc71ud.dll
2005-04-01 01:03 26,896 mfcsubs.dll
2005-04-01 00:55 54,784 msvci70.dll
2005-04-01 00:55 77,878 msvcirt.dll
2005-04-01 00:55 565,760 msvcp50.dll
2005-04-01 00:55 401,462 Msvcp60.dll
2005-04-01 00:55 499,712 msvcp71.dll
2005-04-01 00:56 765,952 msvcp71d.dll
2005-04-01 00:56 344,064 msvcr70.dll
2005-04-01 00:56 348,160 msvcr71.dll
2005-04-01 00:56 544,768 msvcr71d.dll
2005-04-01 00:56 286,773 msvcrt.dll
2005-04-01 00:56 210,944 MSVCRT10.DLL
2005-04-01 00:56 253,952 msvcrt20.dll
2005-04-01 00:56 65,024 msvcrt40.dll
Go to the top of the page
 
+Quote Post
vizskywalker
post Apr 3 2005, 04:12 AM
Post #2


Techno-Necromancer
Group Icon

Group: Members
Posts: 1,018
Joined: 13-January 05
From: The Net
Member No.: 2,127



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?
Go to the top of the page
 
+Quote Post
jedipi
post Apr 4 2005, 12:47 AM
Post #3


Premium Member
Group Icon

Group: Members
Posts: 352
Joined: 2-March 05
From: Australia
Member No.: 2,859



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. sad.gif
Attached File(s)
Attached File  error.jpg ( 24.9k ) Number of downloads: 37
 
Go to the top of the page
 
+Quote Post
vizskywalker
post Apr 4 2005, 02:56 AM
Post #4


Techno-Necromancer
Group Icon

Group: Members
Posts: 1,018
Joined: 13-January 05
From: The Net
Member No.: 2,127



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 cool.gif exit code of the program.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Question about Runtime.exec() stdout/stderr(1)
  2. Math Program(2)
  3. My First C++ Program: Area, Volume Etc. Calculator(5)
  4. C++ Meters To Feet And Feet To Meters Program(0)


 



- Lo-Fi Version Time is now: 2nd December 2008 - 12:50 AM