Forum

Passing a string to a DLL Function

Hey all, maybe you could help me solving this problem. I have create a simple DLL, like as described here: https://www.mql5.com/de/articles/18 The DLL work when i use as parameter a Integer but when i switch to string, MT5 come up with the message, he couldn't find the method: 2017.11.18

DLL: Networkport connection test

Hey all, tomorrow is my king day, so i want to give the world something back. And this is my gift to the world :D Using the normal mysql_connect function works not as expected and is hanging when the remote service is for some reason not available ( host down, db down, no network ). This is critical

Rückgabe eines Objectpointers aus einer Klassenfunktion

Hallo zusammen, ich knabbere schon den ganzen Tag an dem Problem und komm da nicht weiter. Also ich habe eine Liste mit geladenen Objekten ( class1 und class2 ). Beide Verfügen z.B. über eine Funktion namens printMsg(). Ich möchte nun über eine Funktion mir den Pointer der auf zurufenden Klasse

Converting value name into variable

Hey all ! first, i would say thank you for this great platform. I start to enjoy it. As a programmer it is easy to understand and good documented ! Sometime the translation is a bit weired but is okay. I wish i could correct it or at least mark it for correction. Anyway, i stuck in a small problem