Results 1 to 10 of 71

Thread: Required Files & How to Install Them

Threaded View

  1. #1

    Joined
    Dec 2011
    Posts
    488
    Thanks
    303
    Thanked
    559/263
    DL/UL
    13/4
    Mentioned
    34 times
    Time Online
    1h 58m
    Avg. Time Online
    N/A

    Required Files & How to Install Them

    You may get various DLL or OCX errors, run-time errors, and all sorts of weird stuff when you run some of the programs (the ones written in nasty VB6 for anyone who wants the details). One way to fix most of the errors you get is to install library files and the VB6 runtime files.

    Download links:

    Library Files: (you need an account to see links)
    vb6 Runtime: (you need an account to see links)

    *make sure to run these as administrator if possible*

    64-bit users may also have to install to the SysWOW64 folder (some people I know had to, others haven't)


    Some programs may also come with extra files like prjChameleon.ocx, gzip.dll, etc. To use these, you need to copy them to your system32 folder (64-bit may also need it in SysWOW64, see above). If you're still having problems with these files, you need to register them; open up a command prompt (AS ADMINISTRATOR!!) and run this for each file:

    Code:
    regsvr32 filename.ext
    So, for example, prjChameleon.ocx would be registered as:

    Code:
    regsvr32 prjChameleon.ocx
    Other OCX files may be missing too, a reliable site for getting these files is (you need an account to see links)

  2. The Following 37 Users Say Thank You to Miguel For This Useful Post:

    aari (12-24-2012),aca (02-12-2012),annamia (05-03-2012),aznboy1997 (04-01-2013),bambi (06-10-2012),Brittanee (07-23-2012),Cheetah (04-24-2014),Cody. (06-19-2012),dyinghearte (10-01-2013),ersatz (07-05-2012),evil_me (01-30-2012),Fell (09-08-2013),♥ foxe ♥ (06-02-2012),gaskin (04-14-2013),iMPACT (05-01-2014),J_L_K_64 (10-14-2012),Mariliis (06-08-2013),Mary674 (08-28-2012),metaldroga (07-20-2012),musemfire (12-02-2013),Nath (06-11-2012),Neal Caffrey (06-18-2014),paox3 (07-21-2012),Rambo (03-21-2014),Ray-Chill (05-18-2013),Reese (08-09-2012),Sharpie1218 (06-09-2013),shruti (05-26-2012),Soul (06-04-2012),taeryn (07-12-2012),thirdplateau (08-09-2012),Tyranitar (05-16-2020),victoriamle (02-02-2012),Vinko (04-30-2012),Viperx26 (08-30-2012),yamakracker (02-18-2012),Yoshi (03-15-2012)

Posting Permissions

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