05-23-2024
04:33 AM
- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
05-23-2024
04:33 AM
I don’t understand why you need LISP if you write .Net plugins.
As for the transition to net8, I described the process in detail here (this is a Russian-language forum, but you can use Google translator).
To load all libraries, you must first configure the project so that the necessary DLLs are copied to the destination folder (in the bundle folder of your plugin). And then you also need to load these DLLs in the initialization method via Assembly.LoadFrom(dll).