Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
c++ - Compiling the Run Time Library
I have the Digital Mars CD and I what looks like all the code for the Run Time library. When I try and build it I get a message 'There is no identifable version of MASM installed". Couple of quick questions. Is it possible for me to change the Runtime libary and build it with the files on the CD? If yes, then what version of MASM do I need? I have version 6.0 dated 1991. Any other help would be appriciated My problem is that there is a Memory leak that I believe is in the library. If you write a DLL that does nothing, and then load it(LoadLibrary) and the unload it (FreeLibrary) you loose some memory. If you re-compile the DLL with Visual Studio there in no memory leak. My application loads and unloads the DLL several thousand times and eventually runs out of memory. Jul 31 2007
Digital Mars wrote:Is it possible for me to change the Runtime libary and build it with the files on the CD? Aug 01 2007
|