Recent posts

#91
Studio/Dialog Editor / decompiling OpenDCL AutoLISP c...
Last post by jbuzbee - July 16, 2025, 08:49:14 PM
I started using OpenDCL in 2004 and have dozens of routines.  I don't have time to figure out why dcl stopped using dcl_project_import to turn the written poutines into compiled code.  I don't need any of my routines compiled: they are free to anyone who wants some.

Now my question is how can I uncompile my code.  I'm studying to take the ARE and have one large project and several houses so my time is limited.

Any help would be greatly appreciated.

AS a side note i'm not going to use the Autocad ribbon: it's got some nice features, but it keeps disappearing so I'm going to be building a ribbon out of OpenDCL.  My work is offered to anyone willing to help me.

Again, I just want to uncompile what I already have.

Thank you and God bless

JB
#92
Runtime/AutoLISP / Re: dcl_project_import
Last post by jbuzbee - July 14, 2025, 02:57:38 AM
(if (not (vl-bb-ref 'kbAnnotation))
  (vl-bb-set
    'kbAnnotation
    (dcl_project_import
      '("YWt6A+/IAAByDnIKBuKTQxMOa6kLmWd/dfx2NuK2uBPhFWyipgyK//qaBEwees8/ds6+aKpjJcJZ"
"/z7+/HrsTIiGx4v6qe53MD1kBZSq2h1ZLTEk6hc0qzItTxckDrjL95UCy6a6CKwEZLmr8bqd963W"
"meLFYQmR0JDAA8Ux0rolw4kIsaMNQYiSR5ngBbHHKSvtwed6jcUOU2K6wT1OdiOGk7vV/S5/fmmY" . . .
#93
Runtime/AutoLISP / dcl_project_import
Last post by jbuzbee - July 14, 2025, 02:23:01 AM
what's going on with dcl_project_import.  I havn't been on my computer lately = what's happened now?  I've got over 25 AutoLISP programs that use OpenDCL.

Can someone shed some light?  I would seriously appreciate it. (I've down loaded the latest runtime and studio)

Jim Buzbee
#94
Project Administration / Re: acadbtn.dll
Last post by owenwengerd - July 09, 2025, 11:42:36 AM
The file is just a normal resource DLL, so I think you can use a tool like Resource Hacker.
#95
Source Code / Re: acadbtn.xmx access BMP res...
Last post by owenwengerd - July 09, 2025, 11:41:12 AM
I think you can use a tool like Resource Hacker (the acadbtn.xmx file is just a resource DLL).
#96
Source Code / acadbtn.xmx access BMP resorce...
Last post by jbuzbee - July 09, 2025, 04:36:35 AM
How can I open the acadbtm.xmx to access the bitmaps?

Much appreciated


Jim Buzbee


#97
Project Administration / acadbtn.dll
Last post by jbuzbee - July 08, 2025, 11:42:40 AM
I'd like to get access to some bitmaps (.BMP) from AutoCAD Architecture 2024.  Found on the web they are in the ACADBTN.dll.  Any help would be greatly appreciated
#98
Studio/Dialog Editor / Re: .BMP is there a better wa...
Last post by jbuzbee - July 07, 2025, 06:38:25 AM
found it . . .

dcl-PictureBox-LoadPictureFile <CONTROL> Filename [as String] {Stretch [as Boolean]})
#99
Studio/Dialog Editor / Re: .BMP is there a better wa...
Last post by jbuzbee - July 07, 2025, 06:09:38 AM
Nope.  I can't find any way I can load an image (which becomes a number)
#100
Studio/Dialog Editor / Re: .BMP is there a better wa...
Last post by jbuzbee - July 07, 2025, 05:54:03 AM
I spoke to soon

I opened an older form with bitmaps on it and I could fill more in the pictures box with the other items.  If it doesnt have an image already there I can't add bmps.

I guess Ill just use an older form