Hi,

My first wxLua program!

You may get it from:
   http://www.dynaset.org/dogusanh/download/dsbw.zip (2775Kb)



readme.txt is as follows:


DynaSet Book Worm (dsbw)

- About:
   A simple program for managing your books.

- OS: Windows

- Installation:
   Unzip somewhere, run dsbw.exe.

- ToDo:
   It would be good to get book details from Amazon,etc.

- Implementation:
   Most of the code taken from wxLua samples.

   dsbw.exe             Loader. You can use lua5.1.exe instead of it.
   ds280u.dll           wxlua module, slightly modified and renamed to 
  prevent conflicts.
                        compiled with static wx, and with my 
lua-wxsqlite3 module.
   dsbw.lua             Bootstrap file (language is set here!)
   db/*                 Sqlite3 database created here.
   src/*                dsbw.exe sources and Code::Blocks project file 
for wxlua module.
   app/*                Application sources.
   app/application.lua  Application code.
   app/translations.lua Translations. Technique taken from WebBook.
                        You can translate the program modifying this 
file. Ex:
                        tt["WebBook - Version 1.0"] = {
                          tr = "WebBook - Sürüm 1.0",
                          pt = "WebBook - Versão 1.0",
                        }
   app/images.lua       Some xpm images.
   app/help             Files for about box.

- Used software:
   lua-5.1.1
   wx-2.8.0-unicode
   wxlua-2.8.0-cvs20061226
   sqlite-3.3.7
   wxsqlite3-1.6

- License:
   wxWidgets (http://www.opensource.org/licenses/wxwindows.php)

- Thanks to:
   Lua           http://www.lua.org
   wxWidgets     http://www.wxwidgets.org
   wxLua         http://wxlua.sourceforge.net
   SQLite        http://www.sqlite.org
   wxSQLite3     http://wxcode.sourceforge.net/components/wxsqlite3
   Upx           http://upx.sourceforge.net

- Comments and suggestions are welcome.


--
Regards,
Hakki Dogusan
[EMAIL PROTECTED]
http://www.dynaset.org/dogusanh

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxlua-users mailing list
wxlua-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxlua-users

Reply via email to