Quote:
|
Originally Posted by Ramram9
Dear friends,
Can anybody help me which programming langauge is most suitable to (like VB, C or C++ ) other than easy language so that we can write programme in that langauge and link with Trade staion software. Please send a copy to my e-mailId given below.
Thaning you in anticipation
ramachandran
crchandran@gmail.com
|
You can make your own DLL in any programming language that can produce standard call notation DLLs (C++, C#, Delphi, VB, ...), then call it within easy language file. Take a look at DefineDLLFunc EasyLanguage call.