Page 15 of 17
Re: PureBasic 5.70 LTS beta 3 is out !
Posted: Tue Nov 20, 2018 3:28 pm
by marcoagpinto
@Fred:
Has the gtk3 issue in Ubuntu 18.10 been fixed?
Thank you!
Re: PureBasic 5.70 LTS beta 3 is out !
Posted: Tue Nov 20, 2018 11:08 pm
by Niffo
Thank you VERY MUCH for the support of projective textures in the 3D engine Fred !
Re: PureBasic 5.70 LTS beta 3 is out !
Posted: Wed Nov 21, 2018 5:29 pm
by marcoagpinto
Buaaaaaaaaaaaaaaa....
Buttons and string gadgets still appear bigger on Ubuntu 18.10... in 18.04 they appear as planned

Re: PureBasic 5.70 LTS beta 3 is out !
Posted: Wed Nov 21, 2018 7:12 pm
by Psychophanta
Ooooooooooooooook!
Lets try beta 3

Re: PureBasic 5.70 LTS beta 3 is out !
Posted: Thu Nov 22, 2018 1:19 pm
by DK_PETER
Thank you.
Always looking forward to try out a new beta.

Re: PureBasic 5.70 LTS beta 3 is out !
Posted: Sat Nov 24, 2018 5:23 pm
by al2791
Creating an ODBC DSN is not OK with version 5.70B3
It's the same thing in this post
viewtopic.php?f=28&t=69462
fred had fixed (V5.62)
I have already posted in July 2018
viewtopic.php?f=4&t=71050
Thanks Fred
Re: PureBasic 5.70 LTS beta 3 is out !
Posted: Tue Nov 27, 2018 12:11 pm
by mikejs
Likewise the issue with SQLConnect is still present in Beta 3. As per this thread:
viewtopic.php?f=4&t=69924
It looks like the compiled code is using SQLConnect, when it should be using SQLConnectW. Same code works fine in 5.60, just not anything later.
Re: PureBasic 5.70 LTS beta 3 is out !
Posted: Wed Nov 28, 2018 11:59 pm
by mk-soft
marcoagpinto wrote:Buaaaaaaaaaaaaaaa....
Buttons and string gadgets still appear bigger on Ubuntu 18.10... in 18.04 they appear as planned
I once installed Ubuntu 18.10 times in a VM.
Tested with the following versions:
Ubuntu 18.10, Ubuntu Gnome 18.04, Ubuntu Budgie 18.04
GTK2 and GTK3 run on all three versions.
All windows and gadgets are the same size on all three versions.
Ubuntu 18.10 is still not working as it should. A few updates are still missing.
If you want to adjust to the fast all sizes, take a look at this.
Link:
viewtopic.php?f=12&t=71823
Re: PureBasic 5.70 LTS beta 3 is out !
Posted: Thu Nov 29, 2018 7:19 pm
by marcoagpinto
mk-soft wrote:marcoagpinto wrote:Buaaaaaaaaaaaaaaa....
Buttons and string gadgets still appear bigger on Ubuntu 18.10... in 18.04 they appear as planned
I once installed Ubuntu 18.10 times in a VM.
Tested with the following versions:
Ubuntu 18.10, Ubuntu Gnome 18.04, Ubuntu Budgie 18.04
GTK2 and GTK3 run on all three versions.
All windows and gadgets are the same size on all three versions.
Ubuntu 18.10 is still not working as it should. A few updates are still missing.
If you want to adjust to the fast all sizes, take a look at this.
Link:
viewtopic.php?f=12&t=71823
Hello!
Please try to run on Ubuntu 18.10:
http://proofingtoolgui.org/#downloads
Proofing Tool GUI compiled in Ubuntu 16.04.
In 18.10 the executable does nothing, maybe because it is in GTK2?
Thanks!
Re: PureBasic 5.70 LTS beta 3 is out !
Posted: Thu Nov 29, 2018 9:03 pm
by mk-soft
I have install a new machine without developers packets.
Many programs have problem with this...
./ProofingToolGUI_V0133_x64_beta: error while loading shared libraries: libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory
How to fixed this problem for many programs on Ubuntu 18.04 and 18.10
sudo apt-get install libgtk2.0
P.S New version of Module ScaleGadgets

Re: PureBasic 5.70 LTS beta 3 is out !
Posted: Thu Dec 06, 2018 11:46 am
by bobobo
i have to use ApplyEntityImpulse without Postions (otherwise it causes the 3dEngine to stop v5.70)
maybe the docs should be updated
change
ApplyEntityImpulse(#Entity, x, y, z [, PositionX, PositionY, PositionZ [, Mode]])
to
ApplyEntityImpulse(#Entity, x, y, z [, PositionX, PositionY, PositionZ , Mode])
i think Mode ist not optional when using the position.
greetz
Re: PureBasic 5.70 LTS beta 3 is out !
Posted: Mon Dec 10, 2018 8:08 pm
by Fred
Beta 4 is out, with use usual bug fixes and the completed doc (translated). Thanks to Andre and Mesa for it !
Re: PureBasic 5.70 LTS beta 4 is out !
Posted: Mon Dec 10, 2018 8:49 pm
by ccode
Great!
Could actually the page:
"System requirements"
to be updated in the help?
Linux
Required packages for using PureBasic:
- SDL 1.2 devel (for games)
- GTK 1.2+ devel or / and GTK 2+ (for GUI programs)
- libstdc ++ devel
- GCC installed correctly
- iodbc and iodbc-devel to use the Database commands (see
http://www.iodbc.org (
http://www.iodbc.org))
- libgtkembedmoz.so should be installed for the WebGadget () to work (shipped with the Mozilla / Firefox package).
- xine and xine-devel for the Movie Commands PureBasic has been successfully tested on the following configurations (which does not mean that it only runs on it):
What about, for example, the Qt-Libs and GTK3, SDL 2, ....
________________________________________________________
Is the Qt subsystem really just a nice accessory or will it offer extended usability in the future?
Actually, I prefer GTK because it makes it easier for me to access the API.
At QT I also have too limited knowledge in C++.
Re: PureBasic 5.70 LTS beta 4 is out !
Posted: Fri Dec 14, 2018 8:37 am
by stevie1401
If I use the arrow keys or if I click on the procedure list on the right side with the mouse, the IDE ends very often without a message.
PB IDE 570 Beta 4
Tested with
Linux Mint 18.3
Mageia 6
Ubuntu 18.4
Edit:
I have a german message, if the IDE stiil ends: "Gleitkomma-Ausnahme (Speicherabzug geschrieben)"
Re: PureBasic 5.70 LTS beta 4 is out !
Posted: Fri Dec 14, 2018 1:32 pm
by Psychophanta
Excellent result.
