Compile error: Method or data member not foun

NoLimit -  
 NoLimit -
Bonjour, Alors voila j'utilise Visual Basic 6.
Quand j'ai essayer de compilé mon projet, j'ai eu un message d'erreur "Compile error: Method or data member not found".
"Sub TcpInit()" a ete surligné en jaune.
Le texte complet:
Sub TcpInit()
SEP_CHAR = Chr$(0)
END_CHAR = Chr$(237)
PlayerBuffer = vbNullString

Dim filename As String
filename = App.Path & "\Config\IpConfig.ini"

frmMirage.Socket.RemoteHost = ReadINI("IPCONFIG", "IP", filename)
frmMirage.Socket.RemotePort = Val(ReadINI("IPCONFIG", "PORT", filename))

Je crois que j'ai eu le message car il y a une erreur, mais je l'a trouve pas =/ si vous avez une solution n'hesitez pas :D

1 réponse

NoLimit
 
Une reponse svp ^^'
0