Search found 651 matches

by aurelVZAB
Feb 16, 2021 20:35
Forum: Sources, Examples, Tips and Tricks
Topic: Easy Windows API Tutorial
Replies: 44
Views: 31210

Re: Easy Windows API Tutorial

maybe this : #Include "windows.bi" Dim As MSG msg Dim As HWND Window_Main, Edit1, Edit2, Button1, Button2, List1 Dim As HFONT Font ,cFont Dim As HMENU hMenu, hDatei, hHilfe Dim As Integer i,icon1 Dim As ZString*1024 text const ICONBUTTON = 1409351744 'Window with all controls: Window_Main ...
by aurelVZAB
Feb 16, 2021 19:24
Forum: Sources, Examples, Tips and Tricks
Topic: Easy Windows API Tutorial
Replies: 44
Views: 31210

Re: Easy Windows API Tutorial

Your code is OK - maybe you should open a new thread with a similar title.
maybe...
by aurelVZAB
Jan 31, 2021 12:31
Forum: Community Discussion
Topic: My_basic interpreter
Replies: 25
Views: 5064

Re: My_basic interpreter

You just don't have lots of C experience.
Yes Ed you have a right !
by aurelVZAB
Jan 30, 2021 21:33
Forum: Community Discussion
Topic: My_basic interpreter
Replies: 25
Views: 5064

Re: My_basic interpreter

Yes Ed
I know that you know all that things ...

and i see ..heh.... pointer to pointer with two stars **pc

But my question will be
Is this approach is really nececery for this tyoe of program ...?

i think not ...
but again maybe i am totaly stupid for all this pointered functions
by aurelVZAB
Jan 30, 2021 21:25
Forum: Community Discussion
Topic: FreeBASIC IDEs/Editors
Replies: 44
Views: 34923

Re: FreeBASIC IDEs/Editors

Yes
i need to fix paths..
ok i will try with old code ..if not work then i will modify RCB version
by aurelVZAB
Jan 30, 2021 20:33
Forum: Community Discussion
Topic: FreeBASIC IDEs/Editors
Replies: 44
Views: 34923

Re: FreeBASIC IDEs/Editors

hello Guys

yes JJ not work if is not directly in fbc root folder
wait a moment i will check it is old file ...
by aurelVZAB
Jan 30, 2021 12:47
Forum: Community Discussion
Topic: FreeBASIC IDEs/Editors
Replies: 44
Views: 34923

Re: FreeBASIC IDEs/Editors

my editor is not visual..heh yes..but work
https://aurelsoft.ucoz.com/ASciFBEditor.rar
by aurelVZAB
Jan 30, 2021 12:43
Forum: Community Discussion
Topic: My_basic interpreter
Replies: 25
Views: 5064

Re: My_basic interpreter

I will just add this ..for fun 'define in pseudo code or not? 'in C 'int (*prg[PRGSZ])(void),(**pc)(void),cpc,lmap[PRGSZ]; /* COMPILED PROGRAM */ 'is this basic like ? int PRGSZ = 1024 int *prg[PRGSZ]) ' this is nothing else than integer array 'or int prg[1024] declare function (int pc) as INT int c...
by aurelVZAB
Jan 29, 2021 7:53
Forum: Community Discussion
Topic: My_basic interpreter
Replies: 25
Views: 5064

Re: My_basic interpreter

Anyway, this probably isn't the right place to discuss C, and we've kind of hi-jacked the thread (It was about My_basic). If you want to discuss it more, feel free to email me. Well we are under topic about basic interpreter written in C ....right? Jwilla basic is also written in C ...ok? Maybe we ...
by aurelVZAB
Jan 28, 2021 19:47
Forum: Community Discussion
Topic: My_basic interpreter
Replies: 25
Views: 5064

Re: My_basic interpreter

Which says to call the function that pc points to, and then point to the next function in the list. And keep doing it until the return from the function call is !0.
WOW..that is complications
so that is have inside -> () ??
is that work in recursion?
..and why auch a complications ?
by aurelVZAB
Jan 28, 2021 9:12
Forum: Community Discussion
Topic: My_basic interpreter
Replies: 25
Views: 5064

Re: My_basic interpreter

Hmm i never think that this is possible if my small brain can understand this that .o file is a object file ..right? uff C is in some moments so awkward to me ....!"##%&%&& Yes Ed this while loop is strange .. But it looks to me that Interpreter loop run in two FOR loops because i s...
by aurelVZAB
Jan 26, 2021 8:44
Forum: Community Discussion
Topic: My_basic interpreter
Replies: 25
Views: 5064

Re: My_basic interpreter

Yes i tried ...few years back but without succses
hmm i ask Ed_D he reform C code to be much readable but then i give up.
When i visit recently JerryW github page i see that he made some changes...
It is according to Ed benchmarking one of let say "faster" mini-basic interpreters.
by aurelVZAB
Jan 24, 2021 17:22
Forum: Community Discussion
Topic: My_basic interpreter
Replies: 25
Views: 5064

Re: My_basic interpreter

Yes angros47..that one ....
do you know how to conevert it to basic ?
by aurelVZAB
Jan 19, 2021 14:26
Forum: Community Discussion
Topic: My_basic interpreter
Replies: 25
Views: 5064

Re: My_basic interpreter

hmm
interesting ..but how you convert header from .h ..C code to FB .bi code ?
also this one called jwillabasic on github
should be even easier because whole interpreter is in header 300loc
by aurelVZAB
Jan 18, 2021 12:57
Forum: Community Discussion
Topic: Slim FreeBasic installer for Windows
Replies: 55
Views: 6980

Re: Slim FreeBasic installer for Windows

Perhaps because - all Windows applications have an installer - this forum is crammed full of threads dealing with configuration problems - there are almost no new members around? 1.2.3....now i become "pi_ssed off++" ...he he i am just a joking ..ok? Yes jj ...i can agree with you I m not...