Autodesk.windows.dll
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I’m developing a .NET plugin for AutoCAD (2023, full version, Educational license).
I want to create a custom Ribbon tab with panels and buttons for my tools.
I’ve seen many examples and docs referencing the Autodesk.Windows.dll assembly (for ComponentManager.Ribbon and RibbonTab, RibbonPanel, etc.).
What I already did:
Installed AutoCAD 2023 (confirmed full, not LT)
Downloaded and installed the ObjectARX SDK 2024 (ObjectARX_for_AutoCAD_2024_Win_64bit)
Searched in all subfolders, including redistrib, lib-x64, inc, etc.
Tried searching for Autodesk.Windows.dll globally — not found
My questions:
Is Autodesk.Windows.dll still required in AutoCAD 2023+ to create custom Ribbon UIs via .NET?
If yes, where is it located in a proper installation?
Is there any specific component I need to activate during installation, or a separate SDK to download?
I just want to confirm the official source and method to obtain the DLL, so I can use Autodesk.Windows.ComponentManager.Ribbon in a legal and supported way.
Thank you!