Results 1 to 8 of 8

Thread: problems with winsock... Resolved

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2003
    Posts
    4

    problems with winsock... Resolved

    Ok, when i try to open a frm in my program, it says

    Errors during load. Refer to blah blah blah frmMirage.log for more details.

    Then the log says

    Line 522: Cannot load control Socket; license not found.

    I have winsock and its registered..whats goin on?
    Last edited by Trancedude; Jan 13th, 2004 at 07:18 PM.

  2. #2
    Fanatic Member
    Join Date
    Sep 2000
    Posts
    770
    Line 522: Cannot load control Socket; license not found.
    It's saying that it can't load the control named 'Socket' due to licensing issues. 'Socket' <> winsock.

  3. #3

    Thread Starter
    New Member
    Join Date
    Dec 2003
    Posts
    4
    Well this is a source code for a game that has been released to everyone, i was just wantin to mess around with it so i dont know much.

    Do you know how i can solve this?

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385
    Trancedude

    Did you read the log file? What did it say?

  5. #5

    Thread Starter
    New Member
    Join Date
    Dec 2003
    Posts
    4
    Yes i did, what the log file states is in my first post.

  6. #6
    KING BODWAD XXI BodwadUK's Avatar
    Join Date
    Aug 2002
    Location
    Nottingham
    Posts
    2,176
    Socket is likely to be an OCX or DLL that was created by the game creator. Sounds like they havent passed on all the development files that will allow you to referance the control. it is licensing. When you create a ocx or dll some other files are created that allow you to edit AND/OR use the control.

    Contact the game developer for those extra files.

    should have

    Socket.OCX or Socket.dll
    Socket.exp
    Socket.lib

    files on your system to develope the program
    If you dribble then you are as mad as me

    Lost World Creations Website (XBOX Indie games)
    Lene Marlin

  7. #7

    Thread Starter
    New Member
    Join Date
    Dec 2003
    Posts
    4
    Well I know this is old but i thought i'd let you know i fixed the problem.

    I was using VB 6 learning edition which doesnt allow you to use some ActiveX controls, so i got the pro edition and now it works.

  8. #8
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385
    Trancedude


    A little info that was left out...

    OK, Please mark your pose resolved.

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