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 nedmalloc
I've been talking with Niall Douglas, the author of nedmalloc about my problems with compiling it using DMC. He says the libraries are outdated. In addition to the problem posted below, it seems that DMC's kernel32.lib does not include the required functions TryEnterCriticalSection and Initialize CriticalSectionAndSpinCount. On 5 Jan 2007 at 11:33, Craig Black wrote:Sorry I didn't respond sooner. Someone told me that it didn't compile Jan 05 2007
In addition to the problem posted below, it seems that DMC's kernel32.lib does not include the required functions TryEnterCriticalSection and InitializeCriticalSectionAndSpinCount. Jan 05 2007
"Craig Black" <cblack ara.com> wrote in message news:enm7q2$2ub2$1 digitaldaemon.com...Anyone have any other ideas? -Craig Jan 06 2007
|