MT4 String -> DLL -> MT4 String

 

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?