Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 11 of 11
  1. #1
    Join Date
    Oct 2008
    Location
    Romania
    Posts
    42

    Announcing SQLite 3 action plug-in

    I have been working on an SQLite 3 action plug-in, mostly compatible with the included one (in terms of usage). It should be ready for testing in a few days

    It will be released in the public domain and distributed for free, with the C++ and Lua source code available (well, Lua 'till I find out how to deal with tables in C++, some info from an IR dev would be very welcome). As a matter of fact, I'm offering the current source code so you may get learn something if you take a look, it's only a single file. You need to have Lua 5.0, SQLite 3.6.5 (may work with older versions), the Windows SDK and a C++ compiler (I use VC++ 2008).

    I've read that you people have wanted this for a long time, so I though I'd use my skills to create something helpful IR can and should bundle this with AMS; again, some help would be greatly appreciated.
    Attached Files

  2. #2
    Join Date
    May 2006
    Posts
    5,380
    this will be a very welcome addition, i hope you get the information you need .. ..very soon, lol
    Open your eyes to Narcissism, Don't let her destroy your life!!

  3. #3
    Join Date
    Aug 2006
    Posts
    355
    SQLite 3 action plug-in

    yes PLEASE!

  4. #4
    Join Date
    Mar 2005
    Location
    Indianaoplis, IN USA
    Posts
    127
    Nice work. Thanks!

  5. #5
    Join Date
    Oct 2008
    Location
    Romania
    Posts
    42
    So far so good, two people got version 0.1 for a test run

    Anyone who wants to help me test and fix it (I doubt I've written bulletproof code xD)?

  6. #6
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    Sounds great. Would love to test it.
    Dermot

    I am so out of here

  7. #7
    Join Date
    Oct 2008
    Location
    Romania
    Posts
    42
    Here you go

    I haven't received any replies from Riz or TJ though :| I have no idea to what degree it works.
    Attached Files

  8. #8
    Join Date
    May 2006
    Posts
    5,380
    soz about that, been a little busy

    ok, set about making a test app, added the sqlite3 plugin and run the example with no code and it crashed on startup!
    Open your eyes to Narcissism, Don't let her destroy your life!!

  9. #9
    Join Date
    Apr 2004
    Location
    Vancouver, Canada
    Posts
    1,790
    Same here. It crashes as soon as you preview, before the window even appears.
    Dermot

    I am so out of here

  10. #10
    Join Date
    Oct 2008
    Location
    Romania
    Posts
    42
    Hmm... I'm running it via a debugger right now, hopefully I'll end up somewhere. Weird :| Thanks!

  11. #11
    Join Date
    Oct 2008
    Location
    Romania
    Posts
    42
    It appears that failure is right here:

    Code:
    lua_register(L, "SQLite3_Close", sqlite3ap_close);
    Deep into Lua I get:

    Unhandled exception at 0x6c57852e (SQLite3.lmd) in autorun.exe: 0xC0000005: Access violation reading location 0xbaadf014.

Similar Threads

  1. SQLite database in MEMORY only!
    By Intrigued in forum AutoPlay Media Studio 5.0
    Replies: 5
    Last Post: 10-23-2009, 07:49 PM
  2. Lisual Action Plugins
    By ShadowUK in forum AutoPlay Media Studio 7.5
    Replies: 2
    Last Post: 05-01-2008, 04:14 AM
  3. TrueUpdate 2.0 Update (v2.0.6.0) Released
    By Brett in forum TrueUpdate 2.0
    Replies: 0
    Last Post: 10-31-2006, 01:10 PM
  4. INFO: Tips for Debugging Action Lists in AutoPlay Media Studio 4.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-03-2002, 08:38 AM
  5. SUF6.0.0.2 -- installer hangs.
    By jassing in forum Setup Factory 6.0
    Replies: 4
    Last Post: 12-19-2001, 11:28 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts