Quote:
|
Originally Posted by codersguru
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
|
I'm glued at the screen too trying to figure out something.
Visual basic is good for normal and fast things but as you try
to do something different it becomes a hell. (notice the on error statement)
Did you try the procedure at Vb Helper you sent the link before?
I'm still not able to compile this dll. it keeps saying "error loading dll"
I'm even searching for some tool, add-in or something but nothing till now