Recent content by PLA

  1. P

    C/C++ Programming C++ with MVS, OSG & Qt: Win XP Linker Error

    There's not that file anywhere... i think MVS is searching for something useless... :/ Why would it search for a .obj in a lib path?! But maybe i don't know what I'm speaking of... Am i wrong? :D
  2. P

    C/C++ Programming C++ with MVS, OSG & Qt: Win XP Linker Error

    Hi everybody! I'm trying to program in C++ using: Visual Studio 2005 Qt 4.4.3 OpenSG My OS is Win XP Building shows me a linker error i can't solve. That's the program (a really base one): #include <QtGui/QApplication> #include <OpenSG/OSGConfig.h> #include <OpenSG/OSGNode.h>...