Passing strings to dll files with complete example - page 2

 
bejglee:

Hi,

I'm not a C++ expert and would like to know:

-do not need to deallocate the Loggon class after it has created?

Maybe you should ask your C++ question in a C++ forum rather than a mql4 forum ?
 

i have developed a c++ wrapper class to send data out from mt4 to web service and to receive data, but is not working on 64 bit systems.

After that i developed in vb.net a dll that can send and receive data from mt4. This dll is to be loaded inside ea, and you can call functions directly from ea....

The second one is working on 64 bit Os.

I'm not sure if i have anymore a c++ source code (it's really difficult to maintain) but I have securely vb.net (visual studio 2010) source that i can share.

any modification in vb.net code is very simple and can be completed within some minutes.

way