Hi Noris,

On Tue, 9 Jan 2007, Noris Gioacchino wrote:

> I'm a student and I'm quite new to c++ libraries and so on, so consider 
> I may have don really silly things. I work on windows with visual studio 
> 2005. Here is what I've done so far... I've downloaded the OpenSG 1.6 
> binaries (or whatever its called OpenSG-1.6.0-cl.net2005.exe), installed 
> them. (btw all the .dsp tutorial files are corrupted in this release 
> pack)

VS 2005 is not that well supported in 1.6 AFAIK. Could you perhaps try 
first with a recent dailybuild 
(http://www.opensg.org/dailybuild_logs/index.EN.html) and see if that 
solves your problems? The .dsp/.sln files should also be correct in those.

> My project tries to use QT, Cal3D, and OpenSG. While the first two 
> libraries seams to work well, I've problem with the latter.
>
> As I did for the others, I've put the include and lib path in the 
> properties of visual studio. The include seams to work well, since the 
> compilation goes well. The problem is the linking. I get these 
> unresolved external symbols 
> (http://n.ethz.ch/student/gnoris/download/_error.txt).

The archetypical windows problem is mixing debug/release libs as Carsten 
just mentioned, however to me it looks more like you forgot to actually 
include the .libs in the linker settings of your project/solution 
(Project->Properties->Linker->Input->additional dependencies -- or to 
whatever it's called in VS 2005 :).

HTH,
        Akos


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to