Tech Support > Microsoft Windows > Development Resources > Dev-C++ Glade/Gtk+ and Include/Lib Directories
Dev-C++ Glade/Gtk+ and Include/Lib Directories
Posted by Stefan Helmig on December 18th, 2006


Hello NG,

I installed the "gtk-dev-2.10.6-win32-1.exe" package
from http://gladewin32.sourceforge.net/modules/wfdownloads/
as Administrator. I recongnized that the glade-Installer set
the lib and include directories in Dev-C++ but I don't
know how this was done. There are no additional paths in
the environment or in the "devcpp.ini" But if I open Dev-C++
the include/lib-dirs are ok, but not if I start Dev-C++
as a user ??? Does anybody know how glade-installer
add these additional paths? Thanks.

s

PS: Using Mingw 3.4.2

Posted by Ulrich Eckhardt on December 18th, 2006


Stefan Helmig wrote:
There are basically two ways to add such paths, one is configuration files
and the other is the registry. Both feature per-user settings. I'd try the
search function of Explorer or regedit.

Uli


Posted by Stefan Helmig on December 18th, 2006


Hello Uli,

Yes, but I didn't find such values. In registry and in
files or in the environment... There are no such paths
defined... I don't find them...

For example:

As Administrator I opened the registry and searched
for "pango-1.0" (a part of one of these paths)
-> but _nothing_ found and I searched all the files
in my devcpp directory. Same -> _nothing_ found.
Searched in MinGW dir -> _nothing_
And searched the environment -> _nothing_
I found a Registry Key (HKLM) "Dev-Cpp" but there is only
the Installationpath of Dev-C++ defined. And there are
no definitions in HKCU ???

But as Administrator the paths of gtk+ are defined in
the Dev-C++ Compiler Environment
Tools -> Compiler Options -> Diectorys -> Libraries
and as a user, these paths are not defined...

Do you have any other ideas?




Similar Posts