Quantcast
Channel: VBForums - Visual Basic 6 and Earlier
Viewing all articles
Browse latest Browse all 21845

[RESOLVED] Problem: Member already exists.......

$
0
0
In my VB project which was already error free I added a new sub

Code:

Private Sub SocketListen(ByVal requestID As Long)
 Dim ConnectionTime As Long
 
 SocketIndex = GetAvailableSocket
 
 MainServerToMainClientSocket(SocketIndex).Accept requestID
 MainServerToMainClientSocket(SocketIndex).Tag = requestID
End Sub

Now when I go to run project I get this compile error message:

Member already exists in a object module from which this object module derives

I searched for all occurrences of SocketListen and did not find any other occurence of this other than these:

SocketListen.Close
SocketListen.LocalPort = 8898
SocketListen.Listen

Viewing all articles
Browse latest Browse all 21845

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>