loumbut
loumbut
Friends

Add friends via their profile or user search and you will be able to see if they are online

loumbut
Registered at MQL5.community
loumbut
Added topic How to link a dynamic library coded in C++
Hi, I'm new to MQL and would like to know if this is the correct way to import my dll. THe function coded in C++ is... bool UnicodeToAscii( const wchar_t * szUnicode, char * szAscii) And my import declaration in MQL4 is... #import "Analytical.dll"