Search found 26 matches

by honeydatax
May 08, 2022 16:23
Forum: DOS
Topic: using freebasic to link
Replies: 2
Views: 1673

Re: using freebasic to link

thanks
by honeydatax
May 05, 2022 17:51
Forum: DOS
Topic: using freebasic to link
Replies: 2
Views: 1673

using freebasic to link

.intel_syntax .text .global main .extern addss main: push bp sub sp,16 mov bp,sp mov eax,10 mov ecx,10 call addss add sp,16 pop bp ret as -c exemple.asm -o exemple.o extern "C" public function addss(a as integer,b as integer)as integer export return a+b end function public function subs(a...
by honeydatax
Mar 29, 2022 21:41
Forum: Linux
Topic: copy bitmap using memcopy[solved]
Replies: 9
Views: 3779

Re: copy bitmap using memcopy

afther im try to compile my code from a c lib im give the error missing functions shm_open and shm_,unlink from sys/mman.h
wat argument im must use to compile in c to include this file thanks




https://github.com/linesky/basWindow
by honeydatax
Mar 24, 2022 17:48
Forum: Linux
Topic: copy bitmap using memcopy[solved]
Replies: 9
Views: 3779

Re: copy bitmap using memcopy

thanks all by the help but im need the fb_memcopy to build my small xfe to run in command line out of X
:)

like im make on c code :)
so must be real fast




https://github.com/linesky/DXwindow

by honeydatax
Mar 24, 2022 11:33
Forum: Linux
Topic: copy bitmap using memcopy[solved]
Replies: 9
Views: 3779

Re: copy bitmap using memcopy

sory but my version of raspberry pi dont have:
crt/string.bi
or
crt.bi

only
string.bi
but string.bi dont have memcpy or fb_,memcpy :(
sory :(
by honeydatax
Mar 23, 2022 22:02
Forum: Linux
Topic: copy bitmap using memcopy[solved]
Replies: 9
Views: 3779

Re: copy bitmap using memcopy

not sure ; but im dont have crt/string.bi in my raspbery version
by honeydatax
Mar 23, 2022 21:02
Forum: Linux
Topic: copy bitmap using memcopy[solved]
Replies: 9
Views: 3779

copy bitmap using memcopy[solved]

im try to copy a bitmap to other using memcopy to be fast very fast ,but the pointer is not correct? thanks #inclib "mems" extern "C" declare function memcopy cdecl(byref dst as any,byref src as any,byval bytes as uinteger)as any ptr end extern screenres 300,200,8 dim y as intege...
by honeydatax
Aug 26, 2021 22:30
Forum: Linux
Topic: Fbc on tiny core linux
Replies: 10
Views: 3004

Re: Fbc on tiny core linux

Im like debian becouse its the easy soft ever and im a starter and im use my soft converter to convert it
https://github.com/honeydatax/tinycorel ... eb2tcz.bas

But if you help me to start id linux 4 may be im like so this linux 4 have version of arm6 for raspberry pi?
by honeydatax
Aug 25, 2021 21:00
Forum: Linux
Topic: Fbc on tiny core linux
Replies: 10
Views: 3004

Re: Fbc on tiny core linux

Thanks all ;yes arel but uses debian pacts and im like to work id debian pact compatibles :)
by honeydatax
Aug 21, 2021 14:10
Forum: Linux
Topic: Fbc on tiny core linux
Replies: 10
Views: 3004

Re: Fbc on tiny core linux

Thanks by the help ,
Now than im install compiletc.tcz give the error
ld: missing library -lncurses ?
Afther im write "fbc hello.bas"
Thanks
by honeydatax
Aug 20, 2021 6:26
Forum: Linux
Topic: Fbc on tiny core linux
Replies: 10
Views: 3004

Fbc on tiny core linux

Afther im tested a application compiled on debian raspberry pi ; im decide to test the exe elf on tiny core Linux it works the exe elf runs on tiny core ; Afther this im try to install the fbc on tiny code ; but the fbc but the fbc give a error on c compiler the c compiler is not like in debian and ...
by honeydatax
Aug 07, 2021 16:20
Forum: Linux
Topic: change directory command solved
Replies: 5
Views: 1938

Re: change directory command

Im have other bug on my code; in my command line mini shellter ; if im call a process by mousepad & ; the process gets over the console input ; wat im can do to get input console wat im do wrong?
Thanks all been help

https://github.com/honeydatax/fbc-bash/ ... n/bash.bas
by honeydatax
Aug 05, 2021 20:18
Forum: Linux
Topic: Solved protection mode data segment
Replies: 8
Views: 2120

Re: protection mode data segment

Solved thanks
by honeydatax
Aug 04, 2021 14:04
Forum: DOS
Topic: Solved Flat load scroll out sp
Replies: 3
Views: 5207

Re: Flat load scroll out sp

Solved
by honeydatax
Aug 03, 2021 9:27
Forum: Linux
Topic: change directory command solved
Replies: 5
Views: 1938

Re: change directory command

https://github.com/honeydatax/fbc-bash/ ... imeout.bas


Im building a timeout.bas
Program im want to put on console "./timeout 100 sleep 2" to stop program from go on from this time
But the process shell keep on runing wat is wrong :) ?
Thanks