Thread overview | |||||||
---|---|---|---|---|---|---|---|
|
February 07, 2005 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. |
February 07, 2005 Re: Multi-threaded library for linking? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jack | 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. > > -- ManiaC++ Jan Knepper But as for me and my household, we shall use Mozilla... www.mozilla.org |
February 08, 2005 Re: Multi-threaded library for linking? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jan Knepper | "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)... Speed? :-) |
February 08, 2005 Re: Multi-threaded library for linking? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Matthew | "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)... > > Speed? :-) The speed difference was the original motivation, but is inconsequential in practice. Add to that the disastrous bugs that can happen if the two get mixed up, and it surely isn't worth it. |
February 08, 2005 Re: Multi-threaded library for linking? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jan Knepper | 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. >> >> > >-- >ManiaC++ >Jan Knepper > >But as for me and my household, we shall use Mozilla... www.mozilla.org |
Copyright © 1999-2021 by the D Language Foundation