ObjectDBX Dilema

Discussion in 'AutoCAD' started by Spageddie, Sep 22, 2004.

  1. Spageddie

    Spageddie Guest

    After much reading on ObjectDBX, I followed "The Wonder Llama's" ObjectDBX Example (http://www.cadvault.com/forums/showthread.php?t=2881) and created my app, which work fine on my machine, but when I try and use the application from another machine it fatals autocad.

    I tracked the problem to AXDB15.TLB being referenced, is this correct ?
    Because if I reference axdb15.dll I don't get the fatal and all works well.....??

    The reason I ask is
    Quote:
    Just to be clear -
    you DON'T reference axdb15.dll
    you DO reference AXDB15.TLB

    taken from the link above.

    Can someone clarify this or give me hint as to why I have this issue ?
     
    Spageddie, Sep 22, 2004
    #1
  2. VBA doesn't reference DLLS it references type libraries.

    Type libraries can exist in either a DLL/OCX or a .TLB file.

    So, the problem is that the AxDb15.dll is not registered on
    the problem system.



    (http://www.cadvault.com/forums/showthread.php?t=2881) and created my app, which work fine on my machine, but when I
    try and use the application from another machine it fatals autocad.
     
    Tony Tanzillo, Sep 23, 2004
    #2
  3. Spageddie

    Spageddie Guest

    Problem fixed...woohoo..
    A big thanks to all of you whom replied....

    Regards,
    Eddie
     
    Spageddie, Sep 24, 2004
    #3
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.