05-20-2005, 07:17 PM
works fantastic here ,great job. :bounce:
FBIde 0.4
|
05-20-2005, 07:17 PM
works fantastic here ,great job. :bounce:
05-21-2005, 04:45 AM
Quote:works fantastic here ,great job. :bounce: Absolutely! Just for the record: I wasn't insulting anything. As a matter of fact, I'm a die-hard FBIDE enthusiast. ![]() If it wan't for FBIDE, I would hardly program FB code becasue I'm too lazy to compile by command line. :lol:
05-21-2005, 04:49 AM
Quote:If it wan't for FBIDE, I would hardly program FB code becasue I'm too lazy to compile by command line. :lol: ^^ Same
05-21-2005, 06:05 PM
Something strange just happened trying the code:
Code: For i = 0 to 50 I ran it exactly as above. No errors. When I reached and clicked the X button to exit FBIDE, I got some error saying "Couldn't run FreeBasic.exe" or something. Then another error about a missing file, not stating which. I tried to reproduce the error but everything worked fine. WTF? >anarky
Screwing with your reality since 1998.
05-21-2005, 10:15 PM
well, there's an error in your code, but that still IS wierd...
05-21-2005, 10:18 PM
I know. But others said it created other problems. Testing it, I got errors during one session, then I could not reproduce it again.
Strange. >anarky
Screwing with your reality since 1998.
05-23-2005, 07:54 PM
Some minor bugs noticed with FBIDE 0.4 (sorry if they have already been reported):
1) On my computer, the "Enter" key from the numeric keypad produces a CR, while the other Enter key produces CR/LF (select "View/Settings/Show line endings" in the menu to test this) 2) When the compiler reports an error, in the result window the caret (^) is not positioned at the place of the error but at the beginning of the line (too many blanks deleted ?)
ean Debord
---------------- Math library for FreeBasic: http://www.unilim.fr/pages_perso/jean.de...fbmath.zip
05-24-2005, 02:06 AM
1) It's windows -so it always adds cr+lf
2) That's a bug
url]http://fbide.sourceforge.net/[/url]
05-24-2005, 06:21 PM
Quote:1) It's windows -so it always adds cr+lfBut why the Enter key on the numeric keypad adds CR only? This problem did not exist in the previous version.
ean Debord
---------------- Math library for FreeBasic: http://www.unilim.fr/pages_perso/jean.de...fbmath.zip
05-24-2005, 07:16 PM
Windows line end format is cr+lf. On *nix systems it\s only cr.
url]http://fbide.sourceforge.net/[/url]
|
« Next Oldest | Next Newest »
|