[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Multiple Instantiation Problems with DLL's ...



PureBytes Links

Trading Reference Links

Andrew 

Make sure that the DLL that was written is thread safe.  TradeStation 2000i
is a multi threaded application, and any DLL that you are calling should be
thread safe.  Each compiler should have documentation on how to create a
thread safe DLL.

You can also try dynamically loading the DLL using the Windows API
LoadLibrary function.

Jim Alger
Avsoft Consulting
(410)519-0740