PureBytes Links
Trading Reference Links
|
This is done in Borland C++
#include <windows.h>
#include <dos.h>
extern "C"
__export WINAPI sec(float pass,float custid,float FAR *jreturn)
{
Code in here......
}
Either use the return statement or pass by value using pointers.
R
>-----Original Message-----
>From: Pavel Kotulsky [mailto:mmanager@xxxxxxxxxxx]
>Sent: Sunday, November 04, 2001 3:20 AM
>To: omega-list@xxxxxxxxxx
>Subject: Req: DLL Source
>
>
>Hello Colleagues!
>
>Could anbody show the actual C source code of a DLL,
>that could be called from an Omega strategy or an Indicator, please?
>
>Best regards,
>Pavel Kotulsky
>
|