Hi Everyone,
I have created a custom module to use a ICP2 G3 in circuit programmer using the manufacturer provided DLL. It launches beautifully and runs as expected. Though I am still in the testing phase. I have received the following errors:
This is my code structure:
The FileIOHandler is a static class to copy the files from within the JAR to a temp file. The ICP2 is the interface for the DLL. The ICP2Driver implements the ICP2 interface. The ClientScriptModule extends the ICP2Driver class.
To be honest, I think it has something to do with this window that pops up when I tell the device to start. If I click on the help tab within the client, then click on the client button, Windows OS throws that error.
Am I mishandling the DLL even though it seems to be working?
I found this link, maybe its the way I am handling the DLL? Because the DLL is packaged in the module I have the FileIOHandler copying the archived DLL into a temp file that is passed to the a function provided in the DLL.