Thread: open scene graph compile issues

  1. #1
    GA ichijoji's Avatar
    Join Date
    Nov 2002
    Posts
    179

    open scene graph compile issues

    I'm not sure if this is the right place to ask this, if anybody knows somewhere better please let me know.

    When I try to compile a project with all the same settings as an example that does compile, I get a bunch of unresolved external errors like:
    terrain2 error LNK2020: unresolved token (0A00000B) osg.Object.__dtor
    I'm using msvc 2003 and linking odbc32.lib and odbccp32.lib. I don't understand why the examples and tutorials from online compile but this doesn't. What am I missing?
    Illusion and reality become impartiality and confidence.

  2. #2
    GA ichijoji's Avatar
    Join Date
    Nov 2002
    Posts
    179
    Nevermind. Apparently the examples that come with the library link to the .lib's automatically. I looked in some tutorial code and found out the list is:
    OpenThreadsWin32d.lib Producerd.lib iconv.lib iconv_a.lib osgProducerd.lib osgd.lib libjpeg.lib libpng.lib libtiff.lib libungif.lib osgdb_txpd.lib osgDBd.lib osgFXd.lib osgGAd.lib osgGL2d.lib osgParticled.lib osgSimd.lib osgTextd.lib osgUtild.lib zlibstat.lib
    Illusion and reality become impartiality and confidence.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Open Source and Security
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 17
    Last Post: 06-17-2008, 01:23 AM
  2. Open Source Licenses
    By Mario F. in forum A Brief History of Cprogramming.com
    Replies: 9
    Last Post: 10-10-2006, 08:53 PM
  3. Open GL issues
    By drdodirty2002 in forum C++ Programming
    Replies: 1
    Last Post: 12-15-2005, 03:57 PM
  4. VS 2003 compile issues?
    By Dan911 in forum C++ Programming
    Replies: 4
    Last Post: 08-23-2005, 03:17 PM
  5. open gl newbie issues
    By phil_drew in forum Windows Programming
    Replies: 3
    Last Post: 10-30-2003, 03:26 PM