Hi all.

I working in a mixed development environment regarding Windows versions, XP
and Vista.

I have been using VS2005 for a while, where I have pre-build binaries (osg,
collada, etc) build under VS2005 on a XP machine.
(The other way around does not work, that is, build in vista and use in XP
due to manifestation etc..., also, my XP is a 32bit, and my Vista is a
64Bit, but Im only building in 32bit.)

This works fine in VS2005/XP AND in VS2005/Vista.

Now when I started to use VS2008 I get into a few problems. Mainly around
the dae plugin.

When I build the dependencies in VS2008/XP and later use that on my Vista
machine, I get a crasch during exit when I try to render a .dae file.
In the call stack, it seems that the problem is related to unloading of the
collada plugin dll.)

I have experienced this before, and then it was related to the global
variables that the Collada reader uses.

This was fixed by using the dynamically linked version of collada (which
required a small patch to the CMakeLists.txt file in the dae plugin in osg).

Using exactly the same code/cmakefiles, it now crasches at exit.
The only difference is that I switched from VS2005 to VS2008 on all
platforms, all code rebuilt.

Now, my question is really, how others have experienced the transition from
VS2005 to VS2008?
and how (if they) manage prebuild binaries between XP and Vista?



-- 


________________________________________________________________
Anders Backman               Email:    [EMAIL PROTECTED]
HPC2N/VRlab                  Phone:    +46 (0)90-786 9936
Umea university              Cellular: +46 (0)70-392 64 67
S-901 87 UMEA SWEDEN         Fax:      +46 90-786 6126
                              http://www.cs.umu.se/~andersb
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to