[Visual C++] How to find a _com_error ???

  • Thread starter Thread starter Charlie Brown 1001
  • Start date Start date
C

Charlie Brown 1001

Guest
Hi everybody,

I'm playing around with a WIN32 program, containg the directX basics and I use a lot of Microsoft::WRL:ComPtr.

One of these pointers is causing trouble and I can't find the reason.

The output says:


Ausnahme ausgelöst bei 0x76D7DDC2 in DirectX-Test-2.exe: Microsoft C++-Ausnahme: _com_error bei Speicherort 0x00F3CA90.

Ausnahme ausgelöst bei 0x76D7DDC2 in DirectX-Test-2.exe: Microsoft C++-Ausnahme: _com_error bei Speicherort 0x00F3CF24.

My problem: How can I find the pointer that causes the trouble ?

Any idea ??

Thanks,

Charlie Brown


Continue reading...
 
Back
Top