Page 1 of 2

kbasic rapidq traslator to asm

Posted: Fri Dec 28, 2007 5:21 pm
by coyote69
I am new in this, am Argentine, serious well that they open the operating system for latinoamerica, am working in kbasic, a translator of RapidQ to Asm for Kolibri

Re: kbasic rapidq traslator to asm

Posted: Fri Dec 28, 2007 7:03 pm
by Leency
Hi! It's very pleasant for us to see you here. Project needs more programmers.
Good luck in translating RapidQ to Asm for Kolibri.

P.S. Oh, if you will have some free time, you may make KolibriOS page in your foreign language in Wikipedia. ;)

Re: kbasic rapidq traslator to asm

Posted: Sun Dec 30, 2007 8:33 pm
by mike.dld
As I understand, open-source version of the project is not being developed since 2000. Is it really useful now? Well, we can add something later anyway, so good luck and keep us updated on a progress please.

help

Posted: Wed Jan 02, 2008 2:38 pm
by coyote69
Windows sample well, buttons, label and others too.
I am devoted to the most deficil for me as being the translation of sub-functions.
Len, $ str, mid $, and so on.
I was a little complicated due to a not understand much to FlatASM. It is not easy as other compilers. But it is what brings me to create this translator RapidQ.
Send Codes to jackerscomp2002@yahoo.com.ar
If you want the code translator send email

imagenes de rq2KOS

Posted: Mon Jan 07, 2008 11:55 pm
by coyote69
this is a form in rapidq work in kolibriOS

but this version is a last.
now the code generate is more smoll

This one is the image of the previous code working in Kolibr

Posted: Tue Jan 08, 2008 12:02 am
by coyote69
This one is the image of the previous code working in KolibriOS

Re: kbasic rapidq traslator to asm

Posted: Tue Jan 08, 2008 9:33 am
by <Lrz>
Hi! Good job! But your asm code contained some error. You are mistaking where you define
edit1 edit_box 121,80,44,0xffffff,0x6a9480,0,0xAABBCC,0,255,EDIT1_1,ed_focus,200,0
edit2 edit_box 121,80,68,0xffffff,0x6a9480,0,0xAABBCC,0,255,EDIT1_2,0,200,0
---------
Value 255 is size of buffer where component will write symbols. You define size of buffer EDIT1_1 db 'DAVID CUELLO ',0 This is size of buffer = 11 symbols. If you will write bigger than 11 symbols, you will clean a array after this of code EDIT1_1 db 'DAVID CUELLO ',0.
You will clean 244 byte after defined position.
200,0 this defined position of cursor. If you will set cursor on end position message, in this event you must write as

Code: Select all

edit1 edit_box 121,80,44,0xffffff,0x6a9480,0,0xAABBCC,0,11,EDIT1_1,ed_focus,11,11
edit2 edit_box 121,80,68,0xffffff,0x6a9480,0,0xAABBCC,0,24,EDIT1_2
If you have some questions above component EditBox,checkbox,radiobutton or Library. You can ask me :).

255 caracteres

Posted: Fri Jan 18, 2008 12:00 am
by coyote69
Thanks for the help ...
In fact the program in this version leaves 255 spaces, but to upload a forum, do not take the spaces, anyway, now the code is something like this:
Edit1_1 db 'David'
RB 250

This is to be 255, is not by whim, but to be able to write, paste, move, etc..
All text strings define as the 255 characters. :!:

I tell you fart as I checkbox which is selected or radiobutton.

I am for uploading the code so give me help.

Thanks.
This was translated by a website, I do not understand much Russian, but if the ASM.

Argentina, Santa Fe :D

Re: kbasic rapidq traslator to asm

Posted: Fri Jan 18, 2008 10:15 am
by <Lrz>
So, I have one article and examples. I think you need to understand it, why use components. You can use example on my site http://lrz.land.ru/dowload/BOX_LIB.7z - This is library of components (radiobutton,checkbox,Editbox and source)
http://lrz.land.ru/dowload/editbox_article.7z this is article above use editbox (only russain language). If you need translate this article I can translate it on English.

Best regards!

Re: kbasic rapidq traslator to asm

Posted: Sat Jan 19, 2008 2:04 pm
by SoUrcerer
Hi! Where I can get your translator of RapidQ to Asm for Kolibri? I haven't any direct links on this page or any other pages.

link rq2kos v0.1 (old version)

Posted: Mon Jan 21, 2008 10:50 pm
by coyote69
This version 1 of the program, going by the version 3, then the public version stable
http://rapidshare.de/files/38370742/rq2kos.rar.html

Re: kbasic rapidq traslator to asm

Posted: Tue Jan 22, 2008 5:19 pm
by coyote69

New version of rq2kos

Posted: Tue Feb 19, 2008 2:14 pm
by coyote69
This is the new version of rq2kos
Renowned kbas
Add the command "IF"
This more clear code for anyone who wants to change it
Modify the code to compile himself, I think (bootstrap).
Need help

http://rapidshare.de/files/38617241/kbas.rar.html

Re: kbasic rapidq traslator to asm

Posted: Sat Sep 05, 2009 6:01 am
by maximYCH
Ни у кого это не сохранилось? Интересно глянуть.

Re: kbasic rapidq traslator to asm

Posted: Mon Sep 07, 2009 4:40 pm
by chaykin
Excellent work, very much was pleasant to me, good luck in work on proscale. :D