Ok, without any further information I only can guess: Maybe your dll is in a location your application can't find it. So to check that, move the dll to the standard library path on windows. Now, can you use the library in your application? If yes, have a look at "Deploying an Application on Windows" at the documentation, at the end you find a section where you must locate the dll's when deploying your application.