
PureBasic 4.41 RC1 Released!
- DoubleDutch
- Addict
- Posts: 3220
- Joined: Thu Aug 07, 2003 7:01 pm
- Location: United Kingdom
- Contact:
Re: PureBasic 4.41 RC1 Released!
Thanks. 

https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
https://reportcomplete.com <- School end of term reports system
Re: PureBasic 4.41 RC1 Released!
Thanks for the update! 

Proud registered Purebasic user.
Because programming should be fun.
Because programming should be fun.
Re: PureBasic 4.41 RC1 Released!
Link on download page says
Download PureBasic 4.41 RC 1 for Windows (x86)
yet the file downloaded says
PureBasic_Windows_4.41_Beta_1_x86.exe
Is this a mistake??
Download PureBasic 4.41 RC 1 for Windows (x86)
yet the file downloaded says
PureBasic_Windows_4.41_Beta_1_x86.exe
Is this a mistake??
Re: PureBasic 4.41 RC1 Released!
yes, the filename is wrong, i will correct that.
Re: PureBasic 4.41 RC1 Released!
Thanks for the update to !
And really very good work ...
I hope the user suggestions will be even more present in future versions :roll:


I hope the user suggestions will be even more present in future versions :roll:
Sorry for my english
! (Windows Xp, Vista and Windows 7, Windows 10)

Re: PureBasic 4.41 RC1 Released!
this may be a dumb question, but what is the sqlite version in the database library?
Or, how would one go about figuring that out?
Thanks!
Or, how would one go about figuring that out?
Thanks!

Re: PureBasic 4.41 RC1 Released!
It's the actual SQLite database "engine" version.jamba wrote:but what is the sqlite version in the database library?
You can look here for more information: http://www.sqlite.org/
Look to the right under Current Status.
Normally you would use the command "sqlite_version()" in a query through Purebasic's DatabaseQuery command.jamba wrote:Or, how would one go about figuring that out?
Something like this:
Code: Select all
UseSQLiteDatabase()
If OpenDatabase(0, "C:\Andre.db", "", "")
DatabaseQuery(0, "SELECT sqlite_version()")
If NextDatabaseRow(0)
Debug GetDatabaseString(0, 0)
EndIf
CloseDatabase(0)
EndIf
Proud registered Purebasic user.
Because programming should be fun.
Because programming should be fun.
Re: PureBasic 4.41 RC1 Released!
3.6.14.2 with Pb 4.40.
Purebasic 6.12 64 bits - Windows 11 Pro 64 bits 23H2
Re: PureBasic 4.41 RC1 Released!
Is is possible to update SQLite to newest in 4.41?
Oh, and is there any chance of adding the OpenThread_() API before 2012?
Oh, and is there any chance of adding the OpenThread_() API before 2012?

Re: PureBasic 4.41 RC1 Released!
> Oh, and is there any chance of adding the OpenThread_() API before 2012?
:roll:
:roll:
quidquid Latine dictum sit altum videtur
Re: PureBasic 4.41 RC1 Released!
Yes,
One more vote for sqlite updates..
One more vote for sqlite updates..
Re: PureBasic 4.41 RC1 Released!
There is no point in updating SQLite unless you specify what is bug is corrected that prevents your software from running or being usable.
SQLite was great even way before 3.6 version. Mabe tell the reason why you think the new version is way better
than the current one used by Purebasic. I use SQLite since version 2 and I'm satisfied with it since then.
SQLite was great even way before 3.6 version. Mabe tell the reason why you think the new version is way better
than the current one used by Purebasic. I use SQLite since version 2 and I'm satisfied with it since then.
Proud registered Purebasic user.
Because programming should be fun.
Because programming should be fun.
Re: PureBasic 4.41 RC1 Released!
sqlite.org wrote:Current Status
* Version 3.6.22 of SQLite is recommended for all new development. Upgrading from version 3.6.12 and 3.6.13 is optional. Upgrading from all other SQLite versions is recommended.
Re: PureBasic 4.41 RC1 Released!
If you put part of that quote in bold, then it should be "all other" - since it's 3.6.14.2
http://www.sqlite.org/changes.html
http://www.sqlite.org/changes.html
Re: PureBasic 4.41 RC1 Released!
what is your real problem with the current version?schrott wrote:If you put part of that quote in bold, then it should be "all other" - since it's 3.6.14.2
http://www.sqlite.org/changes.html