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 |
c++ - Multi-threaded library for linking?
Is Digital Mars C++ only produce 32bit single-threaded code by linking with snn.lib? How if I want to create a 32bit multi-threaded program? I've looked into the documentations but found no information about this. Feb 06 2005
Digital Mars's snn.lib is Multi Threaded. There is no single threaded library. (Why would one use one anyways)... Jack wrote:Is Digital Mars C++ only produce 32bit single-threaded code by linking with snn.lib? How if I want to create a 32bit multi-threaded program? I've looked into the documentations but found no information about this. Feb 07 2005
"Jan Knepper" <jan smartsoft.us> wrote in message news:cu7u3h$2b3c$1 digitaldaemon.com...Digital Mars's snn.lib is Multi Threaded. There is no single threaded library. (Why would one use one anyways)... Feb 07 2005
"Matthew" <admin stlsoft.dot.dot.dot.dot.org> wrote in message news:cu916n$1eql$1 digitaldaemon.com..."Jan Knepper" <jan smartsoft.us> wrote in message news:cu7u3h$2b3c$1 digitaldaemon.com...Digital Mars's snn.lib is Multi Threaded. There is no single threaded library. (Why would one use one anyways)... Feb 07 2005
Oh ok, thanks! In article <cu7u3h$2b3c$1 digitaldaemon.com>, Jan Knepper says...Digital Mars's snn.lib is Multi Threaded. There is no single threaded library. (Why would one use one anyways)... Jack wrote:Is Digital Mars C++ only produce 32bit single-threaded code by linking with snn.lib? How if I want to create a 32bit multi-threaded program? I've looked into the documentations but found no information about this. Feb 07 2005
|