"no matching symbolic information found." Error in debug

"no matching symbolic information found." Error in debug

imagem de Community Admin

I keep getting "Loaded'C:WINNTSystem32
tdll.dll', no matching symbolic information found." error when I am debug programs. and is asked for "crt0.c". If I select "cancel", a disassembly window pop out automatically.

2 posts / 0 new
Último post
Para obter mais informações sobre otimizações de compiladores, consulte Aviso sobre otimizações.
imagem de Steve Lionel (Intel)

The "Loaded" message is not an error - it is just informational and you can ignore it. To avoid the crt0 option and assembly code, begin debugging as follows: set a breakpoint at the first executable line of your program and click the GO button (or press F5).

Steve

Steve

Faça login para deixar um comentário.