Results 1 to 3 of 3

Thread: mscomdlg.ocx and comm32dlg.dll

  1. #1

    Thread Starter
    Fanatic Member wildcat_2000's Avatar
    Join Date
    Nov 2000
    Location
    Italy
    Posts
    727

    Arrow

    Hi,

    since I'm having huge installation problem with the Deployment package of VB6, could someone kindly tell me if copying the components mscomdlg.ocx and comm32dlg.dll in the WinSysPath is enough to register these files for persons that currenlty have a

    "mscomdlg.ocx: file not registered"

    error?

    Thank you in advance, I need this to be put online asap.

    Best regards,

    W.
    When your car breaks down,
    close all windows and retry

    => please rate all users posts! <=

  2. #2
    Guest
    To register dll/ocx files:
    Go to (and type in):

    Start > Run > regsvr32 C:\Windows\System\Mydll.dll

    And then it should be good to go .

    [Edited by Matthew Gates on 11-24-2000 at 04:30 PM]

  3. #3
    Frenzied Member sebs's Avatar
    Join Date
    Sep 2000
    Location
    Aylmer,Qc
    Posts
    1,606
    Me what i did, i copy them into the c:\windows\system
    and then i register them from there.
    Cuz once i was doiing a setup program, and to test i was copying temporary into system32x(a temp folder that i've made),
    and i was registering my dll and ocx from there:
    ***********NEVER DO THIS***********
    It mess those dll and ocx from my system, when i was
    in vb after, those dll were'nt there anymore,
    so i had to search all the registry for system32x and replace it
    with system32, and it was ok after.

    This is something i'll never do again!!!!!!!

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