Page 1 of 1

Request for Guidance on UCCNC Plugin Configuration

PostPosted: Wed Jun 19, 2024 8:18 pm
by student
developing the plugin and have copied it to the UCCNC installation directory. However, I am encountering difficulties in configuring the plugin within UCCNC userinterface. I have been working on this issue for the past eight days and have made numerous attempts to resolve it, but I am still unable to achieve the desired outcome.
I would be extremely grateful if you could provide me with your expert assistance in resolving this configuration issue.

Re: Request for Guidance on UCCNC Plugin Configuration

PostPosted: Thu Jun 20, 2024 11:18 am
by ger21
Can you provide more details on what issues you are having?

Re: Request for Guidance on UCCNC Plugin Configuration

PostPosted: Thu Jun 20, 2024 11:47 am
by student
I need to implement a interface while plugininterface.dll file in the UCCNC does not have the required interface,

Re: Request for Guidance on UCCNC Plugin Configuration

PostPosted: Thu Jun 20, 2024 6:07 pm
by student
During the development of a test DLL file, I encountered the following error:

Error (active) CS0246: The type or namespace name 'IPlugin' could not be found.

To resolve this issue, I used tools like ILSpy and JustDecompile to examine plugininterface.dll and verify the available classes and namespaces. However, I was unable to locate the IPlugin interface within the DLL.

Could you please provide assistance or guidance on how to proceed with this issue?

Re: Request for Guidance on UCCNC Plugin Configuration

PostPosted: Thu Jun 20, 2024 6:55 pm
by cncdrive
Try to use the example plugin from the UCCNC/Plugins/Example folder, it contains a source code which you can compile and modify as you wish and you will understand how the plugin works from the source code.