Jacob Armstrong wrote: > All, > How exactly does one go about setting up VBPMaster and its dependencies? > I already had OpenSceneGraph and its dependencies (Producers and > OpenThreads). Now I'm trying to set up VPBMaster and I had to use CMake > to get an .sln file, so I did that. Then I received a series of errors > when trying to compile it, so I moved some input and .lib files around > and finally got it to build. However, I'm not getting linking errors, > such as: > VirtualPlanetBuilder\VirtualPlanetBuilder\src\osgTerrain\DataSet.cpp(56) > : warning C4273: 'vpb::DataSet::setNotifyOffset' : inconsistent dll linkage
Sometimes this can happen when you are trying to mix DLLs and their corresponding .libs that were generated by projects with different compile options like debug/release or the like. > Does anyone know what I'm doing wrong here? I can't find any > documentation on how to set up your directories for VPBMaster. I haven't done it from scratch in a while, so I don't recall any quirks. > Thanks! > Jake -- Chris 'Xenon' Hanson, omo sanza lettere Xenon AlphaPixel.com PixelSense Landsat processing now available! http://www.alphapixel.com/demos/ "There is no Truth. There is only Perception. To Perceive is to Exist." - Xen _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

