|
| avalanche333 (9) | |||||
| I have a C++ dll used for a JNI Java project. I added:
Before _CrtDumpMemoryLeaks(); is called I purposely create memory leaks:
I run my Java app that makes native calls to the DLL and when it finished executing I do not get the leak report. Am I missing something? Can I even get the report when calling the dll from Java? Is there another way to run the dll so I can see the leaks? I am using VS 2008 under Windows XP Thanks for any help! | |||||
| kbw (1501) | |
| Is it a release or debug build? | |
| avalanche333 (9) | |
| Debug. | |
| kbw (1501) | |
| I would expect _CrtDumpMemoryLeaks() to report a leak. In fact, I just tested it with a C++ DLL and app on VS2005. | |
This topic is archived - New replies not allowed.
