[PB-Linux] Using GLADE as VD for pureBasic (0.3.0)
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
.
None are more hopelessly enslaved than those who falsely believe they are free. (Goethe)
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
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
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)
- 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)
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)
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)
-
FloHimself
- Enthusiast

- Posts: 229
- Joined: Wed May 14, 2003 3:38 pm
- Location: Lüneburg - Germany
-
FloHimself
- Enthusiast

- Posts: 229
- Joined: Wed May 14, 2003 3:38 pm
- Location: Lüneburg - Germany
-
FloHimself
- Enthusiast

- Posts: 229
- Joined: Wed May 14, 2003 3:38 pm
- Location: Lüneburg - Germany
-
FloHimself
- Enthusiast

- Posts: 229
- Joined: Wed May 14, 2003 3:38 pm
- Location: Lüneburg - Germany
I changed the OpenLibrary call to:
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.
Code: Select all
OpenLibrary(0,"libgtk-x11-2.0.so")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.
My favorite numbers: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0

