I tried the following example from msdn sites:
http://msdn2.microsoft.com/en-us/library/y8b57x4b.aspx
I've made a new project >> Win32-Consoleapplication selected empty project added a blanc file called main.cpp into it and copied the examplecode into it saved build project and started debug for testing it
and i got the following response:
Unhandled Exception at 0x004020a2 in asm_1.exe: 0xC0000005: Access Violation while writing at Position 0x00003010. (*translated from german to english)
I searched msdn and google for it but found nothing. Is there Something wrong with the example, or did i forgot something
Environment: AMD AthlonXP WinXP Home Edition SP2 MS VC++ 2005 .NET
Visual C++3
|