Page 1 of 1

Pokeys DLL Folder

PostPosted: Sun Jan 22, 2023 4:11 pm
by valhallaCNC
I have my control panel, which uses a pokeys57E I/O card it works great using a macro loop. I have been thinking about making a plugin for it. Pokeys has its own DLL to access the board. The question is does the PokeysDevice_DLL for visual basic programming get placed in the UCCNC installation folder, and reference to there ? or leave it in the Pokey installation folder ? Whats the better practice ? I know the finished DLL goes in the plugin folder.
Thanks Joe

Re: Pokeys DLL Folder

PostPosted: Sun Jan 22, 2023 5:30 pm
by dezsoe
If the plugin has to use that dll then put it into the UCCNC folder. By default the dlls have to be where the exe is. (The plugins work different.)