New interface for MYSQL

Windows specific questions.
geminis4941
Posts: 64
Joined: Jul 15, 2009 12:41

New interface for MYSQL

Post by geminis4941 »

If someone is interested I made a interface for MYSQL with the recordset style.

http://www.kiwilib.grn.cc
Last edited by geminis4941 on Oct 22, 2015 18:44, edited 1 time in total.
VANYA
Posts: 1834
Joined: Oct 24, 2010 15:16
Location: Ярославль
Contact:

Re: New interface for MYSQL

Post by VANYA »

Please upload on normal service KiwiLib and KiwiMysql.
Coolman
Posts: 294
Joined: Nov 05, 2010 15:09

Re: New interface for MYSQL

Post by Coolman »

+1
Mihail_B
Posts: 273
Joined: Jan 29, 2008 11:20
Location: Romania
Contact:

Re: New interface for MYSQL

Post by Mihail_B »

I'm unable to download ?
integer
Posts: 408
Joined: Feb 01, 2007 16:54
Location: usa

Re: New interface for MYSQL

Post by integer »

How does one get around the 7host.com home page, so that the program may be downloaded?
geminis4941
Posts: 64
Joined: Jul 15, 2009 12:41

Re: New interface for MYSQL

Post by geminis4941 »

Sorry.

I have changed zip extensions of kiwimyql to tar because the Web is blocking the download. I this problem persist push your email address and I will send you the files by mail personaly.
geminis4941
Posts: 64
Joined: Jul 15, 2009 12:41

Re: New interface for MYSQL

Post by geminis4941 »

I added an other link for download kiwimysql:

http://www.kiwilib.grn.cc
Last edited by geminis4941 on Oct 10, 2015 22:23, edited 1 time in total.
Coolman
Posts: 294
Joined: Nov 05, 2010 15:09

Re: New interface for MYSQL

Post by Coolman »

Compiling examples FAILS. It lacks a file (kiwiDefines.bas) in kiwilib3-5.tar ....
geminis4941
Posts: 64
Joined: Jul 15, 2009 12:41

Re: New interface for MYSQL

Post by geminis4941 »

Added the kiwidefines.bas file to the tar file ( rename to zip and uncompress). Sorry.
Coolman
Posts: 294
Joined: Nov 05, 2010 15:09

Re: New interface for MYSQL

Post by Coolman »

Thank you. but the compilation fails with numerous error messages. is what it takes specific version of freebasic to compile this library ...
geminis4941
Posts: 64
Joined: Jul 15, 2009 12:41

Re: New interface for MYSQL

Post by geminis4941 »

The Kiwilib is for Windows. I compile with version 0.21.1 but 0.23.0 also works.
Coolman
Posts: 294
Joined: Nov 05, 2010 15:09

Re: New interface for MYSQL

Post by Coolman »

thank you for your reply

the problem was related to 'libcairo.dll.a'. this version does not include certain functions necessary to kiwilib. for those who want to test. Download this file:

http://ftp.gnome.org/pub/gnome/binaries ... _win32.zip

rename the libraryr libcairo.dll.a found in \FreeBasic\lib\win32 by libcairo-0.dll.a. and replace with the new version you will find in the file cairo-dev_1.10.2-2_win32.zip ...

impressive library, very nice work. but the execution was slow (win7-64 Quad Q9300 processor) ...

a question, is what it is possible to execute the example without full screen mode...
geminis4941
Posts: 64
Joined: Jul 15, 2009 12:41

Re: New interface for MYSQL

Post by geminis4941 »

It was a design decision to jump to full screen mode because a window inside an other window was dificult to see. With a parameter in the InitKiwi it would be posible to do fullscreen or windowed program. I take note of your comment.
geminis4941
Posts: 64
Joined: Jul 15, 2009 12:41

Re: New interface for MYSQL

Post by geminis4941 »

There is a new version (1.5) of the kiwimysql lib. It includes new methods and a example more detailed.
geminis4941
Posts: 64
Joined: Jul 15, 2009 12:41

Re: New interface for MYSQL

Post by geminis4941 »

I'have changed the server and here is the new address:

http://www.kiwilib.grn.cc
Last edited by geminis4941 on Oct 10, 2015 22:23, edited 1 time in total.
Post Reply