General TC > Programming & Scripting - Unofficial
Custom Application
chaser:
Hi all,
I love Tiny Core!
I am working with a development team to create a front end for a database and the database itself.
I am looking at rolling thin clients (TC is perfect!) across all stations for the front end but am having trouble finding any info on designing custom applications for TC. If I were to create a program from a development environment like realbasic (www.realbasic.com) would I be able to run the linux build of this application on Tiny Core?
Do I need to develop in C?
Thanks in advance
Chris
Juanito:
In order to run a basic program on tinycore, you'd need a basic extension to interpret the program instructions - I'm sure there must be a suitable candidate for someone to submit an extension.
If you compiled a C application, it would run on tinycore as long as any dependent libraries, etc were present.
Is sqlite any use to you?
chaser:
I am going to use SQLite extensively but not anywhere on the front end, it will just be a thin client front end
Lee:
After a quick look at www.realbasic.com, it seems that 1) realbasic is not FOS (so don't expect to see a realbasic.tcz) and 2) you may not need such an extension because realbasic compiles your code to a stand-alone executable.
robc:
Here are the requirements for RealBasic:http://www.realsoftware.com/realbasic/requirements/
I use RealBasic for most of my server apps. You will need at least cups, glibc2 (should be in the base), and libstdc++ (should be in the base too), if you are building gui apps then you will also need gtk2 and its deps. Other extensions may be required depending on what you put in your app, ie libxml and expat2 if you use xml files/data.
You can just build your app (I actually use windows for this) put it on your linux box with and run it from the CLI. It will tell you which deps are missing.
Navigation
[0] Message Index
[#] Next page
Go to full version