Re: gtkmm Problem loading .glade
- From: "Jonathon Jongsma" <jonathon jongsma gmail com>
- To: "Xavier Larrode" <Xavier Larrode irisa fr>
- Cc: gtkmm-list gnome org
- Subject: Re: gtkmm Problem loading .glade
- Date: Thu, 5 Jul 2007 07:56:30 -0500
On 7/5/07, Xavier Larrode <Xavier Larrode irisa fr> wrote:
Hi all,
I have an application on linux wich is using some .glade files and i'm
trying to port it on windows, on Visual C++ 2005.
Everything compiles fine, but i 've got a problem when i'm loading the
glade files :
libglade-WARNING : could not find glade file
'\xcc\xcc\xcc\xcc\xccWindow.glade'
But my exe is on the same folder than tha Window.glade and i don't know
why there is some "\xcc\xcc\xcc\xcc\x" before the glade name...
And i'm loading the glade with a Gnome::Glade::Xml::create("Window.glade");
Any idea ?
Thanks
Xavier
Are you also running the program from this directory? If you specify
a file without a path, I imagine it tries to load the file from the
current working directory. I don't think it matters where the .exe
file is located. Does it work if you specify the full path?
--
jonner
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]