Trolltech was very kind to send us over a copy of the recently released "C++ GUI Programming with Qt 3" book, part of "Bruce Perens' Open Source Series". The book weighs in at about 400 pages and comes with a CD-ROM loaded with software not found elsewhere freely.
Permalink for comment
To read all comments associated with this story, please click here.
You only need the dlls, if you don't want to access the dlls functions directly via DLLGetHandle() and instead want to use an import library for the dll you can use the dlltool to create one:
http://webclub.kcom.ne.jp/ma/colinp/win32/tools/dlltool.html
You only need the dlls, if you don't want to access the dlls functions directly via DLLGetHandle() and instead want to use an import library for the dll you can use the dlltool to create one:
http://webclub.kcom.ne.jp/ma/colinp/win32/tools/dlltool.html