i allways have seen a F (inversed) and a L.
I don't know why ..........
Search found 22 matches
- Sat Mar 23, 2024 3:42 pm
- Forum: Off Topic
- Topic: PureBasic icon
- Replies: 11
- Views: 3671
- Sat Apr 29, 2023 10:45 pm
- Forum: Coding Questions
- Topic: reading integer give a random number
- Replies: 5
- Views: 836
Re: reading integer give a random number
Works if you write the DataSection like that...
DataSection
Sriv:
Data.i 0, 0, 3, 3, 0, 0
EndDataSection
DataSection
Sriv:
Data.i 0, 0, 3, 3, 0, 0
EndDataSection
- Wed Dec 02, 2020 9:40 pm
- Forum: Coding Questions
- Topic: Sqlite using LIKE % with SetDatabaseString
- Replies: 4
- Views: 1775
Re: Sqlite using LIKE % with SetDatabaseString
Sql right syntax = SELECT * FROM food WHERE name LIKE '%' ;
- Sat Sep 24, 2016 12:53 am
- Forum: Tricks 'n' Tips
- Topic: About prime numbers
- Replies: 10
- Views: 5386
Re: About prime numbers
Very interesting !!!!! will follow this thread attentively too.
Available for Windows on x64 architectures
running on : Starwolf@PROGAMING6700K
CPU name : Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz Processors count : 8 Avail. processors : 8
Total phys. mem : 17.097.859.072 Total free. mem (@prog ...
Available for Windows on x64 architectures
running on : Starwolf@PROGAMING6700K
CPU name : Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz Processors count : 8 Avail. processors : 8
Total phys. mem : 17.097.859.072 Total free. mem (@prog ...
- Fri Oct 09, 2015 8:39 pm
- Forum: Tricks 'n' Tips
- Topic: C Include Header to PBI Framework
- Replies: 0
- Views: 2266
C Include Header to PBI Framework
Hi everyone.
i needed a PBI include for the new FMOD version. After searching the forum & the Web, it seems that no satisfying tool is available.
I know the not anymore maintened SDK Header Converter but it dont' process enough for the PB V5.x.
Anyway, i have try my luck coding and i end up with ...
i needed a PBI include for the new FMOD version. After searching the forum & the Web, it seems that no satisfying tool is available.
I know the not anymore maintened SDK Header Converter but it dont' process enough for the PB V5.x.
Anyway, i have try my luck coding and i end up with ...
- Wed Sep 09, 2015 5:26 pm
- Forum: Windows
- Topic: SDK implementation [SOLVED]
- Replies: 5
- Views: 2675
Re: SDK implementation
Thanks Zebuddi,
i was aware of the sdk header converter. as unmaintened tool, it has some issues as the definition of pointers in structures you have to rework.
Also, i would like to keep comments in the output.
i was aware of the sdk header converter. as unmaintened tool, it has some issues as the definition of pointers in structures you have to rework.
Also, i would like to keep comments in the output.
- Tue Sep 08, 2015 10:36 pm
- Forum: Windows
- Topic: SDK implementation [SOLVED]
- Replies: 5
- Views: 2675
Re: SDK implementation
that's funny, i'm in the very early stage (2 days) of writing a C include to PB for my MP3 player using FMOD (the new version of FModEx).
at this day, it convert rather well comments and functions prototypes.
Something like this :
/*
FMOD global system functions (optional).
*/
FMOD_RESULT FMOD ...
at this day, it convert rather well comments and functions prototypes.
Something like this :
/*
FMOD global system functions (optional).
*/
FMOD_RESULT FMOD ...
- Sun Apr 19, 2015 10:26 pm
- Forum: Tricks 'n' Tips
- Topic: Sqlite concurrent Write queries in Threads
- Replies: 2
- Views: 2239
Sqlite concurrent Write queries in Threads
Hope it helps.
NB : Plz, tell me about the perfs you get.
With the debugger on, i get #70000 write queries in 14 sec.
; Name: Example Sqlite Write Within Threads
; Version: 1.0 2015-04-19
; PureBasic version: 5.31
; Author: Starwolf20
; SQLITE support threads natively but managing concurrent ...
NB : Plz, tell me about the perfs you get.
With the debugger on, i get #70000 write queries in 14 sec.
; Name: Example Sqlite Write Within Threads
; Version: 1.0 2015-04-19
; PureBasic version: 5.31
; Author: Starwolf20
; SQLITE support threads natively but managing concurrent ...
- Mon Mar 09, 2015 9:11 pm
- Forum: Applications - Feedback and Discussion
- Topic: MealMaster: Decoding text file format to database
- Replies: 144
- Views: 60058
Re: MealMaster: Decoding text file format to database
Hi Fangbeast, it seems that you're hitting the exact same pb as i with my mp3 player (who have to deal with 30000 mp3).
I assume that your slowiness pb is related to the display of the recipes list in the ListIconGadget.
If so, it is not really related to the SQLITE design but rather at the ...
I assume that your slowiness pb is related to the display of the recipes list in the ListIconGadget.
If so, it is not really related to the SQLITE design but rather at the ...
- Sun Mar 08, 2015 12:52 am
- Forum: Applications - Feedback and Discussion
- Topic: MealMaster: Decoding text file format to database
- Replies: 144
- Views: 60058
Re: MealMaster: Decoding text file format to database
hi FangBeast. i may help
is it possible to have a look at your code ??
is it possible to have a look at your code ??
- Fri Aug 31, 2012 2:25 am
- Forum: Announcement
- Topic: PureBasic 5.00 beta 2
- Replies: 82
- Views: 38449
Re: PureBasic 5.00 beta 2
Very Great News !!!!!!!
- Sat Feb 18, 2012 9:06 pm
- Forum: Announcement
- Topic: ProGUI V1.38 UI Library (Small Bug Fix)
- Replies: 1064
- Views: 348640
Re: ProGUI V1.32 User Interface Library (Huge Memory Usage F
Yes, thanksPrincieD wrote:If you want this effect then you can just use a "one button" ToolbarEx
- Fri Feb 17, 2012 10:26 pm
- Forum: Announcement
- Topic: ProGUI V1.38 UI Library (Small Bug Fix)
- Replies: 1064
- Views: 348640
Re: ProGUI V1.32 User Interface Library (Huge Memory Usage F
Hi PrincieD
I'am trying the Imagebutton but i can't manage to make it work like i want to :
It seems that ExbuttonImageEx() and ToolBarImageButtonEx() acts differently when you pass the mouse on them.
With ImageToolBarEx(),the 'normal' image and the 'hot' image mixes.
Bye
; Remember to enable XP ...
I'am trying the Imagebutton but i can't manage to make it work like i want to :
It seems that ExbuttonImageEx() and ToolBarImageButtonEx() acts differently when you pass the mouse on them.
With ImageToolBarEx(),the 'normal' image and the 'hot' image mixes.
Bye
; Remember to enable XP ...
- Sun Jan 09, 2011 1:07 pm
- Forum: PureFORM & JaPBe
- Topic: PureZIP library : ZIP / UNZIP files
- Replies: 599
- Views: 354948
Re: PureZIP library : ZIP / UNZIP files [password supported]
Hi Gnozal
The 1er post says that PureZip uses Zlib V1.23.
The ZLIB website says that the last version is V1.25. Is an update of PureZip planned ?
Thanks ...
The 1er post says that PureZip uses Zlib V1.23.
The ZLIB website says that the last version is V1.25. Is an update of PureZip planned ?
Thanks ...
- Fri Oct 22, 2010 5:26 pm
- Forum: Announcement
- Topic: [Chipmunk2D4PB] 2D Physics Engine
- Replies: 53
- Views: 42622
Re: Chipmunk 5.3.2 Userlib/Wrapper: Chipmunk4PB (WIP)
PleaseIceSoft wrote: I can put some examples (executables) here today afternoon (if you wish it)
