PureBytes Links
Trading Reference Links
|
I've got a working DLL, but I'm having trouble passing my own data back and
forth.
Can any provide some examples?
Please provide example code (EasyLanguage and VC++) to accomplish the
following:
1) pass a DATE from an EasyLanguage study to a 32bit DLL function
2) pass a TIME from an EasyLanguage study to a 32bit DLL function
3) pass a PRICE (O, H, L, C) from an EasyLanguage study to a 32bit DLL
function
4) pass an input to an EasyLanguage study to a 32bit DLL function
5) pass a result from an EasyLanguage function (e.g. PriceScale) to a 32bit
DLL function
In terms of examples, I can probably get by with simply:
- the C++ function declarations
- the EasyLanguage DefineDLLFunc line
- a EasyLanguage function call
but if you want to provide entire sample functions, that would be great.
I'm using TS2000i and MS VC++ 5.0.
Thanks much,
David Wieringa
|