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

Re: DLL question,tradestation2000i



PureBytes Links

Trading Reference Links

>For example:
>
>If i make a signal and I want to include a DLL file (which is in the program
>directory.)
>DefineDLLFunc: "TEST.DLL",VOID,"Q",LONG,DOUBLE;
>I get an error message saying he cannot find the test.dll file.
>
>Do I need to set a path or something?


If it really is in the correct Omega programs directory, then a path is not needed. Maybe you have more than one version of TS installed and you've inadvertently put it in the wrong one.

You will also get this kind of message if you are using TS2000i and the DLL is 16 bit. Make sure it was compiled as a 32 bit DLL, and it should at least be able to find the .dll file.

Mike Gossland