1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Help with slaughters scoresender

Discussion in 'Neofriends Help and Suggestions' started by purple315, Jan 28, 2010.

  1. purple315

    purple315 Level III

    Joined:
    Dec 30, 2009
    Messages:
    626
    Likes Received:
    6
    An error not listed in his computer help guild isn't there. And i haven't seen it before. It says...

    Project1

    System error &H80070583 (-2147023485). Class does not exist.
     
  2. Lightning

    Lightning Administrator
    Staff Member

    Joined:
    Nov 8, 2008
    Messages:
    3,021
    Likes Received:
    195
    Gender:
    Male
    Location:
    Florida, USA
    Are you running on Vista? If you are, try running as admin. It should give you a proper error message and then repost the answer.
     
  3. purple315

    purple315 Level III

    Joined:
    Dec 30, 2009
    Messages:
    626
    Likes Received:
    6
    I have a windows xp
     
  4. tharoux

    tharoux Level IV

    Joined:
    Dec 30, 2006
    Messages:
    2,733
    Likes Received:
    126
    Location:
    In front of my PC, Montreal
    are you running .net framework 3.5 ?
    did you installed the libraryfiles.exe found somewhere in Lightning's thread ?
    did you registered the OCX ?
     
  5. micenth

    micenth Level I

    Joined:
    Dec 28, 2009
    Messages:
    65
    Likes Received:
    7
    Try to use "Compatibility - Windows 95"
     
  6. Lightning

    Lightning Administrator
    Staff Member

    Joined:
    Nov 8, 2008
    Messages:
    3,021
    Likes Received:
    195
    Gender:
    Male
    Location:
    Florida, USA
    Code (Text):
    1. 'Class does not exist'
    Those errors are because you have not installed LIBRARYFILES.EXE.

    Haha, I wasn't thinking when I posted the first reply.
     
  7. purple315

    purple315 Level III

    Joined:
    Dec 30, 2009
    Messages:
    626
    Likes Received:
    6
    thanks for all the help.

    but now it says im missing msinet.oxc
     
  8. Lightning

    Lightning Administrator
    Staff Member

    Joined:
    Nov 8, 2008
    Messages:
    3,021
    Likes Received:
    195
    Gender:
    Male
    Location:
    Florida, USA
  9. purple315

    purple315 Level III

    Joined:
    Dec 30, 2009
    Messages:
    626
    Likes Received:
    6
    It says Loadlibrary("*ocx") failed - the specific module could not be found.

    I couldn't figure out how to get the oxc into system32.
     
  10. Lightning

    Lightning Administrator
    Staff Member

    Joined:
    Nov 8, 2008
    Messages:
    3,021
    Likes Received:
    195
    Gender:
    Male
    Location:
    Florida, USA
    That means the OCX is not in system32.

    That means C:\Windows\System32.

    Oh, and make sure you replace *OCX Name* with the actual name of the OCX file.
     
  11. purple315

    purple315 Level III

    Joined:
    Dec 30, 2009
    Messages:
    626
    Likes Received:
    6
    What is the actual name? and how do i get it in?
     
  12. Lightning

    Lightning Administrator
    Staff Member

    Joined:
    Nov 8, 2008
    Messages:
    3,021
    Likes Received:
    195
    Gender:
    Male
    Location:
    Florida, USA
    OK, so first, you download 'OCX Files' and unpack all the files.
    After that, here are the steps:

    1. Go to My Computer
    2. Go to C:\ Drive
    3. Go to C:\Windows
    4. Go to C:\Windows\system32
    5. Drag and drop, copy or move the files (however you do it) to the folder (system32)
    6. Then, go to Command Prompt and register the files like this: regsvr32 *OCX NAME REPLACE HERE*.ocx
     
  13. purple315

    purple315 Level III

    Joined:
    Dec 30, 2009
    Messages:
    626
    Likes Received:
    6
    i cant find this

    C:\ Drive
     
  14. tharoux

    tharoux Level IV

    Joined:
    Dec 30, 2006
    Messages:
    2,733
    Likes Received:
    126
    Location:
    In front of my PC, Montreal
    this is not a folder XD
    go to the hard drive with the letter c:\

    And to make it easier for you, when all the files will be extracted to C:\Windows\system32
    press "Windows" key + R at the same time and enter each line, one at a time. After each line, press "Ok" and press "Windows" key + R to open it again.

    Code (Text):
    1. regsvr32 TABCTL32.ocx
    2. regsvr32 RICHTX32.ocx
    3. regsvr32 PRJCHAMELEON.ocx
    4. regsvr32 MSWINSCK.ocx
    5. regsvr32 MSINET.ocx
    6. regsvr32 MCI32.ocx
    7. regsvr32 COMDLG32.ocx
    8. regsvr32 COMCTL32.ocx
    9.  
     
  15. purple315

    purple315 Level III

    Joined:
    Dec 30, 2009
    Messages:
    626
    Likes Received:
    6
    edit:edit: its in system32. when i try to regsvr it, it says it cannot be found
     
  16. NightWolf

    NightWolf Level II

    Joined:
    May 8, 2009
    Messages:
    151
    Likes Received:
    2
    Are you certain you have all the files downloaded?
    & is it a different or new error message when you try to open it?

    I had the same problem with the regsvr & was never able to get that the work, but was still eventually able to open up the SS. Turned out a file was just missing.
     
  17. tharoux

    tharoux Level IV

    Joined:
    Dec 30, 2006
    Messages:
    2,733
    Likes Received:
    126
    Location:
    In front of my PC, Montreal
    are you running windows 64 bits (xp64, vista x64, W7 x64)????
    If so, put the files in the SYSWOW64 folder under windows and try again.
     
  18. purple315

    purple315 Level III

    Joined:
    Dec 30, 2009
    Messages:
    626
    Likes Received:
    6
    i have a windows xp. inspiron 600m. should i still do this?
     
  19. tharoux

    tharoux Level IV

    Joined:
    Dec 30, 2006
    Messages:
    2,733
    Likes Received:
    126
    Location:
    In front of my PC, Montreal
    You won't find this folder... it's only on 64 bits machine XD
     
  20. Lightning

    Lightning Administrator
    Staff Member

    Joined:
    Nov 8, 2008
    Messages:
    3,021
    Likes Received:
    195
    Gender:
    Male
    Location:
    Florida, USA
    If you put in the system32, it will be found. If not, contact me and maybe we can do Computer-to-Computer type fixing ;)