Lucena, Ivan wrote:
Friends,
I would like to exchange my experience on the VS debugging part, if I may.
[...]
Ivan,
Your notes are very helpful. Belongs to the Wiki :-)
One note about environment variables, VS2003 doesn't have one entry for
"Environment" on the Project Property Pages, VS2005 does.
Ups, my fault. I've forgot how it is with VS2003
But you can
always set them directly on windows. Just remember to close and open
VS2003 again so that it will catch the changes.
I think another option is to launch Visual Studio from cmd line
C: \> find an vsvars32.bat
C: \> set MY_ENV_VAR=foo
C: \> devenv.exe makegdal71.sln
Then MY_ENV_VAR is available in the VS env.
Best regards,
--
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org
_______________________________________________
gdal-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/gdal-dev