Hi phil,

I updated the project files and added also a new directory OpenSG\VSBuild\VS8 for the .net 2005 compiler.

You need to configure your VStudio to

find the glut, image headers and libs (there are precompiled libs in OpenSG/dist/win/supportlibs.zip)
    find the windows.h header you have to install the platform sdk.

    To configure the path settings in VS8 go to Tools->Options.
    Open Projects->VC++ Directories and include the header/lib paths
    for the supportlibs and the platform sdk.

Andreas

Hello all,
I've been attempting to compile OpenSG using .NET 2005 but have been stopped by this problem and was hoping someone else had come across it and solved it :o)

When compiling OSGSystem, many warnings are thrown up about truncating names, e.g.:

warning C4503: 'stdext::unchecked_uninitialized_copy': decorated name length exceeded, name was truncated

It keeps compiling but then gets unresolved externals, presumably because the names were wrong.

-
In addition, two inconsistent dll linkage warnings are thrown from osgscanparseskel_.tab.c:
warning C4273: 'malloc': inconsistent dll linkage
warning C4273: 'free': inconsistent dll linkage

-
is there a vs8 solution available anywhere, or plans to provide one?

cheers,
Phil


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users





-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to