|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
SlickEdit: Code in over 40 languages across 7 platforms. SlickEdit’s unmatched power, speed, and flexibility allows even the most accomplished developers to write better code faster. Download a free trial today! |
|
#1
|
|||
|
|||
|
Good Day All,
I am currently studying a university degree in South Africa and am battling with C++. That is I can write the programs but cannot get them to compile in Windows XP. It gives an error that it cannot find the symbols. Please assist. I am at work the entire day so if you can email me a clue, I would really appreciate it. Email = URL Regards Gregory Marshall ![]() |
|
#2
|
|||
|
|||
|
Gregory,
What's the code you're using? Also, are you using the #include preprocessor directives for any header files you may be referencing in your code?
__________________
____________________________________________ Developer Shed Weekly Writer | DevArticles Forum Moderator Build Your Own KlipFolio Klip With PHP FrankManno.com - Under Construction Design Interactive Group - Under Construction |
|
#3
|
|||
|
|||
|
I'm not that bad ...
I have included all preprocessors, etc. . I even have run a previously compiled on another PC and to no avail.
Best Regards Greg |
|
#4
|
|||
|
|||
|
Greg,
Are you still experiencing the problem? If so, would it be possible to post the code you're using? |
|
#5
|
|||
|
|||
|
The problem
As requested error message:
Loaded 'ntdll.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\kernel32.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\user32.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\gdi32.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\lpk.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\usp10.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\uxtheme.dll', no matching symbolic information found. Loaded 'C:\WINDOWS\system32\msvcrt.dll', no matching symbolic information found. The thread 0x48C has exited with code 0 (0x0). The program 'C:\Program Files\C++ProgramDesign\chap02\Debug\prog2-1.exe' has exited with code 0 (0x0). Program is quite simple #include <iostream> #include <string> using namespace std; int main() { cout << "Hello world!" << endl; return 0; } |
|
#6
|
|||
|
|||
|
Is this a compile error or a runtime error?
That's really weird... Are you using VC++ or another compiler? |
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > No Symbols Found |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|