I have a mfc application that uses a DLL.
I want to debug the memory usage of both.
1.) Which version should I use where? libmpatrol, libmpatrolmt,
mpatrol?
2.) In the mfc application I get errors or net depending if I compile
a release or debug version. Is this OK????
3.) Do I need a debug version to find out which acces caused the
error? (I can see lin numbers in the example, but none in my file)
4.) if I compile A debug version of the DLL with static library, I
get:
LIBCMTD.lib(dbgheap.obj) : error LNK2005: _malloc alredy defind in
libmpatrolmt.lib(malloc.ts_obj)
5.) if I compile A Release version of the DLL with static library
I get no error, but if i execute the mfc app I get an error
(Debug error - abnormal program termination)
Anyone can help?
Best regards
ML