TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: psuchewinner on August 03, 2006, 02:09:28 PM

Title: Unloading AcDblclkEditPE
Post by: psuchewinner on August 03, 2006, 02:09:28 PM
Anyone know why I cant unoad "AcdblclkeditPE.arx"?  I have tried unloading "AcdblclkEdit.arx" first but it is not loaded.
Title: Re: Unloading AcDblclkEditPE
Post by: psuchewinner on August 04, 2006, 10:30:42 AM
Can anyone help me?
Title: Re: Unloading AcDblclkEditPE
Post by: Chuck Gabriel on August 04, 2006, 01:11:10 PM
It is possible to create an ARX app in such a way that it can't be unloaded by users.  The capability is there to prevent users from unloading applications that the AutoCAD core has dependencies on.
Title: Re: Unloading AcDblclkEditPE
Post by: psuchewinner on August 04, 2006, 02:01:18 PM
That is what I was sort of thinking.  I found a workaround though.  I turned off the internal edit box by changing the "MTEXTED" system variable.