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

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.