That's a very basic question - get your hands on a C++ book. Try the online book referenced here:
http://doc.qt.nokia.com/4.7/how-to-learn-qt.html
1) Have you tried mingw-utils - reimp and dlltool to create an import lib? Make sure you use the 0.3 version, not the latest.
2) You might want to create a new project of type 'C++ Library' in Qt Creator. Then, assuming the source code you have is portable, add all cpp and h files to the project.
3) You can also learn a lot from looking at how other projects work, for example qextserialport.




Reply With Quote

Bookmarks