Quote:
|
Originally Posted by gnrslash
I got it,
unfortunately the dll you sent me make strategybuilder crash.
more I tried to change the linker as explained but it returns a file not found error. sob
|
You are right,

MT4 crashed here too, then I spent all the day trying to figure where the error and finally I discovered that "Visual basic is really bad!"
Even this code didn't work (Although it didn't crash MT4):
PHP Code:
Public Function FirstTime(accnumber As Integer) As Integer
FirstTime = 1
End Function
Public Function isTrial(accnumber As Integer) As Integer
isTrial = 1
End Function
Public Function isFull(accnumber As Integer) As Integer
isFull = 1
End Function