Search found 4 matches

by DodgeRules
Oct 31, 2012 14:09
Forum: DOS
Topic: trapping control c and control break
Replies: 6
Views: 6390

Re: trapping control c and control break

While the above code works great compiled with -lang fb, I am having trouble getting it to work with -lang qb. I keep getting the error that the signal array has not been dimensioned. I am guessing it is because of the Type statement or the Declare statement (or the pair). The original issue is that...
by DodgeRules
Jun 30, 2012 11:19
Forum: Windows
Topic: BUG: Inkey$ return codes of ALT-7 and ALT-8
Replies: 4
Views: 884

Re: BUG: Inkey$ return codes of ALT-7 and ALT-8

Are you verifying that it SHOULD be those values or that you are GETTING those values in FreeBasic? If you are getting those values, which OS are you using?
by DodgeRules
Jun 29, 2012 22:32
Forum: Windows
Topic: BUG: Inkey$ return codes of ALT-7 and ALT-8
Replies: 4
Views: 884

BUG: Inkey$ return codes of ALT-7 and ALT-8

There is a bug with FBC compiled programs with the return codes when using INKEY$ and the keys ALT-7 and ALT-8. When compiling a QB Console program on my Windows XP SP3 PC, I attempted to read the key returned by INKEY$ when either the ALT-7 or ALT-8 key combos are used. Currently, ALT-7 and ALT--(A...
by DodgeRules
Jun 06, 2012 20:22
Forum: Documentation
Topic: CLOSE documentation
Replies: 6
Views: 1881

CLOSE documentation

www.freebasic.net/wiki/KeyPgClose In the Syntax section you mention "result = Close( [#filenum] )" as a possible use but in the Differences from QB section you state that there are None. QB (at least version 4.5) does not support returning a result code as stated above. Also, if I issue a ...