Results 1 to 1 of 1

Thread: dynamically compile typelib to resource

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Oct 2002
    Posts
    16

    Question dynamically compile typelib to resource

    hi there,

    has anyone done this before:

    • create an activex dll in vb. (easy)
    • compile it. (very easy)
    • insert a stringtable to the dll (i can figure that out, thank you)
    • create a typelib on the fly (in memory) with an enum (containing a few constants). - this seems rather tricky!
    • insert that typelib as a resource to the dll. even better: insert it into the dlls typelib.


    why bother?
    i want to create an error-handler-dll with a wrapper for the Err object, similar to the version in hardcore vb. now, i want to save all errorcodes of any class i ever create in a database and update the dll with that information.

    this could be fun for anyone with a thourough understanding of com
    Last edited by DarenThomas; Oct 9th, 2002 at 05:04 AM.

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