Hi folks,
First time user and I'm having a heck of a time getting Dr. Memory to run against my applications.
VS2008, c++, 32 bit, running on Win11.
I verified that the code is all complied with correct debug options.
Running at the command line, this is what I get:
~~Dr.M~~ Dr. Memory version 2.5.0
~~Dr.M~~ Running "bpwin2000.exe"
~~Dr.M~~ Using system call file d:\logs\symcache\syscalls_wow64.txt
~~Dr.M~~ ERROR: Failed to find "main" for limiting memory dump
~~Dr.M~~ WARNING: application exited with abnormal code 0xc0000005
Thing is, the entry point on all my applications is InitInstance(). There is no main().
Thanks for any advice! :)