05-23-2024
07:19 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
05-23-2024
07:19 AM
There are bundle folders for downloading any plugins. LISP is completely unnecessary here.
In my experience, auxiliary libraries do not load themselves from the plugin folder (so where the main dll is located). You either need to copy the dll directly to the AutoCAD folder (which is very bad). Or force them to be loaded before the first access to their functions (Assembly.LoadFrom).