News

Or does the memory get released when I exit the process calling into the DLL?<BR><BR>Again, my calling process has no knowledge about this singleton. The singleton is used only by methods in my DLL.
Hi,I used VC++'s MFC DLL wizard to make myself a small dll. I called it area1(find the area of a square) Anywho this is the code for area1.cpp:code:// Area1.cpp : Defines the initialization ...