Re: [Plib-devel] MS linking problems
Brought to you by:
sjbaker
From: Brad C. <bco...@ac...> - 2000-06-02 19:30:29
|
Found it. The project file that came with 1.1.11 I downloaded didn't include ssgContext.cxx as a file to be built. Sorry, -Brad ----- Original Message ----- From: "Brad Colbert" <bco...@ac...> To: <pli...@li...> Sent: Friday, June 02, 2000 11:45 AM Subject: [Plib-devel] MS linking problems > Hi folks, > > I've been trying to build an app I have that uses plib but I get the > following linkage error, which is the same errors I get when trying to build the > tux example. (*NOTE: I've only shown the first three of 17) > > tux_example.obj : error LNK2001: unresolved external symbol "public: void > __thiscall ssgContext::setFOV(float,float)" (?setFOV@ssgContext@@QAEXMM@Z) > > ssg.lib(ssgLeaf.obj) : error LNK2001: unresolved external symbol "class > ssgContext * _ssgCurrentContext" (?_ssgCurrentContext@@3PAVssgContext@@A) > > ssg.lib(ssgStateTables.obj) : error LNK2001: unresolved external symbol "class > ssgContext * _ssgCurrentContext" (?_ssgCurrentContext@@3PAVssgContext@@A) > > Thanks, > > Brad Colbert > GreyStone Technology, Inc. > bco...@ac... > (858) 874-7000 > > > > _______________________________________________ > plib-devel mailing list > pli...@li... > http://lists.sourceforge.net/mailman/listinfo/plib-devel > |