Akilan, First, what is the exact compile error that you see printed?
Second, with the new driver API (in trunk) you no longer need to assemble Config objects by hand. Grab the trunk and look at the sample apps for details. Glenn Waldron : Pelican Mapping : +1.703.652.4791 On Tue, Feb 23, 2010 at 6:32 AM, Akilan Thangamani < [email protected]> wrote: > Hi, > > I have just started working on osgEarth. > I wrote my first code with osg2.8.2 to load a map something like > ... > #include <osgEarth/Config> > .... > ....... > Config conf; > conf["url"]="../data/world.tif"; > ..... > ........ > Compiling the program gives an error saying dat ther s no predefinition > for "url". > Other than "Config.h" any other file has to be included? > > > Thank you! > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=24681#24681 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org >
_______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

