473,657 Members | 2,556 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

GTK Libraries in WIndows

I use the GTK libraries in linux. The book I use is "Begining
GTK+/Gnome Programming" by Peter Wright. The book is intended for
linux users. So, I am wondering how I can do the same thing in
windows? I am mostly having trouble compiling in windows since the
compiler says that it cant open the gtk headers: "gtk/gtk.h"

May 23 '06 #1
15 2182
ri************* @gmail.com wrote:
I use the GTK libraries in linux. The book I use is "Begining
GTK+/Gnome Programming" by Peter Wright. The book is intended for
linux users. So, I am wondering how I can do the same thing in
windows? I am mostly having trouble compiling in windows since the
compiler says that it cant open the gtk headers: "gtk/gtk.h"


This group only discusses ISO C. GTK is a very popular GUI toolkit and
must surely have groups and mailing lists of it's own where this
question will be better answered.

May 23 '06 #2
ri************* @gmail.com wrote:
I use the GTK libraries in linux. The book I use is "Begining
GTK+/Gnome Programming" by Peter Wright. The book is intended for
linux users. So, I am wondering how I can do the same thing in
windows? I am mostly having trouble compiling in windows since the
compiler says that it cant open the gtk headers: "gtk/gtk.h"


You could try the Windows port of GTK. However, this is off topic here
ince GTK is not part of C. I suggest you try the GTK mailing list and/or
a Windows group.
--
Flash Gordon, living in interesting times.
Web site - http://home.flash-gordon.me.uk/
comp.lang.c posting guidelines and intro:
http://clc-wiki.net/wiki/Intro_to_clc
May 23 '06 #3
I find it hard to believe that GTK is off topic since it is written in
C :O

May 23 '06 #4
richardcarra... @gmail.com wrote:
I find it hard to believe that GTK is off topic since it is written in
C :O


Literally millions of programs, large and small, targetting dozens of
platforms have used and continue to use C. If this group is opened up
to discussions pertaining to all the platforms, and their specialities,
traffic would increase to such levels that the current "regulars" in
the group, who are contributing a part of their valueble time and
expertise, may find it too chaotic to continue to participate in.

Besides, we do have groups, mailing-lists or forums for *most* of the
current popular C implementations , and programs. One such example would
be GTK. I'm sure they would be having mailing-lists on their website.
There you'll be able to post to an audience who would be knowing much
more about GTK than shooting in the dark here and hoping to catch
someone with the required knowledge to answer your question.

May 23 '06 #5
ri************* @gmail.com wrote:
I find it hard to believe that GTK is off topic since it is written in
C :O

[Follow-ups set.]

Logical error. Apache (the web server) is written in C, and yet this
would not be a good forum to discuss Apache, or even development on
Apache modules.

This newsgroup is pretty strict about adhering conversations regarding
ISO C. Since any non-standard libraries or APIs are not part of the
standard, they are by definition off-topic.

You have a GTK-on-Windows problem, not a C-the-language problem. You
will likely get more help in the appropriate forums. See a GNU/Gimp
specific newsgroup, or try the web: <http://www.gimp.org/~tml/gimp/win32/>
May 23 '06 #6
richardcarra... @gmail.com wrote:
I find it hard to believe that GTK is off topic since it is written in
C :O


Try this page as a starter for better places to post your question.

http://www.gtk.org/mailinglists.html

May 23 '06 #7
On 23 May 2006 12:12:23 -0700, ri************* @gmail.com wrote:
I find it hard to believe that GTK is off topic since it is written in
C :O


Can you help me with the video editor I just installed? It's written
in C, and it's telling me it can't find an index on the DVD. What's
wrong?

--
Al Balmer
Sun City, AZ
May 23 '06 #8
By the way, the book I qouted above is about C programs that are used
to form GUI's and use the GTK libraries. It is a very well known book
and it has many many free programs in C that are used with GTK. Maybe
you are not familiar with GTK but that doesnt mean that it is not part
of the C discussion

May 23 '06 #9
richardcarra... @gmail.com wrote:
By the way, the book I qouted above is about C programs that are used
to form GUI's and use the GTK libraries. It is a very well known book
and it has many many free programs in C that are used with GTK. Maybe
you are not familiar with GTK but that doesnt mean that it is not part
of the C discussion


As an aside, please quote context in your replies. Not all readers of
this group will have access to the previous articles at all times. Read
the following to familiarise yourself with this group and it's
netiquette:

<http://cfaj.freeshell. org/google/>
<http://clc-wiki.net/wiki/Introduction_to _comp.lang.c>
<http://www.safalra.com/special/googlegroupsrep ly/>
<http://en.wikipedia.or g/wiki/USENET>
<http://en.wikipedia.or g/wiki/Netiquette>

Coming to the actual content of your post, my previous reply to you
still stands relevant. While this group may have hundreds of posters it
has only a few dozen "regulars" who make posts to this group
worthwhile. It seems their consensus is that this newsgroup should
continue to be devoted to ISO C, as it seems to be one of the very few
groups, (if not the only one), for this subject.

If posts on every C implementation and program were allowed, the group
would stand the risk of becoming overloaded and might lose it's
"regulars" and hence, some of it's value. See also one of my other
replies to you where I've indicated a link to a page with several
mailing-lists devoted to GTK.

May 23 '06 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
7183
by: Robert Ferrell | last post by:
I'm trying to do some debugging of python extensions on Windows2K. MS Visual Studio (.NET) says it can't find the debug version of the python libraries. (The message is "python.exe does not contain any debugging information".) I installed the binaries from the Windows installer. How should I get the debug libraries? Or is that even what I need? I'm kind of new to Windows, and Visual Studio in particular, so maybe I'm way off base. ...
10
2048
by: Alf P. Steinbach | last post by:
The fifth part of my attempted Correct C++ tutorial is now available, although for now only in Word format (use free Open Office if no Word), and also, it's not yet been reviewed at all -- comments welcome! "How to use libraries" <url: http://home.no.net/dubjai/win32cpptut/w32cpptut_01_05.doc> General URL: <url: http://home.no.net/dubjai/win32cpptut/html/>
1
2526
by: John S Dalzell | last post by:
Hi, I have a C++ app which needs to work with a server on a remote machine. The manufacturer has given us a set of DLL's which provide API calls to send requests to the server and receive an information feed from it. My app is compiled under Micro$oft VS.NET 2003 with option /MT to statically link in the C runtime libraries msvcrt.lib etc. My app has to store information from the server and answer requests from many remote clients. These...
2
2271
by: Yang Pang | last post by:
I have a project where the GUI is in VB.NET, the libraries in unmanaged C++ which is wrapped in managed C++ and compiled as DLL. The application runs fine on Windows 2000 with VC++ development environment installed, but fails to load on any Windows 2000 system with only the .NET Framework (tried .NET Framework SDK too) installed. Tried suggestions given in "Mixed DLL Loading Problem"
2
6024
by: anand.ba | last post by:
Hi all I need to find equivalent windows libraries for the following unix ones. #include <sys/prctl.h> #include <sys/ioctl.h> #include <unistd.h>
4
1579
by: pek | last post by:
Two questions: 1. Is there a way I can find a list of all available php libraries and with which version they can run..? 2. Using php code, is they a way I can find out if I have loaded a specific PECL extension..? (like extension_loaded() for php libraries). Any help would be appreciated.
1
1374
by: Alexandre Guimond | last post by:
Hi. I want to create a portable setup.py file for windows / linux for an extension package that i need to link with external libraries (gsl and boost). on windows i do something like this: imaging = Extension( 'pyag.imaging._imaging', sources = ( glob.glob( 'Source/pyag/imaging/Src/*.cpp' ) + glob.glob(
7
13512
by: barias | last post by:
Although circular dependencies are something developers should normally avoid, unfortunately they are very easy to create accidentally between classes in a VS project (i.e. circular compile-time dependencies). But then I started wondering how "easy" it would be to similarly make a NON-RUNTIME circular dependency between (implicitly linked) DLLs. Indeed authors like John Lakos, who focus on compile/link-time dependencies (not run-time),...
2
2358
by: Mahmoud Al-Qudsi | last post by:
I'm trying to start cross-platform development with Mono/.NET and GTK#. However, I love the VS.NET IDE, so I'd like to do my coding on Windows with Visual Studio 2005 instead of on Linux with the crappy MonoDevelop. I cannot for the life of me locate the Windows development libraries for GTK#. All links to the "development" libraries for GTK# point me to the runtime download for Windows @...
4
1473
by: GiuseppeDini | last post by:
I'm new to c++ and I'm trying to understand how libraries work with c+ +. I have a project (opencv, but this question is not opencv specific) with a folder for each library, and in each folder two folders "include" with headers and "code" with some headers and .cpp files. Furthermore there are two folders outside "bin" with .dll files and "lib" with .lib files. What I want to do is to produce .lib and .dll files by myself using my IDE...
0
8397
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8310
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6167
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4315
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2731
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1620
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.