[Plib-users] Building simple PLIB example? (1.2.0, VC6)
Brought to you by:
sjbaker
From: Discoe, B. <ben...@in...> - 2000-10-01 05:28:06
|
I just downloaded and tried to build a PLIB example this evening, and was unable to do so. I'm using VC6 on Win2k. I downloaded the "stable" plib source version 1.2.0, and it built fine. Then i looked for an example to see the library in action. There were no examples corresponding to version 1.2.0, so i downloaded the closest version: "plib_examples-1.1.8.tar.gz". Trying to build the "tux_example" program brought up a lot of problems with incorrect include and link paths in VC6. I fixed the path problems, but still got 115 link errors like this: ssg.lib(ssgStateSelector.obj) : error LNK2001: unresolved external symbol "void __cdecl sgMakeCoordMat4(float (* const)[4],float,float,float,float,float,float)" ssg.lib(ssgStats.obj) : error LNK2001: unresolved external symbol "void __cdecl sgMakeCoordMat4(float (* const)[4],float,float,float,float,float,float)" etc. Now, the example project file (tux_example.dsp) only links with the "ssg.lib" library, not the other libraries. Is this wrong? Thanks, Ben http://vterrain.org/ |