Vc Runtime Lib Error When Run A Program

free web hosting
Free Web Hosting > Computers & Tech > Programming > Programming General > C, C++ & Visual C++

Vc Runtime Lib Error When Run A Program

jedipi
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

 

 

 


Reply

vizskywalker
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?

Reply

jedipi
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

Reply

vizskywalker
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.

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Similar Topics

Keywords : vc runtime lib error program

  1. C++ Meters To Feet And Feet To Meters Program - I made it (0)
  2. Question about Runtime.exec() stdout/stderr - (1)
    Runtime.exec() stdout/stderr lost after execvp() in C program? Hello, I have a C program that is
    printing one line of text to stdout, then it is replacing the current process with a new one using
    execvp(), and then the new program is printing many lines of text to stdout. When I execute the
    program in a console (Linux), I can see the line printed by the first process followed by the lines
    printed by the second process. But when I run the program using Runtime.exec(), the line printed by
    the first process seems to be thrown away, actually everything the first process...
  3. My First C++ Program: Area, Volume Etc. Calculator - My first program! (5)
    CODE //This program calculates the perimeter, area, surface area, or volume of any shape or
    solid. #include #include #define PI 3.14159265359 using namespace std; float psquare (float
    a) { return (4*a); } float prectangle (float w, float l) { return ((2*w)+(2*l)); } float
    pparallelogram (float b, float h) { return ((2*b)+(2*h)); } float ptrapezoid (float s, float t,
    float b) { return ((2*s)+b+t); } float pcircle (float r) { return (PI*r*2); } float pellipse
    (float r, float s) { return (PI*(r+s)); } float ptriangle (float a, float b, float c) { return (a+...
  4. Math Program - arithmetical progression problem (2)
    Short program in c to calculate first term when sum of n terms and common difference d is given....
  5. Fibonacci Number Program Problem - n00b :) (5)
    I (finaly) started learning C. I'm using a book to learn it combined with some trial and error.
    Now I've made a program to calculate the Fibonacci numbers, but there seems to be some error.
    This is the source code: CODE #include   main() { int   fib1, fib2, fib, i, inp;
    printf("************************************************"); printf("\n* Welcome to the Fibonacci
    Number Program v0.1 *\n"); printf("************************************************");
    printf("\nWich Fibonacci Number do you want?\n"); scanf("%d", &inp); fib1 = 1; fib2 = 0; switch(inp)
     { ...
  6. C++ Help, I Cant Find The Syntax Error Reported - synatax error before :: token (1)
    i have written a template class that acts as a lightning fast linked list. unlike basic linked
    lists, it does not slow down as the size of the list gets bigger. and the template nature of it
    allows it to be an array of any datatype or object. i have an unusual syntax error reported by the
    compiler, and i cant find whate wrong. i compile with the GNU c++ compiler with the command like
    "g++ -o tester.bin tllisttest.cpp" for anyone who want to try compileing with GCC, but i would
    welcome any error messages reported by other compilers.. this source code SHOULD also compile...



Looking for vc, runtime, lib, error, run, program






*SIMILAR VIDEOS*
Searching Video's for vc, runtime, lib, error, run, program
advertisement




Vc Runtime Lib Error When Run A Program