954,504 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

can't see output although it has no error while compiling

Hi

I'm a beginner in VC++
Got error even for a simple program........
Can't see the output although it has no error while compiling......
Errors are the following....
Any one wants to help me.... :icon_sad:

So many 'dll' files , no matching ........
don't know how to solve it....

Thanks in advance...
:)

Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
Loaded 'C:\WINDOWS\system32\rpcrt4.dll', no matching symbolic information found.
The thread 0xA10 has exited with code 4679648 (0x4767E0).
The program 'C:\Documents and Settings\Administrator\My Documents\New(VB & C,C++)\VC\ch3\Debug\ch3_eg1.exe' has exited with code 4679648 (0x4767E0).

octavia
Light Poster
48 posts since Jan 2008
Reputation Points: 10
Solved Threads: 1
 

> has exited with code 4679648 (0x4767E0).
This is the only error as such.
Successful programs should return 0.
Perhaps you have "void main" and simply fall off the end of the program in an undefined way?

> Loaded 'C:\WINDOWS\system32\advapi32.dll', no matching symbolic information found.
This just means that IF you wanted to single-step (in the debugger) into this library, you would have a harder time of it due to the lack of symbol information. It doesn't stop it working.

Salem
Posting Sage
Team Colleague
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You