kruhft
kruhft
Friends

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

kruhft
Added topic Problem #import'ing a DLL Extension
Hello, I'm trying a simple DLL extension loading example from: http://www.metatrader.info/node/150 My MT code is the following: #import "Metatrader Test.dll" void Hello(string say); #import When I try and run my script, I get "initalization of
kruhft
Added topic FileOpen Problem
Hello, I am just getting started with MT5 and I'm trying the simple script: void OnStart() { int handle = FileOpen("Z:\\test.dat", FILE_WRITE ); Alert(GetLastError()); FileClose(handle); } Nothing special, just trying to create a file on my Z: drive
kruhft
Registered at MQL5.community