Search found 7 matches

by mmartin
Thu 11 May, 2006 5:02 pm
Forum: Announce Your Projects
Topic: Basicbuilder plugins
Replies: 19
Views: 17913

Of course, the whole idea of plugins is that anyone can write extensions. Adding one that allows archiving variables should also be possible of course. But if you want to you can already accomplish this using a nostub asm program (to be called with "Asm(") Those are already supported in ba...
by mmartin
Wed 03 May, 2006 2:55 pm
Forum: Announce Your Projects
Topic: Basicbuilder plugins
Replies: 19
Views: 17913

The reason it isn't available anywhere else than on windows is that I wrote it in too many different programming languages. The oncalc code is of course Z80, the assembler I've written for basicbuilder is java, the app generation code is python, the onpc compression code is in c and the gui is in de...
by mmartin
Tue 02 May, 2006 6:08 am
Forum: Announce Your Projects
Topic: Basicbuilder plugins
Replies: 19
Views: 17913

It already has pucrunch builtin as compression mechanism.
by mmartin
Mon 01 May, 2006 8:46 pm
Forum: Announce Your Projects
Topic: Basicbuilder plugins
Replies: 19
Views: 17913

At the moment you have a group of basic programs inside the app for each menu item. When a menu item is selected, the group is extracted and the main program is executed, after execution all programs are deleted. The pics are stored inside the app and can only be retrieved using RecallPic, which ext...
by mmartin
Mon 01 May, 2006 3:23 pm
Forum: Announce Your Projects
Topic: Basicbuilder plugins
Replies: 19
Views: 17913

Why do you need to ungroup groups? Basicbuilder already stores it's own equivalent for groups inside the app. This has the advantage that you can redistribute the app as a single item. While a normal basic program either has to be distributed as a group that has to be unpacked or it is distributed a...
by mmartin
Mon 01 May, 2006 1:05 pm
Forum: Announce Your Projects
Topic: Basicbuilder plugins
Replies: 19
Views: 17913

I don't have any fixed times I am on ICQ, but you can always try to see if I'm online.

The plugins would probably be a combination of python and z80-assembly. The python code should specify on the pc what assembly code has to be added to the app at what locations.
by mmartin
Sun 30 Apr, 2006 7:05 pm
Forum: Announce Your Projects
Topic: Basicbuilder plugins
Replies: 19
Views: 17913

Basicbuilder plugins

I am the author of basicbuilder and would like to ask a question to the (advanced) basic programmers here. I don't know if you've used basicbuilder but it's a windows program to package your application inside an app. When the app is started, your basic programs will be unpacked from the app, execut...