Search found 47 matches

by adele
Nov 04, 2018 20:36
Forum: Community Discussion
Topic: Resignation
Replies: 74
Views: 12401

Re: Resignation; Mr. S.

Hi Mr. D., some weeks ago Mr. S. was absent for a few days. I missed him. Not himself. But his flames and attacks. He is my personal "Flame-ing Star" ;-) The first things I look for when entering this forum are the newest contributions of Mr.S. They mostly include some few lines that are q...
by adele
Oct 08, 2018 11:08
Forum: Sources, Examples, Tips and Tricks
Topic: period modulation (windows audio)
Replies: 4
Views: 1850

Re: period modulation (windows audio)

dafhi wrote:fixed
indeed. Now it sounds like an angry synthi :)
Adi
by adele
Oct 05, 2018 13:51
Forum: Sources, Examples, Tips and Tricks
Topic: period modulation (windows audio)
Replies: 4
Views: 1850

Re: period modulation (windows audio)

Hi, I tried with FBC 1.05/x64, " -s console", no other settings. the Program compiles w/o Error or warnings. But: I hear a sound like "BLB", and after having printed "WOM_OPEN" : WIN error message: (translated) "<progname> doesn´t work anymore." This normally ...
by adele
Sep 30, 2018 19:23
Forum: Community Discussion
Topic: SOLID programming
Replies: 77
Views: 17892

Re: SOLID programming; Off topic: Diagrams

paul doe wrote: Sure. The tool in question is UMLet.
Thank you very much! Adi
by adele
Sep 30, 2018 0:01
Forum: Community Discussion
Topic: SOLID programming
Replies: 77
Views: 17892

Re: SOLID programming; Off topic: Diagrams

Hi paul doe,
paul doe wrote: (a diagram)
Please pardon me. But: Could you please tell me which program you used to create the good looking diagram stored on "http://imgbox.com/5sDpyzbd" ? Thank you ! Adi [trying to be shortest]
by adele
Sep 29, 2018 22:37
Forum: Sources, Examples, Tips and Tricks
Topic: Assembly VGA font Print Routines
Replies: 9
Views: 3465

Re: Assembly VGA font Print Routines

Hi Lassar, kinda tuning. Was: CMP ECX,0 JNE SprintContinue JMP ExitPrint SprintContinue : The "JMP ExitPrint" will be performed one time only / once. The JNE several times. A JMP/JNE/JA/JZ etc. that is _not_ performed will be executed faster than a performed one (decode/calculate the desti...
by adele
Sep 29, 2018 22:11
Forum: Sources, Examples, Tips and Tricks
Topic: Assembly VGA font Print Routines
Replies: 9
Views: 3465

Re: Assembly VGA font Print Routines

Hi,
lassar wrote: What processor do you need portability for?
AMD Ryzen in x64 mode
Adi
by adele
Sep 20, 2018 9:49
Forum: General
Topic: Where have I gone wrong
Replies: 192
Views: 26260

Re: Where have I gone wrong

Where have I gone wrong -- Some time ago, I'd say, because: you should have taken some time, to educate yourself, [..] (sorry, but your code is just a mess). [..] That, and no structure or concept of coding, [..] nor any visible project structure, will [..]my time is better spent, otherwise.) A las...
by adele
Sep 12, 2018 8:38
Forum: Community Discussion
Topic: Feature request: instrisic Defines for console / gui mode
Replies: 60
Views: 10367

Re: Feature request: instrisic Defines for console / gui mode

Hi, The only thing I'd like to discuss is the name. I'd rather call it __FB_SUBSYSTEM__ i don't like that proposal because nobody care about SUBSYSTEM, it's for me expert level again (..) and i think the names __FB_CONSOLE__ and __FB_GUI__ are much more understandable (it is as you use -s console /g...
by adele
Sep 12, 2018 4:46
Forum: Community Discussion
Topic: Feature request: instrisic Defines for console / gui mode
Replies: 60
Views: 10367

Re: Feature request: instrisic Defines for console / gui mode

Hi,
any one ever used the __FB_VER_PATCH__ ?
so what? if Win-Users can use Marpon´s contribution, why not?
It takes less effort to integrate it than to explain why some of us do _not_ need it.
Esp. because Marpon has done the work already himself.

Adi
by adele
Sep 05, 2018 10:50
Forum: Sources, Examples, Tips and Tricks
Topic: ON TIMER substitute
Replies: 24
Views: 12837

Re: ON TIMER substitute

Hi, it took a while, but I had remembered two threads concerning ON TIMER GOSUB() At least the one of them works "noWarn/noError" , at least on my machine, a few minutes ago: 'onTimerGosub().bas ' ' from : (FXM): ' https://www.freebasic.net/forum/viewtopic.php?f=2&t=23453&p=206667&...
by adele
May 26, 2018 11:10
Forum: Community Discussion
Topic: Is this a bug or am I crazy?
Replies: 29
Views: 5091

Re: Is this a bug or am I crazy?: Agree to Eddie

@Eddie, I am with you. ' On May 24, 2018 2:17, You/Eddie expected s.th. different than ' FB delivered. I agree to You/Eddie. Human speech's logic does too. 'weird_FOR.bas x = 10 Print "x=";X Print "for X=x-2;count down to x-17;stepping is -2" Print "should translate To: &quo...
by adele
Apr 24, 2018 10:56
Forum: Beginners
Topic: problem with binary read/write
Replies: 22
Views: 3698

Re: problem with binary read/write

Hi, i came across a similar problem trying to write/append binary data to a file w/o fixed structure. The thing nowhere mentioned, at least not at first glance, is: You have to write data you want to append to a position beyond the end of file. Observing this, you can use "Open "stuff.bin&...
by adele
Apr 22, 2018 17:16
Forum: General
Topic: L (l) suffix Bug, not always "Long", WIN-FBC64
Replies: 24
Views: 3229

Re: L (l) suffix Bug, not always "Long", WIN-FBC64

Hi,

as you know, we got a Wiki and/or a help file.

Code: Select all

SizeOf ( variable | DataType )
Returns the size of a variable or type in bytes.
A literal expression like (-123456789L) per definitione is not a variable and not a type either, and SizeOf isn´t suspected to guess your hidden thoughts:)
Adi