Hi Ethan,
> The procedure entry point > ?getUserData@Object@osg@@UBEPBVReferenced@2@XZ > could not be located in the dynamic link library libgta-0.dll I'm not sure what causes this problem. It should be possible to use the libgta-1.0.1 binaries with Visual Studio without compiling libgta yourself (it works within the GDAL package, so I see no reason why it should not work within OSG). The C++ header you changed is just a wrapper, so that should be fine. Maybe you can try static linking instead of linking with DLLs (link against lib*.a instead of lib*.lib). Sorry, I don't have better ideas since I don't use Windows or Visual Studio... Martin ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=44491#44491 _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

