Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi A colleague has developed an application using Qt 4.7.4 I am using Qt 4.8.0 and when I build the application the linker complains -
cannot find -lQAxContainerd
How can I resolve this?
Thanks
Look in your Qt installation path in lib folder if there QAxContainerd.lib are. If it is there, add -L/path/to/qt/lib/folder right before -lQAxContainerd If not, you probably need to compile activeqt(QTPATH/src/activeqt) by yourself.
Thanks!! works now
Please add [SOLVED] to the topic subject...