Page 4 of 4
Posted: Mon May 29, 2006 9:21 pm
by Inf0Byt3
Hi! I am really glad I could help. I will delete the old link and the file. Unfortunately now I can't use your tool anymore

because I had some problems with my linux and now I installed Win again

. I will keep it for maximum one month and then i'll switch to linux again

.
Posted: Tue Jun 20, 2006 7:18 pm
by walker
Hi,
an updated version is available (0.05):
http://home.arcor.de/x-linux/pure/g2pb
The needed include for some (missing) GTK2 functions in PB (also updated):
http://home.arcor.de/x-linux/pure/missing_functions.pb
Posted: Tue Jun 20, 2006 7:28 pm
by Nik
Can you please summarize what has changed?
Posted: Tue Jun 20, 2006 8:15 pm
by walker
Hi,
the convertet Glade-output is more complete (some more functions added, some constants added)
The missing_functons do have 2 more functions and one corrected function
Posted: Fri Jul 14, 2006 12:29 am
by walker
Updated to version 0.2.0
- Cleaned up the interface
- a new sourcefile will be created (declare.pb) which contains all known callback procedures
- the order of included sourcefiles has changed in main.pb
- some minor bug-fixes
- added 1 missing widget (Gadget)
- Notebook parameter conversion fixed (Notebook = PanelGadget)
Don't forget to include the missing-functions.pb (still needed)
Glade2PB:
http://home.arcor.de/x-linux/pure/g2pb (may you must make it executable)
missing_functions:
http://home.arcor.de/x-linux/pure/missing_functions.pb (right-click -> SaveAs)
Posted: Thu Aug 31, 2006 10:18 am
by walker
Version 0.3.0 is out
added: 2 constants were missing
added: a new dialog when converting, to choose what to create to prevent overwriting of existing, altered source
gtk_image_new_from_icon_name_() added to the includefile missing_functions
Download: http://home.arcor.de/x-linux/pure/g2pb and the
includefile
http://home.arcor.de/x-linux/pure/missing_functions.pb (right click; save as)
Posted: Thu Aug 31, 2006 4:56 pm
by FloHimself
Posted: Thu Aug 31, 2006 7:14 pm
by walker
could you tell me, which distro you use?
Are the gtk2 libs installed? (does "/usr/lib/libgtk-x11-2.0.so" exist? this is the Lib I try to open...)
Posted: Thu Aug 31, 2006 11:56 pm
by FloHimself
openSUSE 10.1
the libs are at '/opt/gnome/lib/libgtk-x11-2.0.so'
Posted: Fri Sep 01, 2006 12:56 am
by walker
Uploaded a new exe... this one should work on ALL distro's...

(link see above)
Posted: Fri Sep 01, 2006 1:35 am
by Inf0Byt3
Great news! Thanks! I'll test it tomorrow morning

Posted: Fri Sep 01, 2006 8:39 am
by FloHimself
Yes, here it works! Thank you!
// EDIT:
the 'missing_functions.pb' is still referring to '/usr/lib/libgtk-x11-2.0.so'
Posted: Fri Sep 01, 2006 9:43 am
by walker
I know... but can't update it at present....:roll: but will do in near future (please adept the path by yourself if necessary) please don't ask why...
Posted: Fri Sep 01, 2006 9:53 am
by FloHimself
I changed the OpenLibrary call to:
Code: Select all
OpenLibrary(0,"libgtk-x11-2.0.so")
Is it necessary to hardcode the path to the lib?
Haven't looked deeper into this, and haven't worked with PB since I switched to Linux. Is the 'GetFunction' function used in 'missing_functions.pb' missing on Linux? Just wrapped it to 'IsFunction' for now.
Posted: Fri Sep 01, 2006 10:06 am
by walker
Sorry,, that was a wrong version.... uploaded a corrected one... and the path (if not given) is not always found by OpenLibrary()...