Is is most probably because the vcproj files are generated
automatically by cmake.
If you just alter the vcproj all your changes get lost the next time
cmake is run.
You have to edit your CMakeList.txt file.

But don't try too hard I might as well have misunderstood your problem ;)


2007/7/16, Marcus Fritzen <[EMAIL PROTECTED]>:
Hello everybody,

I have a problem with visual studio 2005. My Problem is following. I
want to modify an existing osg project, for example osgViewer, by adding
files (source an header) to it. If I do so and then rebuild the solution
I get the following problem. VS says that the project has been modified
out of the solution. I can choose between reload and ignore. If i
reload, the added files are gone. If I choose ignore the files stay, but
only until next reload. Then the files are gone. Google can't really
help me :( I hope someone of you can.

Greets,

--
----------------------------------------------------------------
Marcus Fritzen                  E-mail: [EMAIL PROTECTED]
University Koblenz              Mobil:  +491786867360
Triererstr. 105, 56072 Koblenz,
HIWI FB4 Herr Jackel
----------------------------------------------------------------

_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

_______________________________________________
osg-users mailing list
osg-users@openscenegraph.net
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to