Flype UserLibraries for PureBasic 4.0

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

yes there's a problem with encoding.

but it's a know problem - i will correct this in future betas.

and as i said before - once the stable release is done - i will compile the unicode and/or multithread versions (Expat is providen with the 4 needed statics libs).
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Kendrel
User
User
Posts: 58
Joined: Fri Apr 25, 2003 7:00 pm

hey

Post by Kendrel »

i tried the chart lib, and its great... but i got a problem :D

i tried to set the data and pass an array,but it didnt work for me... in your examples you work with data sections, but id need an example to modify the data while the chart/prog is running.

any1 help pls... this is urgent :)
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

added: MailSlot include for PB4.10b/Windows.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
byo
Enthusiast
Enthusiast
Posts: 635
Joined: Mon Apr 02, 2007 1:43 am
Location: Brazil

Post by byo »

Your libs are amazing. Thanks!
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

edited, I replied in the wrong spot :-)
Last edited by Karbon on Sun Jul 29, 2007 4:19 am, edited 1 time in total.
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

edited... wrong spot again.
Last edited by Karbon on Sun Jul 29, 2007 4:19 am, edited 1 time in total.
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

hi karbon,

the problem is that i do not provide a SQLite userlib. :?

where did you find it ? i think it's from another pb guy :idea: :)
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Wow, that's strange. The files I have contain this in the header :

Code: Select all

;  File        : sqlite3.pbi 
;  Version     : 1.0
;  Language    : PureBasic 4.0
;  Description : SQLite 3.3.7 Wrapper 
;  Author      : flype (flype44@gmail.com)
;  Licence     : freeware / open-source
;  
;  sqlite      : http://www.sqlite.org
;  sqliteadmin : http://sqliteadmin.orbmu2k.de/
;  
; --------------------------------------------------------- 
;  
;  Update 1.0  	: 2006-09-17 (flype)
;  Update 1.1  	: 
;  Update 1.2  	: 
;  Update 1.3  	: 2007-01-13 (Progi1984)
;										passage de p-str en p-utf8
;	 Update 1.4	 	: 2007-05-23
;										Mise en place des PrototypeC

I should have replied here : http://www.purebasic.fr/english/viewtop ... =progi1984

Sorry!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

hummm, well maybe, i remember i've done a try to sqlite (when i was writing a mysql database subsystem) but i do not use it in fact. so progi1984 is the good man to contact :)
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

OOps I forget to update the main file :-)

The original code of the wrapper was from Flype. But I do a lot of modifications...
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

BTW, all the download links are broken..
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

BTW, all the download links are broken..
it's ok now. related infos : http://www.purebasic.fr/english/viewtopic.php?t=28173
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
mskuma
Enthusiast
Enthusiast
Posts: 573
Joined: Sat Dec 03, 2005 1:31 am
Location: Australia

Post by mskuma »

Hi Flype - thanks alot for your excellent work, as always. About your RMChart wrapper - you mention "TO DO : updating to RMChart 4.01 for PureBasic 4.10". Are you planning to do that any time soon? I recently noticed the PureDispHelper UserLib examples for RMChart. I guess the nice thing about your approach is the user doesn't need to install the OCX version (can just go with the DLL which can be shipped with the app).
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Post by the.weavster »

Flype wrote:Hello,

i'm interested in having contact with firebird users (i have no one at the moment).

i mainly use MySQL and i do not know well FireBird.

but well, i've made an include file for 'FireBird', i've done so few test then i can't say if it works well. Can you test for me ?
I've only just spotted this - I use Firebird so I'll certainly take a look.
Thanks Flype.
User avatar
the.weavster
Addict
Addict
Posts: 1576
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Post by the.weavster »

Please excuse my ignorance :oops:

If the functions are imported from a *.lib, once the application is compiled is the *.lib file no longer required or does it need to be distributed along with the *.exe?

Thanks.
Post Reply