Gamestudio Links
Zorro Links
Newest Posts
Executing Trades on Next Bar Open
by vicknick. 06/13/24 08:51
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 1,238 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19059 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
[GSTsqlite] 1.0.0 released #207848
05/22/08 16:46
05/22/08 16:46
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
after some code cleaning, here is the final release of GSTsqlite working in A6 + A7
Download 1.0.0
manual is also updated

for none-c-script users i'm working on a lite-c demo based on booker from AUM 72


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
Re: [GSTsqlite] 1.0.0 released [Re: nfs42] #219000
07/31/08 16:36
07/31/08 16:36
Joined: May 2008
Posts: 91
Eugene, OR. USA
ATOMIX Offline
Junior Member
ATOMIX  Offline
Junior Member

Joined: May 2008
Posts: 91
Eugene, OR. USA
Using the lite-c demo files, I have GSTsqlite basically working but can get no output from the database using diag().
I keep getting the following errors in acklog.txt
GSTsqlite_CloseDatabase: function not found
GSTsqlite_CloseQuery: function not found
GSTsqlite_EOF: function not found
GSTsqlite_ExecuteQuery: function not found
GSTsqlite_GetFloat: function not found
GSTsqlite_GetInteger: function not found
GSTsqlite_GetString: function not found
GSTsqlite_NextRow: function not found
GSTsqlite_OpenDatabase: function not found.

It seems that the dll isn't loading or the function definitions are not loading correctly.
My main file aw.c loads the include files GSTsqlite.c but no go.
Any help out there for a lite-c newbie?????
We would be happy to donate to your continued programming efforts because you fill a real need.


ATOMIX Productions
ATOMIX Group LLC
http://theatomizer.com
A7 Pro 7.50
Re: [GSTsqlite] 1.0.0 released [Re: ATOMIX] #219020
07/31/08 17:10
07/31/08 17:10
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
copy the dll to your acknex_plugins folder(at gamestudio directory.)


3333333333
Re: [GSTsqlite] 1.0.0 released [Re: Quad] #219025
07/31/08 17:19
07/31/08 17:19
Joined: May 2008
Posts: 91
Eugene, OR. USA
ATOMIX Offline
Junior Member
ATOMIX  Offline
Junior Member

Joined: May 2008
Posts: 91
Eugene, OR. USA
Thanks I will give that a try!


ATOMIX Productions
ATOMIX Group LLC
http://theatomizer.com
A7 Pro 7.50
Re: [GSTsqlite] 1.0.0 released [Re: ATOMIX] #219035
07/31/08 18:28
07/31/08 18:28
Joined: May 2008
Posts: 91
Eugene, OR. USA
ATOMIX Offline
Junior Member
ATOMIX  Offline
Junior Member

Joined: May 2008
Posts: 91
Eugene, OR. USA
OK got the dll to load (thanks Quadraxas) but when I run the example I get an error that says Crash in main and error E1513 which says there may be an empty pointer. OK empty pointers to strings do that a lot, so I made all String declarations using the old way char dbField[25]; but I still get the same error. So now I am stuck and not having the code to the dll I have no idea how to continiue.


ATOMIX Productions
ATOMIX Group LLC
http://theatomizer.com
A7 Pro 7.50
Re: [GSTsqlite] 1.0.0 released [Re: ATOMIX] #219046
07/31/08 19:19
07/31/08 19:19
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
tell me which example code and i may help.


3333333333
Re: [GSTsqlite] 1.0.0 released [Re: Quad] #219386
08/02/08 13:36
08/02/08 13:36
Joined: May 2008
Posts: 91
Eugene, OR. USA
ATOMIX Offline
Junior Member
ATOMIX  Offline
Junior Member

Joined: May 2008
Posts: 91
Eugene, OR. USA
Any help is always appreciated Quadraxas. I am using the GSTsqliteTest.c file that came with the example. I have A7 7.10 version of the engine. It still crashes when any GSTsqlite function is called. I set -diag but it crashes with the E1513 error which is Crash in main. I got the new magazine and will look at the code for the MySQL project and try to duplicate it if possible. I have all of the original sqlite stuff from their website and if I had real source code I could simply link the sqlite dll into my source. Why not use the MySQL example and do databases that way. The license is extremely rigid about linking the dll and lib files into your own source. It is free for a web site but not for development. The last time we checked it was $10,000.00 USD for a development license.

Last edited by ATOMIX; 08/02/08 13:37.

ATOMIX Productions
ATOMIX Group LLC
http://theatomizer.com
A7 Pro 7.50
Re: [GSTsqlite] 1.0.0 released [Re: ATOMIX] #220247
08/06/08 16:02
08/06/08 16:02
Joined: Jun 2001
Posts: 1,004
Dossenbach
N
nfs42 Offline OP
Serious User
nfs42  Offline OP
Serious User
N

Joined: Jun 2001
Posts: 1,004
Dossenbach
poost your test version to webmaster(at)gstools(dot)de. I'll look into it.


Andreas
GSTools - Home of
GSTScript 0.9.8: lua scripting for A6/7/8
GSTNet 0.7.9.20: network plugin for A6/7/8
GSTsqlite 1.3.7: sql database plugin for A6/7/8
3DGS Codebase: 57 snippets || 3DGS Downloads: 248 files
Re: [GSTsqlite] 1.0.0 released [Re: nfs42] #221100
08/12/08 10:46
08/12/08 10:46
Joined: Nov 2000
Posts: 1,534
hamburg
Samb Offline
Serious User
Samb  Offline
Serious User

Joined: Nov 2000
Posts: 1,534
hamburg
Originally Posted By: nfs42
poost your test version to webmaster(at)gstools(dot)de. I'll look into it.

good to see you around nfs42 smile


Moderated by  aztec, Blink, HeelX 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1