Hello Michael,

On 12/13/2010 04:02 AM, Michael Raab wrote:
> I was a little bit to optimistic about that issue. There's a problem when 
> mixing calls to getenv() and SetEnviromentVariable() on windows platforms.
> I'm setting OSG_LOAD_LIBS at startup of my application but getenv() calls 
> during osg::init() doesn't recognize the appropriate variables.
> As I'm developing on Windows I have no access to setenv() function, which 
> should work better. May be a solution would be to access environment 
> variables on windows using GetEnvironmentVariable() function?! That may cause 
> some code changes inside OpenSG1.8. Has anyone ever experienced similiar 
> issues? Any alternative solutions?

have you tried the alternative Gerrit mentioned (call 
preloadSharedObject("OSGContrib") before osgInit) ?

        Cheers,
                Carsten

------------------------------------------------------------------------------
Oracle to DB2 Conversion Guide: Learn learn about native support for PL/SQL,
new data types, scalar functions, improved concurrency, built-in packages, 
OCI, SQL*Plus, data movement tools, best practices and more.
http://p.sf.net/sfu/oracle-sfdev2dev 
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to