Hello. When I try to start debugging Windows Native Code from Visual C++ Express using the menu:
Debug->Start Debugging
I get the message:
Debugging information for 'bezier.exe' cannot be found or does not match. Binary was not built with debug information.
Do you want to continue debugging
I want to know how I can use WinDbg with Visual C++ Express or how I can use the Visual C++ debugger to debug Windows Native Code.
Thanks in advance for your response

Debugging Windows Native Applications
_Alen_