Hi guys,
I'm currently writing a .dll for incorporation into a clients software, using WCL.
Basically I'm writing a WCL wrapper to use on their software.
Now I've hit a bit of an issue. When the load() function is called, the function hangs and never continues.
It should be noted that the demo apps included all run perfectly. The program can see and access wcl.dll and before the load() function is called, I can query the version number using the CwclAPI class, so it is all there.
Cheers for your help. Any further questions, just ask.
Phill.
Edit:
Some more information:
When I try to load the wcl api, my program loads up to the winusb.dll and the program stops and the sample code loads more .dlls after that.
I have tried using a windows message queue and the standard message queue in the Qt framework. Nothing seems to start up the api.