Search found 6 matches

by abece
Aug 04, 2018 16:13
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 981
Views: 346691

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (Updated August 3, 2018)

Hi. I like the progress with WinFBE and waiting for it to mature before switching over from FBEdit. Specifically, I'm interested in the development of the Form Designer. In the meantime, I've been testing it with some simple programs. When Font is set in a textbox, there is a compilation error that ...
by abece
Feb 28, 2015 5:59
Forum: Hardware Interfaces / Communication
Topic: Serial port lockups with FB1.01.0-win32
Replies: 11
Views: 5533

Re: Serial port lockups with FB1.01.0-win32

Well it's definitely getting stuck in the thread at the input function. I've never actually used it for serial input. I don't use INPUT with serial ports, rather I use GET, since I'm normally reading binary data. It seems like a weird syntax to me (file number as the second parameter, No parameter f...
by abece
Feb 27, 2015 23:27
Forum: Hardware Interfaces / Communication
Topic: Serial port lockups with FB1.01.0-win32
Replies: 11
Views: 5533

Re: Serial port lockups with FB1.01.0-win32

I can get it to work on my system by reading in one byte at a time into a ubyte, so the threading is working. I believe it has to do with how Strings are handled pre and post 1.0.
by abece
Jul 02, 2010 15:28
Forum: Beginners
Topic: Print Screen - picture capture using FB
Replies: 6
Views: 2558

Thanks square1 for the code. That's just what I had been looking for and I'm going to try it out myself.

Teslacoil, I know it's working for you, but if you want an external program to do that for you, you could use IrfanView using a command line like i_view32.exe /capture=2 /convert=C:\test.jpg
by abece
Jul 01, 2010 20:51
Forum: Windows
Topic: Freebasic crashing on a CLEAN install of windows XP Pro
Replies: 12
Views: 2426

Hi Gablea, are you running XP on your other machine?
by abece
May 25, 2010 19:56
Forum: Projects
Topic: FbEdit, new IDE for FreeBASIC written in FreeBASIC
Replies: 964
Views: 242027

Like Dinosaur, I occasionally have the problem with FBEdit not exiting correctly, where it closes all the files except for one, but needs to be killed in Task Manager. I can't remember if it was limited to just 1.0.7.6, but I seem to recall it happened in older versions. It happens when I have multi...