View Single Post
  #22 (permalink)  
Old 11-26-2005, 04:46 PM
codersguru's Avatar
codersguru codersguru is offline
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
Unhappy Visual basic is really bad!

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 

End 
Function 
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Reply With Quote