Re: gtk-win sourceforge project

"Bill Nalen" <[email protected]> Wed, 29 Jan 2003 13:13:19 -0500
Newsgroups gmane.comp.video.gimp.windows.devel
Message-ID <OFE90962EC.1E3DC967-ON85256CBD.0063D99D-85256CBD.0064188E@towers.com>
Peter wrote:
>If you're looking for a place to add additional directories that affect
>every project, then Tool->Options is the place to look.  Depending on
>what version of MSVC you have the exact name on the dialog might be
>different, but you'll find a place where you can tell it how to find
>libraries, executables, etc, etc.  On a per-project basis, you can tell
>it additional library and include paths under some of the options for
>the project.

That was at the bottom of my instructions for setting up MSVC to use the 
various libraries and include files.  I tend not to use this and use the 
per projects settings.

What I was referring to was that when a GTK+ application runs, it needs 
access to the runtime /lib and /bin directories.  I haven't found a way to 
tell MSVC to add these 2 directories to the path for the executable and it 
seems to not look at the registry AppPath setting.  This is in contrast to 
building (compile & link) the application which works fine using either 
method above.

Bill