I have a fairly old C++ DLL. It needs to be converted or wrapped.
STEP 1)
Take a look at the example demo projects and prove the DLL works and is current on a current WIN OS and MT4 connection, then –
STEP 2)
Either
a) reverse engineer and recreate as a new windows visual studio .net C++ dll OR unix ‘.so’ lib format, or
b) attach in visual studio .net in windows and write a wrapper and test results on linux
c) create a unix based SWIG wrapper
I want to get the DLL so that i ca…
