Understanding IJCAD Startup Options/LD Behavior with Multiple Specified IJCAD Boot Options

Asked 1 years ago, Updated 1 years ago, 97 views

I'm developing using IJCAD 2018.

IJCAD boot options are available and work reasonably well as AutoCAD, but if you specify multiple /LD options (load modules), AutoCAD loads multiple, but IJCAD loads only the last module you specify.

Is this a defect?

ijcad

2022-09-30 19:26

1 Answers

This seems to be a bug.

If you really want to load more than one module, you can do it by specifying a module that has the action to load automatically into the /LD option and calling the acrxDynamicLinker->loadModule.


2022-09-30 19:26

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.