EdwardP
unread,Sep 7, 2012, 11:28:20 AM9/7/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to G3D Users
Chaps,
I'd like to suggest a small change for consideration. The current
VS2010 sub-projects all reference their include files based on the
$SolutionDir path. If this could be changed to $ProjectDir
(particularly in the G3D & GLG3D) it would mean that they could more
easily be added to other, new, solutions. When debugging I find it
really useful to add a the G3D/GLG3D projects to my own solution to
help me work my way around the code during development. I don't think
the change above will have any impact in your own build environment
because the project and solution for G3D are co-located - but it would
simplify their addition to other solutions.
Just a thought.
E
PS I also noticed that G3D explicitly adds the includes to GLG3D in
the project - given their intended relationship, I suspect that this
isn't intentional and I haven't found any problems in removing it?