Oh, yah man!!
I got it now, the external ones don't work but the others do, nice!!
Thanks!
Murray Cumming wrote:
On Thu, 2009-02-05 at 08:18 -0800, Jamiil wrote:
Hey boys and girls! In my WinXP I have installed Gtkmm, the latest
installer, having said that, I need to know more about the goo
Thanks for the help!
I checked the URL, but it is also broken??!!
It just might be that the development process has not reach thus far, or
it could be a simple error. Hummm, I wonder if there is a way to find
out what it really is...
Thanks Murray, hava good one.
Murray Cumming wrote:
On Thu,
Murray Cumming wrote:
On Fri, 2009-02-06 at 11:28 -0500, Jam wrote:
Thanks for the help!
I checked the URL, but it is also broken??!!
You are not being specific, but I guess you are talking about the
"[external]" links there. I don't know what they but they obviously
o() {
Gdk::Display::get_default()->beep();
}
int main(int argc, char *argv[]) {
Gtk::Main kit(argc, argv);
Gtk::Window w;
Gtk::Button b("foo");
w.add(b);
w.show_all();
b.signal_clicked().connect(sigc::ptr_fun(&foo));
kit.run(w);
return 0;
}
== END d.cc ==
On Sun,
Paul Davis wrote:
On Sun, 2008-12-07 at 12:35 -0500, Jam wrote:
What is lacking is your understanding of (1) static methods (2) classes
with a constructor, either because they must always be created via a
factory method (which typically returns a reference counted pointer) or
because the class
Armin Burgmeier wrote:
On Thu, 2008-12-04 at 13:04 -0500, Jam wrote:
Armin Burgmeier wrote:
On Wed, 2008-12-03 at 20:40 -0500, Jam wrote:
Hello folks,
I am using 'gtkmm-win32-devel-2.14.1-3' and after installing it I cannot
find the documentation, there is the
to)
or
Gdk::Display::open() (C API: gdk_display_open() )
To open a specific display e.g. ":1" or ":3" or "localhost:5"
There is *certainly* no need to derive from Gdk::Display to achieve
what you want to do.
Sun, Dec 7, 2008 at 6:15 PM, Jam <[EMAIL PRO
Sorry, I forgot to mention, I don't here any beeping.
What have left undone!!
Mohammed Sameer wrote:
On Sat, Dec 06, 2008 at 06:06:51PM -0500, Jam wrote:
Hello folks!
It has been a long time since I started posting again, but here we go again!
My question is:
I have a debugging class
Yah! as in the message below, there is a problem here, obviously the
writer did not want this class to be used directly. So what I have done
is derive a class from it, and that solve the problem!
namespace hamd
class Display : virtual public Gdk::Display{
public: Display(){}
};
}
#include
cl
Chris Vine wrote:
On Sun, 07 Dec 2008 07:19:01 -0500
Jamiil <[EMAIL PROTECTED]> wrote:
Thanks Mohamed for the help!
I read the documentation and it is exactly what I am looking for and
more. However, the compiler complains saying that Display() is
protected and in Gdk::Display::Display *is a
Hello folks!
It has been a long time since I started posting again, but here we go again!
My question is:
I have a debugging class that pops up a MessageDialog box, what I would
like to do is to add a beep or some sort of sound that warns me that the
message has popped up.
Any body knows how if
Hello folks,
I am using 'gtkmm-win32-devel-2.14.1-3' and after installing it I cannot
find the documentation, there is the first page only, index.html, but
the rest of the pages are not there. I not always have access to the
Internet, thus I need to have this information in my laptop.
Thanks
Before going any further, I want to thank you for the help you are
giving me.
Having said that, well, what do you know, Code::Blocks also has the
ability to display the full compiler login and this is the output.
- Build: default in Console application ---
g++.exe -Wall
José Alburquerque wrote:
Jam said the following:
This is not the first time I am posting this question, and I am
beginning to wonder if what I am facing is a bug or if it is indeed a
mistake at my end. Let me explain to you what I do when trying to
compile; so that you might be able to spot
This is not the first time I am posting this question, and I am
beginning to wonder if what I am facing is a bug or if it is indeed a
mistake at my end. Let me explain to you what I do when trying to
compile; so that you might be able to spot what I am doing wrong.
I am using
gtkmm-win32-devel
Actually, what I did was to use 'pkg-config gtkmm-2.4 --cflags' and
'pkg-config gtkmm-2.4 --libs' to extract the parameter to re compile the
application. I did the same when I compiled using the previous version
of gtkmm-2.4.
Is there something I should change this time?
T.I.A.
--
Know this..
I just downloaded gtkmm-win32-devel-2.14.1-3 and try to recompile an
application I had developed under gtkmm-win32-devel-2.10.11-1, but I get
a strange error:
-- Build: default in Console application ---
Linking executable: TheProgram.exe
D:\XWin\bi
I just downloaded gtkmm-win32-devel-2.14.1-3 and try to recompile an
application I had developed under gtkmm-win32-devel-2.10.11-1, but I get
a strange error:
-- Build: default in Console application ---
Linking executable: TheProgram.exe
D:\XWin\bi
Damon Register wrote:
Jamiil wrote:
Before installed the the bellow suggested gtkmm installer I did a
compilation of a small application I am working on, however, after
installing your 'installer', I am getting a lot of compilation errors.
Here is a list of the errors I am getting, what am I
19 matches
Mail list logo