Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 137 results for
gtkmm
- Page 1
Gtkmm box widget is doing my headache
Programming
Software Development
14 Years Ago
by cppgangster
…::ToggleButton togglb,togglb1; }; #endif /* NEWFILE_HPP */ [/CODE] [CODE] #include <
gtkmm
-2.4/
gtkmm
/container.h> #include <sigc++-2.0/sigc… <cstdlib> #include "newfile.hpp" #include "
gtkmm
/main.h" using namespace std; int main(int argc…
gtkmm errors when compiling
Programming
Software Development
12 Years Ago
by sarah.mathieson.7
…, from main.cc:1: /usr/include/
gtkmm
-3.0/
gtkmm
/button.h:7:28: fatal error: glibmm… file on my computer: /usr/include/
gtkmm
-3.0/
gtkmm
/button.h Here is my Makefile and… #define GTKMM_HELLOSARAH_H #include <
gtkmm
-3.0/
gtkmm
/button.h> #include <
gtkmm
/window.h> class HelloSarah …
gtkmm and dev-c++ or mingw
Programming
Software Development
17 Years Ago
by tralfas
…was a clearer tutorial than then the one on the
gtkmm
site. I downloaded [URL="http://gladewin32.sourceforge.…/"]Glade/Gtk+ for Win32[/URL]. then i downloaded
gtkmm
. i installed all of these in there default places.…search path. perhaps you should add the directory containing '
gtkmm
-2.4..pc' to the PKG_CONFIG_PATH enviroment variable no …
Re: Gtkmm box widget is doing my headache
Programming
Software Development
14 Years Ago
by musiord
hello i am creating an application with
gtkmm
and i have a problem when i want to genrate 2 window in the main of my program.have you got a simple exemple ? thanks
Re: gtkmm errors when compiling
Programming
Software Development
12 Years Ago
by Suzie999
I am not certain about this but the first thing I would try is for example #include <./
gtkmm
/window.h> or #include "
gtkmm
/window.h"
gtkmm with makefile problem
Programming
Software Development
13 Years Ago
by marcux
… [url]http://stackoverflow.com/questions/6442550/problem-with-makefile-and-
gtkmm
[/url] There they don't find any solution, so I…with: g++ main.cpp -o output `pkg-config --cflags --libs
gtkmm
-2.4` The compilation goes fine. When I write it…If I run pkg-config --cflags in terminal /use/include/
gtkmm
-2.4 exists In the answer I get back. What…
Re: gtkmm and dev-c++ or mingw
Programming
Software Development
17 Years Ago
by Salem
> I was wondering first if there was a clearer tutorial than then the one on the
gtkmm
site. How about joining the project mailing lists with the hope of getting the project documentation improved. At least there you will find the highest concentration of people who've probably succeeded in doing this in the past, and who can guide you.
Gtkmm in codeblocks??
Programming
Software Development
16 Years Ago
by Bladtman242
Hi, can someone plz tell me how to compile
gtkmm
in code:blocks? or actually, how to compile
gtkmm
at all in windows?
Re: Gtkmm in codeblocks??
Programming
Software Development
16 Years Ago
by athlon32
Settting up
gtkmm
in Windows: [url]http://live.gnome.org/
gtkmm
/MSWindows[/url]
Re: Gtkmm in codeblocks??
Programming
Software Development
16 Years Ago
by tux4life
[QUOTE=athlon32;894876]Settting up
gtkmm
in Windows: [url]http://live.gnome.org/
gtkmm
/MSWindows[/url][/QUOTE] Maybe it would be smart to look at the date of the latest post in the thread before you waste your time answering an old thread like this one :( But I agree with the answer (Finally someone which uses Google) :)
Re: How can I use gtkmm with MinGW (g++) without MSYS?
Programming
Software Development
15 Years Ago
by paycity
…]-mms-bitfields -IC:/
gtkmm
/include/
gtkmm
-2.4 -IC:/
gtkmm
/lib/
gtkmm
-2.4/include -IC:/
gtkmm
/include/giomm-2.4-IC:/
gtkmm
/lib/giomm-2… base -D_REENTRANT -IC:/
gtkmm
/include/
gtkmm
-2.4 -IC:/
gtkmm
/lib/
gtkmm
-2.4/include -IC:/
gtkmm
/include/giomm-2.4-IC:/
gtkmm
/lib/giomm-2…
How can I use gtkmm with MinGW (g++) without MSYS?
Programming
Software Development
15 Years Ago
by paycity
… XP. After, I set the PATH variables. After, I installed
gtkmm
for MinGW (g++). I tried to compile a simple window… this command line: g++ simple.cc -o simple `pkg-config
gtkmm
-2.4 --cflags --libs` After, I installed MSYS and I… this command line: g++ simple.cc -o simple `pkg-config
gtkmm
-2.4 --cflags --libs` My problem: I want to compile…
Re: How can I use gtkmm with MinGW (g++) without MSYS?
Programming
Software Development
15 Years Ago
by Aranarth
Just run the command "pkg-config
gtkmm
-2.4 --cflags --libs" yourself. It will generate an … such as this: -D_REENTRANT -I/usr/include/
gtkmm
-2.4 -I/usr/lib/
gtkmm
-2.4/include -I/usr/include/giomm-2… -lgmodule-2.0 -lglib-2.0 Then replace `pkg-config
gtkmm
-2.4 --cflags --libs` with that output. That's exactly…
Re: How do I install gtkmm in dev c++ on windows?
Programming
Software Development
17 Years Ago
by curt22
I installed Dev c++, GTK+ 2.x, the Gtk+/Win32 Development Environment, and
gtkmm
, but when I try to run pkg-config --cflags
gtkmm
-2.4 it says package
gtkmm
-2.4 was not found in the pkg-config search path. Perhaps you should add the directory containing '
gtkmm
-2.4.pc' to the PKG_CONFIG_PATH enviroment variable No package '
gtkmm
-2.4' found
Re: How can I use gtkmm with MinGW (g++) without MSYS?
Programming
Software Development
15 Years Ago
by Aranarth
Just replace `pkg-config
gtkmm
-2.4 --cflags --libs` with its output manually.
Re: How can I use gtkmm with MinGW (g++) without MSYS?
Programming
Software Development
15 Years Ago
by paycity
Aranarth, thank you for help. This is my problem. I don't know to replace it. How can I replace `pkg-config
gtkmm
-2.4 --cflags --libs` with its output manually?
Re: How can I use gtkmm with MinGW (g++) without MSYS?
Programming
Software Development
15 Years Ago
by paycity
Wants anybody to help me? I need to compile
gtkmm
GUI without MSYS (minimal System). I write a new message for moving my thread into top of this forum, because My thread has been moved into another page of forum and maybe never I would receive a solution from you. Please help me!
Re: How do I install gtkmm in dev c++ on windows?
Programming
Software Development
17 Years Ago
by Sturm
[url]http://www.
gtkmm
.org/docs/
gtkmm
-2.4/docs/tutorial/html/ape.html[/url] What doesn't work?
Re: How do I install gtkmm in dev c++ on windows?
Programming
Software Development
17 Years Ago
by Sturm
[code] -Id:/dev-c++/include/
gtkmm
-2.4 -Id:/dev-c++/lib/
gtkmm
-2.4/include -Id:/dev-c++/include/gtk-2.0…
Re: How do I install gtkmm in dev c++ on windows?
Programming
Software Development
17 Years Ago
by curt22
…=Sturm;431243][code] -Id:/dev-c++/include/
gtkmm
-2.4 -Id:/dev-c++/lib/
gtkmm
-2.4/include -Id:/dev-c++/include…
How do I install gtkmm in dev c++ on windows?
Programming
Software Development
17 Years Ago
by curt22
Could someone please give me step by step instructions on how to make
gtkmm
work with Dev C++ on windows. I've tried following the instructions on the website, but I cant get it to work. Could you please tell me exactly what to download and where to install it. Thanks.
Dynamic Adding of Widgets in GTKMM
Programming
Software Development
15 Years Ago
by harryhaaren
… depending on thier own situation). Im coding on Linux using
GTKmm
, so any Guru's out here know how to best…
Installing GTKmm within Codeblocks
Programming
Software Development
12 Years Ago
by Sunshine2011
I would like to use
GTKmm
within Codeblocks, so that everytime a new project is created, the libraries are automatically included. I think I have to tell Codeblocks under Settings/Compiler and Debugger/Search directories and then under compiler the includefiles and under linker the libs. Is that correct?
Re: gtkmm errors when compiling
Programming
Software Development
12 Years Ago
by sarah.mathieson.7
Thanks for the reply, I just found my error. My makefile was WAY off.
Re: gtkmm and dev-c++ or mingw
Programming
Software Development
17 Years Ago
by tralfas
anyone have any experience with this? please help! =)
Re: gtkmm and dev-c++ or mingw
Programming
Software Development
17 Years Ago
by Narue
>anyone have any experience with this? Bumping a thread is extremely rude and insulting to everyone because it presumes that your question is more important than all of the others when all questions have equal priority to those of us who are answering them. When someone feels confident in answering your question, you'll get help. Don't bump …
Re: Gtkmm in codeblocks??
Programming
Software Development
15 Years Ago
by Bladtman242
Seriously guys,i wouldnt have asked if i had not read that allready, i just dont get it:)
Gtkmm TreeView: Search across multiple columns
Programming
Software Development
12 Years Ago
by idlackage
Is there a way to have multiple search entries for one TreeView, each for a different column, or having one search entry handle all columns? The effect I'm looking for is (for example) having three columns, and thus typing into three search boxes to narrow down to the results that match all three. I'm looking at `set_search_equal_func()`, but I …
Re: How do I install gtkmm in dev c++ on windows?
Programming
Software Development
17 Years Ago
by Sturm
Try rebooting to update your path (I don't have access to a windows machine currently). If that doesn't work you could manually locate all of the necessary files.
Re: How do I install gtkmm in dev c++ on windows?
Programming
Software Development
17 Years Ago
by curt22
Thanks Sturm, but rebooting didn't work, and I don't know which files I need so I can't find them myself. Encase it helps I'm using windows XP and I installed everything with the default settings.
1
2
3
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC