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

RE: Dlls and tradestation



PureBytes Links

Trading Reference Links



>Ok, I did that, but the problem remains. I've edited the def file to
>read
>
>LIBRARY     SIMPLE.DLL
>
>EXPORTS
>    FROT                       @1   ; FROT
>    ___CPPdebugHook                @2   ; ___CPPdebugHook
>
>I guess I'll need to run a tool to modify the dll now. Tradestation
>probably doesn't read the DEF file directly. Can't find anything in the
>help files to achieve this though. Maybe I should switch to Visual C++?


I know that in the past using Borland C would not work to return certain return types, but I can't remember the details.

Try passing a long or a float pointer and modifying it instead of returning a value. Otherwise try VC.

Mike Gossland