How do I create the custom plugin?

I am new to Bricscad and don't have any experience to it.
I have create the plugin for AutoCAD using the CUIX file and the DLL.
I have made some changes in the cuix file and the plugin is visible in the ribbon panel of the bricscad.
I tried to load the DLL using APPLOAD command but unfortunately it is not working and the command is not recognized by the bricscad.
Thanks in advance.

Comments

  • Try with netload
  • I don't program DLL's but know you need to recompile with the Bricscad libraries. Look up Developer help, some one should be able to provide the correct link.

    If you did not make the DLL then go back to who created it and ask for a Bricscad version.

    An example is "Txt2geom" has 2 versions Autocad and Bricscad. The DLL's are different.
  • Plugin is loaded successfully in the BricsCAD. I am currently working on the boundary feature using c# API for my plugin. Please help e out with the above motioned problem without using boundary command. The Boundary command is taking too much time for the large dwg.
    Thank you.