OpenDCL Forums

OpenDCL => Runtime/AutoLISP => Topic started by: copter on April 27, 2010, 05:57:55 AM

Title: Block view control under Bricscad now works fine but ...
Post by: copter on April 27, 2010, 05:57:55 AM
Hello
Block view control now works fine under Bricscad 10.4 (Includding zoom and pan)
But error messages are still displayed on the prompt line:

BRX FUNCTION NOT IMPLEMENTED YET
Function: void __thiscall AcGsClassFactoryImp::removeReactor(class AcGsReactor *)
Export   : ?removeReactor@AcGsClassFactoryImp@@UAEXPAVAcGsReactor@@@Z

So my question is: Is this error message comes from Opendl runtime or from Bricscad ?

Thanks

Copter
Title: Re: Block view control under Bricscad now works fine but ...
Post by: owenwengerd on April 27, 2010, 08:06:35 PM
The warning is from Bricscad. For Alpha 26 I removed those function calls from the Bricscad runtime module. At least as it works now, they have no purpose in Bricscad anyway.
Title: Re: Block view control under Bricscad now works fine but ...
Post by: copter on April 27, 2010, 10:36:46 PM
Thanks Owen
I 'll send them a request for this issue.
Copter