Call from MT4 to VB/VC api

 

Hi,

Does anyone have any code/know how to make calls to VB/VC api either dlls or exes from MT4.

Any help will be appreciated

Thanks

 

api calls

As far as I can tell, you have to write a wrapper in a language the can support __stdcall which no .net language can do directly. C++ can do this and I would imagine there are other languages that can but ultimately you have to convert the call from __stdcall to a managed code call.

Hope this helps

Scott

Reason: