Visual basic 6 applications using COM API

Hello,
i have several applications made in VB6 using COM API for AutoCAD,
Convert to Bricscad and deploy using the store platform how can i do it?

Regards

Luis

Comments

  • Kerry Brown
    edited February 2019

    I assume you mean to use VBA

    https://www.bricsys.com/bricscad/help/en_US/V19/DevRef/

    To access BricsCAD VBA you will need a Pro or Platinum license; I'm not certain if the lesser licenses will be able to run your application without a VBA enabler.

    Perhaps porting to .NET C# or VB will be a better option long term.

  • Hi Kerry thanks for answer but are external applications made in Visual Studio 6.
    Is it possible to deploy in Bricscad store as a package to install?
    Porting to .NET is a possibility.
    What kind of files can i upload to the store? .Dll? A package to injstall?

  • I don't work with VBA or VB.net.
    I don't have knowledge of the requirements for the Bricscad store ( I only develop for regular clients at the moment )
    The information is available here https://www.bricsys.com/en-intl/applications/developers/
    ... towards the bottom of the page.