Page 7 of 9
Posted: Wed Jan 17, 2007 1:28 pm
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).
hey
Posted: Tue Feb 06, 2007 7:32 pm
by Kendrel
i tried the chart lib, and its great... but i got a problem
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

Posted: Mon Jun 11, 2007 6:58 pm
by Flype
added: MailSlot include for PB4.10b/Windows.
Posted: Tue Jun 12, 2007 4:03 am
by byo
Your libs are amazing. Thanks!
Posted: Fri Jul 27, 2007 3:24 am
by Karbon
edited, I replied in the wrong spot

Posted: Sat Jul 28, 2007 2:21 am
by Karbon
edited... wrong spot again.
Posted: Sat Jul 28, 2007 7:12 pm
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

Posted: Sun Jul 29, 2007 4:11 am
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!
Posted: Sun Jul 29, 2007 12:14 pm
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

Posted: Sun Jul 29, 2007 6:39 pm
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...
Posted: Mon Jul 30, 2007 2:57 am
by Karbon
BTW, all the download links are broken..
Posted: Mon Jul 30, 2007 6:46 pm
by Flype
BTW, all the download links are broken..
it's ok now. related infos :
http://www.purebasic.fr/english/viewtopic.php?t=28173
Posted: Tue Aug 21, 2007 1:09 am
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).
Posted: Tue Aug 28, 2007 9:34 am
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.
Posted: Tue Aug 28, 2007 9:43 am
by the.weavster
Please excuse my ignorance
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.