D - A couple of questions involving multi-threading
- Steve Adams (5/5) Jun 18 2003 Can D be used to create a DLL that is called by C programs?
- Walter (4/8) Jun 18 2003 Yes.
- Steve Adams (3/11) Jun 19 2003 Great, thanks.
Can D be used to create a DLL that is called by C programs? Is Phobos thread-safe? In particular, if D is used to create a DLL that is called by a multi-threaded application, will there be problems with the runtime library? Thanks.
Jun 18 2003
"Steve Adams" <adamss ascinet.com> wrote in message news:bcpsno$l49$1 digitaldaemon.com...Can D be used to create a DLL that is called by C programs?Yes.Is Phobos thread-safe? In particular, if D is used to create a DLL that is called by a multi-threaded application, will there be problems with the runtime library?It's thread-safe.
Jun 18 2003
Great, thanks. "Walter" <walter digitalmars.com> wrote in message news:bcrl12$28gh$1 digitaldaemon.com..."Steve Adams" <adamss ascinet.com> wrote in message news:bcpsno$l49$1 digitaldaemon.com...Can D be used to create a DLL that is called by C programs?Yes.Is Phobos thread-safe? In particular, if D is used to create a DLL that is called by a multi-threaded application, will there be problems with the runtime library?It's thread-safe.
Jun 19 2003