Results 1 to 5 of 5

Thread: CSocketMaster - Problem

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2004
    Posts
    279

    Angry CSocketMaster - Problem

    Can someone tell me why this doesn't work in a DLL project? (see attachment)

    When connecting:
    VB Code:
    1. Dim ipStr, portStr As String
    2. ipStr = "66.66.66.66" ' example IP
    3. portStr = 4500
    4. Client.Connect ipStr, portStr
    It just sits there and does literally Nothing. No error code, no nothing.

    Works just fine in EXE
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width