Hi Richard,
On Wed, 2004-08-25 at 09:52, Richard Boyce wrote:
> Hello,
>
> We are experimenting with integrating R and VRJuggler/OpenSG and having
> one issue that seems to be related to how we link the VRJuggler and
> OpenSG apps. Basicly, our applications .o files must be linked into a
> shared object that is loaded into R. VRjuggler is started from within
> the R process. We have got it to work on a OGL app (simpleApp) but have
> the following errors returned when trying to a VRJuggler/OpenSG app
> (OSG_LOG_LEVEL=5):
>
> 0010104/002] DBG:DeviceInterface found proxy:
> GlWin-Sim-EventWindow-SimWindow/event_window_device/Event window
> configuration 0-Proxy [ OK ]
> [0010104/002] DBG:OpenSGNav::contextinit: called.
> WARNING: Window::getFunctionByName: Couldn't get function
> 'glProgramStringARB' for Window 0x9599ff8.
...
All of these are harmless, they just indicate that you won't be able to
use some extensions.
If that's all you get on log level 5, that's weird. It's missing all the
FieldContainer initialization. Do you set the log level before you start
the program as an env var or inside the program?
Try to a call to
OSG::FieldContainerFactory::the()->initializePendingTypes(); after the
osgInit() call, that will force the initialization.
Hope it helps
Dirk
-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users