Search found 130 matches

by Jonge
Apr 25, 2020 11:22
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 344090

Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.3 April 18, 2020)

Hi, there was a change recently in WinFBE which makes WinFBE only add a new WinFBE.ini if the file is missing. So now you can just unzip the new version over the old one and still keep all settings as before. I had the same problem as you, but with themes and some settings that I had to change after...
by Jonge
Nov 21, 2018 17:51
Forum: Community Discussion
Topic: "A Love Letter To FreeBASIC" Game Dev Competition (Oct 2018 – Feb 2019), 1000 $ 1st prize
Replies: 360
Views: 70393

Jonge, it's so awesome to see you! How's life been treating you? Wanna connect on Facebook? Alien Terror is one of my favorite QB games. I rememeber it well. Life is pretty good, though work and family takes up most of my energi =) Still like to get back to coding, but I usually dont get any furthe...
by Jonge
Nov 18, 2018 23:39
Forum: Community Discussion
Topic: "A Love Letter To FreeBASIC" Game Dev Competition (Oct 2018 – Feb 2019), 1000 $ 1st prize
Replies: 360
Views: 70393

Re: "A Love Letter To FreeBASIC" Game Dev Competition (Oct 2018 – Jan 2019), 350 $ 1st prize

So glad to see this thread! =)

I'm not sure I will be able to participate, but my mind has already started to fire up some ideas.. Would be fun to put together something in the style of "Alien Terror" (QuickBasic game) which is one of the few games I have ever completed =)
by Jonge
Sep 04, 2017 19:39
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 344090

Re: WinFBE FreeBASIC Editor for Windows (Updated September 3, 2017)

Nice. Is there a way to import settings from a previous version of WinFBE? Or is it safe to just copy the old "WinFBE.wfbe" from a previous copy of WinFBE?
by Jonge
Sep 04, 2017 17:12
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 344090

Re: WinFBE FreeBASIC Editor for Windows (Updated September 3, 2017)

Any chance of getting Bold and Italic settings on fonts?
by Jonge
Feb 20, 2017 17:34
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 344090

Re: WinFBE FreeBASIC Editor for Windows

Are you planning to add "CamelCase" keywords for the editor? I'm glad you seem to be working on the autocomplete function now which I find extremely use full in a editor. That was something that I really liked about FBedit, though with all the new features in FB and no updates for FBedit's...
by Jonge
Feb 05, 2017 17:00
Forum: Community Discussion
Topic: QBasic Games Directory old website resurrected
Replies: 10
Views: 4115

Re: QBasic Games Directory old website resurrected

Glad to see you're still around =) Same as you I hope to some day get back to some gamedev again
by Jonge
Dec 27, 2016 13:45
Forum: Projects
Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V3.1.0 June 4, 2023)
Replies: 979
Views: 344090

Re: WinFBE FreeBASIC Editor for Windows

Think I found a bug, I created a new projects and added a new file to the project. This compiled and worked, I then tried to use the main menu: Project->Add files to project.. And was trying to add a new *.bi file to the project, so I selected a folder, and tried to create a new file by typing in a ...
by Jonge
Jul 14, 2016 20:25
Forum: Community Discussion
Topic: 1.05.0
Replies: 43
Views: 8729

Re: 1.05.0

dkl wrote:On the other hand, wrapping unrelated .bi files in namespaces isn't supported.
Ok, I was a bit worried back when I wrote the code, but it seemed to work =)
by Jonge
Jul 13, 2016 21:49
Forum: Community Discussion
Topic: 1.05.0
Replies: 43
Views: 8729

Re: 1.05.0

In one of my projects I have put some WinAPI code into a namespace to avoid name clashes like this: Namespace Win32 #Include "windows.bi" #Include Once "win/commdlg.bi" ... End Namespace This worked fine on FB 1.02.1 Win32, but gives me an error with the latest 1.05.0 release. I ...
by Jonge
Jul 13, 2016 21:22
Forum: Beginners
Topic: newbie compilation Failed question
Replies: 4
Views: 1351

Re: newbie compilation Failed question

I just wanted to share a fix to a similar problem I had after getting a new Win10 computer. I usually keep a folder "C:\Dev" for my FB stuff, but after copying my dev folder from a older computer to my new, I only got " 26 File access error" when trying to compile my projects(als...
by Jonge
Jan 15, 2016 21:57
Forum: Community Discussion
Topic: The new look forum
Replies: 45
Views: 8023

Re: The new look forum

I experience the same logo problem on Opera ( On Android phone)
by Jonge
Jan 08, 2016 19:43
Forum: Community Discussion
Topic: Progression of my platform game called "Slimo"
Replies: 2
Views: 1369

Re: Progression of my platform game called "Slimo"

Nice looking game! Good to see some FB game development again. From looking at the video, it can be a bit hard to see whats part of the background and whats part of the foreground. Any plans for a demo?
by Jonge
Oct 12, 2015 11:09
Forum: Emscripten
Topic: Wetspot compiled to javascript
Replies: 23
Views: 10985

Re: Wetspot compiled to javascript

Nice to see you around here again V1c! =) Seems to run pretty well in my FireFox. Managed to play 3-4 levels. I don't remember exactly how the original version run, but it seems a bit fast, and the game stops when you loose(without going back to main menu.) Did you have to change much of the sourcec...