Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.
Runtime Error in Visual C++
Name: Inyigo Date: April 30, 2003 at 10:35:09 Pacific OS: Windows XP CPU/Ram: 128 M
Comment:
Hello, I'm adding some functions to a program made with Visual C++ 6.0 and I've got a great problem:
When I'm going to open de project, making double-click on the *.dsp, the Visual C++ 6.0 opens and I get the next error message
MICROSOFT VISUAL C++ RUNTIME LIBRARY Runtime Error! Program: …Microsoft Visual Studio\Common\MSDev98\Bin\msdev.exe Abnormal program termination
and the Visual closes.
I don't know what can I do. Can somebody help me? Thank you
Name: kev Date: April 30, 2003 at 13:16:06 Pacific
Reply:
It sounds like the VC++ program is corrupt or something. You probably have to re-install the application. Are you even able to open the editor at all (Not by opening a .dsp file)?
Kev
0
Response Number 2
Name: Inyigo Date: May 6, 2003 at 08:01:19 Pacific
Reply:
Yes, I am able to open the editor. This is what I do: I open the Visual Studio 6.0 and open the workspace I want to open. T get the next message:
The file of the workspace is corrupted...
but at the end I can open all the files that form part of my project. But I cannont use the ClassWizard, a tool that I really need.
Summary: HI : I found that if put UTF8 code for Simplified Chinese character in the text string (e.g "xyz") and view the file with the visual c editor, the second quote (") can not be seen. Moreover, there is...
Summary: I got this code off a site and im trying to compile it, but it gave me this error in visual c++ --------------------Configuration: fghfgh - Win32 Debug-------------------- Linking... LIBCD.lib(crt0.ob...
Summary: Hi, can anybody tell me how to clear the screen in visual C++? printf("\032") doesn't work and without the clear screen my program is pretty ugly. thanks ...