Re: [Plib-users] Building simple PLIB example? (1.2.0, VC6)
Brought to you by:
sjbaker
From: Wolfram K. <w_...@rz...> - 2000-10-01 08:13:39
|
Ben wrote: >ssg.lib(ssgStateSelector.obj) : error LNK2001: unresolved external symbol >"void __cdecl sgMakeCoordMat4(float (* >const)[4],float,float,float,float,float,float)" sgMakeCoordMat4 is a function in sg.lib. >Now, the example project file (tux_example.dsp) only links with the >"ssg.lib" library, not the other libraries. Is this wrong? Yes, also add sg.lib. >Thanks, >Ben >http://vterrain.org/ Bye bye, Wolfram Kuss. |