Hi Mathias, hi all, > I define the execute path anyway. But that does not mean that the > executable finds the dll in a complete different path, > or have I missed something?
Remember the search allgorythem for DLLs: 1. The application directory. 2. The path 3. Windows system/system32. If the dll is in the path, it will be found and loaded. > This was a different project (positioning stage). I will continue to > work on the camera project probably > beginning of next week. And I promise to give some feedback - and ask back. :-). Best Regards, Carsten _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
