Search found 6 matches

by jacekm
Sun Feb 17, 2008 7:08 pm
Forum: English
Topic: Small C Compiler for KolibriOS [v 0.5.4]
Replies: 10
Views: 15470

Re: Small C Compiler for KolibriOS [v 0.5.3]

... Its compiler saves .asm file with the "space" at the end. Ecstention contains of 4 symbols "a","s","m","space".. it is bad, because FASM don't understand it, and i cannot make association with ".asm " files in KFAR... Thanks to you I f...
by jacekm
Sun Feb 17, 2008 12:30 pm
Forum: English
Topic: Small C Compiler for KolibriOS [v 0.5.4]
Replies: 10
Views: 15470

Re: Small C Compiler for KolibriOS [v 0.5.3]

I try to implement libGUI for SCC instead of creating my own GUI library.
renderControls(control, CONTROLS); <--
{" - i think last sybmbol is wrorg.
CONTROLS is count of controls in control array.
by jacekm
Fri Feb 08, 2008 6:06 pm
Forum: English
Topic: Small C Compiler for KolibriOS [v 0.5.4]
Replies: 10
Views: 15470

Re: Small C Compiler for KolibriOS [v 0.5.3]

I've started to make KLIB.H - the library will provide easy way to use many controls. I've just implemented CheckBox control (it's first control of my lib) http://jacekm.net/kolibrios/cheked.png <- two CheckBox'es How it works: First you declare controls: // CONTROLS: #define CONTROLS 2 int control[...
by jacekm
Fri Feb 08, 2008 3:54 pm
Forum: English
Topic: Small C Compiler for KolibriOS [v 0.5.4]
Replies: 10
Views: 15470

Re: Small C Compiler for KolibriOS [v 0.5.3]

Small C Compiler README: Small C Compiler Version 2.2 The Small C compiler translates a subset of the C language into assembly language. It runs under PC/MS-DOS 2.1 and later. Small C is compatible with both Small Assembler and the Microsoft assembler MASM. Small C supports a small memory model with...
by jacekm
Fri Feb 08, 2008 3:43 am
Forum: English
Topic: Small C Compiler for KolibriOS [v 0.5.4]
Replies: 10
Views: 15470

Small C Compiler for KolibriOS [v 0.5.4]

http://jacekm.net/kolibrios/scc.gif SCC 0.5.4 [bin + source]: http://jacekm.net/kolibrios/SCC054.zip SCC 0.5.3 [source]: http://jacekm.net/kolibrios/SCC053.zip SCC 0.5.2 [bin + source] http://jacekm.net/kolibrios/SCC052.zip I've ported CCOMP to KolibriOS. It's very buggy at the moment so use it at ...
by jacekm
Wed Feb 06, 2008 1:04 pm
Forum: English
Topic: ARC-II author
Replies: 4
Views: 5118

ARC-II author

Hi everyone! Some time ago I wrote the game called ARC-II (for MenuetOS). I've just accidentally run KolibriOS and seen it there. It was very nice surprise :D . In fact I lost source code for this game long time ago. Do anyone tell me from where I can get this source code? I'd like to make new versi...