what do you mean?
Printable View
what do you mean?
Well, just where does it crash in the VC++ debugger? :)
Oh.. I'll check it out...
EDIT: It just vanishes from the screen.. no warnings or anything... : \
Yeah, attach to the process and debug it with VC++ and see where it crashes...
This is what I get
Unhandled exception at 0x7ca5158e in edrt.exe: 0xC0000005: Access violation reading location 0x0e0f1ff8.
Is there anything else I should post?
1. Build a Debug version of your extension
2. Press Cancel when "Unhandled exception at 0x7ca5158e in edrt.exe: 0xC0000005: Access violation reading location 0x0e0f1ff8." shows.
3. VC++ should appear and show the bugged line.
Or you can also directly run your application from VC. More info in the SDK (search for copyrun.bat I think).
Sorry if I seam a little slow.. I have never used this type of debugging before.. I'm usually developing apps using Dev-C++..
Do you want disassembly?
No, they want you to use the development/debug tools of Visual C++ 6+, as described in the MMF2 SDK.Quote:
Originally Posted by Daniel_Nordigic
I have used the debugging tools..
I attached the process and ran the application until a crash appeared...
I'll check the SDK documentation!