flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
vbVeryBeginner 31 Aug 2006, 12:34
yo yo yo
presented is sqlite wrapper dll coded in fasm to be used in visual basic 6. http://www.boinc.ch/~sleepsleep/bbimg/sqlitedll.zip i used heap and lstrcpy heavily ![]() ![]() ![]() and i coded a sqlite db browser (sorry, using vb6) so that i can show how to use the wrapper dll. ![]() ![]() more info here http://www.boinc.ch/~sleepsleep/viewtopic.php?t=91 coz i always use other people coded wrapper dll, and i always want to make one myself, now i got my own one ![]() ![]() ![]() h a p p y c o d i n g ![]() ps: the db structure is what i used to do the cybercafe application. |
|||
![]() |
|
f0dder 31 Aug 2006, 13:11
Cute
![]() Just be a bit careful with lstrcpy - buffer overflows and all. |
|||
![]() |
|
vbVeryBeginner 31 Aug 2006, 13:29
thank you guys
the vb code for my cybercafe app is even more awesome :p :p, the dll source is awesome too ~ in term of style (at least for me to feel the awesomeness myself ![]() ![]() the vb sqlite browser is simply a little bit sketch just to make the browser works (coded it today), no plan to improve it :p. i think i wanna code a STOCK in/out application soon. maybe not using vb6, but complete fasm ![]() |
|||
![]() |
|
Madis731 01 Sep 2006, 06:52
:clap: :clap: :clap:
Even from the look of it - nice. I think I'm gonna test it though and give a little more precise answer than just great ![]() I can't wait to try...bye! EDIT: That VB app is nice - I like the clickable system to make the sentences (y) only I needed to put the VALUES properly before it gave me results. The errors weren't very descriptive ![]() I understand that this is just a demo and anyone can make it better ![]() |
|||
![]() |
|
vid 08 Sep 2006, 07:42
why is the wrapper DLL needed? VB can't use original DLL, or is it some "helper" or what?
|
|||
![]() |
|
vbVeryBeginner 08 Sep 2006, 12:51
yo yo vid,
VB cannot call (original) dll that use CDECL calling during developement mode, but work after u compile the vb project and run. so, this wrapper dll (coded in fasm) is to provide a way for VB users to use the dll even in developement mode. and it is a "helper" in some way. @madis731 thank you ![]() maybe someday somebody can code the sqlite browser using fasm ![]() |
|||
![]() |
|
wisepenguin 08 Sep 2006, 13:13
if you make a typelib of the SQL functions you wont need
the fasm DLL wrapper. VB can call cdecl functions from a typelib |
|||
![]() |
|
Filter 22 Oct 2006, 18:51
If you upgrade to VB 2005 you can use an ADO.NET provider...
http://sqlite.phxsoftware.com/ I used it for one of my personal projects (C# 2005)... http://www.box.net/public/6f6z96z93g This project isn't even near complete but it is stable. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2025, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.