Results 1 to 4 of 4

Thread: why I can't Register my Dll from vc++ but when I make dll in vb Register it ?

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2003
    Posts
    15

    why I can't Register my Dll from vc++ but when I make dll in vb Register it ?

    Hello,
    why I can't Register my Dll from vc++ but when I make dll in vb Register it ?
    this problem in windows 2000, and Windows XP.

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    If you made a standard DLL in C++ then there is no need to register it (if you could make one in VB you wouldn't need to). ActiveX DLLs, of the type generated by VB, require registration.

    If you created an ActiveX DLL in C++, you would also need to register it.
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

  3. #3

    Thread Starter
    New Member
    Join Date
    Mar 2003
    Posts
    15
    hello,
    yes I Know who to Register , but the oprating system can't complet the regstration . If I woint to Register now DLL not Register in the Rigistering lipriry .
    and win I build the VC++ DLL Project yes it create the DLL
    Put it didnt register it in the system.

    thank you for help me.

  4. #4
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    You what?

    What kind of DLL did you create?
    I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
    -- Linus Torvalds

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