This forum is now read-only. You can discuss you questions on Forums of MQL4.community and MQL5.community

MT4 String -> DLL -> MT4 String


Back to topics list
avatar
1
AirforceMook 2009.12.01 22:15 

I'm trying to create a dll that will do the following:

URL passed as string from MT4 to dll

DLL connects to website and downloads data

DLL returns data to MT4 as string

My problem is that I cannot get the DLL/MT4 to pass strings back and forth. Does anyone have a quick example?

Back to topics list