registering component

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • devyanigod
    New Member
    • Mar 2010
    • 6

    registering component

    How to register the component with windows using REGSVR32?
  • vb5prgrmr
    Recognized Expert Contributor
    • Oct 2009
    • 305

    #2
    CTRL+ESC>R (for run)>cmd>enter. ..
    Type regsvr32 /help for command line switches
    Type regsvr32 path file name of file to register (C:\Windows\Sys tem32\dllocxtlb name.extension



    Good Luck

    Comment

    • devyanigod
      New Member
      • Mar 2010
      • 6

      #3
      I did all this process. But it says "Entry point error" for any function that we are using

      Comment

      • vb5prgrmr
        Recognized Expert Contributor
        • Oct 2009
        • 305

        #4
        Is this a standard C dll, or an activex dll?

        Comment

        Working...