Re: [osg-users] How to create new OSG dll files and replace the old binaries

2008-04-12 Thread Mattias Helsing
Hi Ke Li, The osg binaries gets put where you want them (using CMake). You tell CMake where to build the binaries and thats where you find the generated .sln file and, if you're lucky, a bin folder. The bin folder contains the binaries and a plugin folder with plugin binaries. If you dont want

Re: [osg-users] How to create new OSG dll files and replace the old binaries

2008-04-12 Thread Jean-Sébastien Guay
Hello, The osg binaries gets put where you want them (using CMake). You tell CMake where to build the binaries and thats where you find the generated .sln file and, if you're lucky, a bin folder. Actually, the bin/lib/share folders will be put in the directory specified by

[osg-users] How to create new OSG dll files and replace the old binaries

2008-04-11 Thread Ke Li
Dear all, Following the instruction of Mattias and Robert, I modified OSG source code to meet my requirement. But after rebuiling the whole solution or just the project I modified, I could not find dll files that can replace the downloaded binaries. So my question is how to create new dll