| | |
Wt? "compiling and linking errors"
Please support our C++ advertiser: Programming Forums - DaniWeb Sister Site
![]() |
I am trying to do a simple program, rather 3 simple programs that involve
class structures in Visual Studio C++ .net 2003. I can compile them by
themselves without errors. But when I F5 through them I get the
following errors:
'test-proj.exe': Loaded 'C:\Documents and Settings\loki\My Documents\work\prog2\test-proj\Debug\test-proj.exe', Symbols loaded.
'test-proj.exe': Loaded 'C:\WINDOWS\SYSTEM32\ntdll.dll', No symbols loaded.
'test-proj.exe': Loaded 'C:\WINDOWS\SYSTEM32\kernel32.dll', No symbols loaded.
The program '[1356] test-proj.exe: Native' has exited with code 0 (0x0).
See attached for code:
class structures in Visual Studio C++ .net 2003. I can compile them by
themselves without errors. But when I F5 through them I get the
following errors:
'test-proj.exe': Loaded 'C:\Documents and Settings\loki\My Documents\work\prog2\test-proj\Debug\test-proj.exe', Symbols loaded.
'test-proj.exe': Loaded 'C:\WINDOWS\SYSTEM32\ntdll.dll', No symbols loaded.
'test-proj.exe': Loaded 'C:\WINDOWS\SYSTEM32\kernel32.dll', No symbols loaded.
The program '[1356] test-proj.exe: Native' has exited with code 0 (0x0).
See attached for code:
•
•
Join Date: Jun 2005
Posts: 2
Reputation:
Solved Threads: 0
I think i figured out the no symbols thing. I read somewhere that you go to microsoft.com and search for debug symbols and download that. Then you install it and they automatically go there, I did this and it now says symbols loaded for both of them. But the bottum still says -
-The program '[932] trst.exe: Native' has exited with code 0 (0x0).
I don't know what this means or why it wont run.
<< moderator edit: added code tags: [code][/code] >>
this is my code, i just want to output something so i can start programming from there.
-The program '[932] trst.exe: Native' has exited with code 0 (0x0).
I don't know what this means or why it wont run.
C++ Syntax (Toggle Plain Text)
#include<iostream> #include<iomanip> using namespace std; void main() { cout<<"Hey:"<<endl; }
this is my code, i just want to output something so i can start programming from there.
•
•
•
•
-The program '[932] trst.exe: Native' has exited with code 0 (0x0).
http://faq.cprogramming.com/cgi-bin/...&id=1043284385
"One of the methods used by statists to destroy capitalism consists in establishing controls that tie a given industry hand and foot, making it unable to solve its problems, then declaring that freedom has failed and stronger controls are necessary." --Ayn Rand
![]() |
Similar Threads
- Linking errors: 2 unresolved externals (C++)
- Re: "Critical System Errors!" on Taskbar, Hijackthis Log enclosed. (Viruses, Spyware and other Nasties)
- Linking errors while creating dll using ATL project (C++)
- Linking errors of socket functions (C)
Other Threads in the C++ Forum
- Previous Thread: I need quick advice about my program
- Next Thread: need help in interfacing my programme
Views: 3286 | Replies: 5
| Thread Tools | Search this Thread |
Tag cloud for C++
6 api application array arrays based beginner binary c++ c/c++ calculator char char* class classes code coding compile compiler console conversion convert count data database delete developer display dll dynamiccharacterarray email encryption error file format forms fstream function functions game generator givemetehcodez graph iamthwee ifstream image input int java lib list loop looping loops map math matrix memory multiple newbie news number numbertoword output pointer problem program programming project python random read recursion recursive reference return rpg search simple sort sorting spoonfeeding string strings struct template templates text tree url variable vector video visual visualstudio win32 windows winsock wordfrequency wxwidgets






