Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FBIde 0.3.1 -> 0.3.3
Hmmm strange :???:
I looked it over here and I can't reproduce that crashing. Is it only with quickrun? or running in general?

I haven't changed that part of code since 0.3.1

what win are you using?
url]http://fbide.sourceforge.net/[/url]
Reply
Maybe I didn't specify a number in End Number? Like I said, after I turned off the show exit code option it works fine. Wink

I have a minor suggestion. What if the IDE automatically deletes the temp file after you use quickrun? I sometimes test .bas files while storing them on the desktop, and it causes clutter if the temp file is still there. Wink



EDIT: I'm running Win ME. Also, it crashes no matter which *run* you use.
Reply
That's annoys me too -I thought someone would be interested in asm-output or smth, but well then I realised that he can just do a real compile and see what's wrong... yes i'll remove that.
url]http://fbide.sourceforge.net/[/url]
Reply
:???: I really don't know what may cousing this Sad
I'm using xp myself, but it works really fine here.
url]http://fbide.sourceforge.net/[/url]
Reply
Is there a way to define an end number? I'm not sure if I really understand what this option does. :???:
Reply
turn show exit code on, then write in:
Code:
dim a as integer
   input "Please enter the exitcode to show: ";a
   end a
url]http://fbide.sourceforge.net/[/url]
Reply
Hmmm... It works with show exit code on, if I specify END 0.

If I just use END, it crashes.

It crashes with everything except END n, while integer n = 0. Wink
Reply
Quote:Hmmm... It works with show exit code on, if I specify END 0.

If I just use END, it crashes.
what you mean by this?
Okay I think I may have tracjed down the possible bug -could I send it to you somehow for testing?
url]http://fbide.sourceforge.net/[/url]
Reply
It's weird...

This works fine...

Code:
END



This crashes...

Code:
Screen 13

END


But, this works fine....


Code:
Screen 13


END 0
Reply
Quote:Okay I think I may have tracjed down the possible bug -could I send it to you somehow for testing?


By all means. Wink
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)