On Thu, May 21, 2009 at 01:46:53PM +0300, Kosta wrote: > No, I use Windows XP right now. I just downloaded the library from the > site, they were with .tar extensions. I don't know if I have to unrar > them or they are OK for use in the archive. Here is the link to the > library : http://www.agentpp.com/snmp++v3.2.23.tar.gz
You cannot use stuff that's packed in an archive. I guess the proper use of the library would be to compile it separately and add it to the .pro file using "LIBS += ..." but including all the source files in the project (individually, not as archive) might work as well. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
