Search found 169 matches

by robert
Jan 08, 2024 0:34
Forum: Linux
Topic: FreeBASIC broken following OS upgrade; generates problematic .asm files...?
Replies: 21
Views: 1942

Re: FreeBASIC broken following OS upgrade; generates problematic .asm files...?

Like @bixbyru, I'm running OpenSUSE. TumbleWeed in Windows 11 WSL. I installed FreeBASIC-1.10.1-linux-x86_64 then cloned the freebasic/fbc github repo and tried to make. Make quit not too far in, here FBC src/compiler/obj/linux-x86_64/ast-node-branch.o fbc: Symbol `ospeed' has different size in shar...
by robert
Apr 02, 2022 5:04
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 128344

Re: VisualFBEditor - IDE for FreeBasic

Hi Xusinboy: The file name change made here https://github.com/XusinboyBekchanov/VisualFBEditor/commit/2b7c288374fb8b3ffb06b2958d6a4a6152b162ae broke the Linux access to Help. The name of the file located here https://github.com/XusinboyBekchanov/VisualFBEditor/tree/master/Help/Tip%20of%20the%20Day ...
by robert
Mar 29, 2022 4:24
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 128344

Re: VisualFBEditor - IDE for FreeBasic

Linux case sensitivity problem with file name

VisualFBEditor/Help/Tip of the Day/English.Tip

which should be

VisualFBEditor/Help/Tip of the Day/english.tip
by robert
Mar 29, 2022 4:13
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 128344

Re: VisualFBEditor - IDE for FreeBasic

Thanks for the repair. Minor typo error, missing slash before "Help", in frmTipOfDay.frm line 180 Msgbox ML("File") & " """ & GetOSPath(ExePath & "Help/Tip of the Day/") & CurLanguage & ".tip"" " & ML("...
by robert
Mar 28, 2022 21:19
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 128344

Re: VisualFBEditor - IDE for FreeBasic

Hi Xusinboy: Warning and error compiling VisualFBEditor on Linux __USE_GTK3__ /home/irww/Dev/FreeBASIC/VisualFBEditor/MyFbFramework/mff/Canvas.bas(101) warning 13(1): Function result was not explicitly set /home/irww/Dev/FreeBASIC/VisualFBEditor/src/Main.bas(2329) error 18: Element not defined, Date...
by robert
Dec 08, 2021 0:16
Forum: Projects
Topic: CHMVIEW
Replies: 19
Views: 7291

Re: CHMVIEW

I have updated the program. 1) Fixed some bugs 2) Added the file "COPYING" to the archive For those building a program from source, download the latest window9 library. Hi Vanya: Thank you for this. When referring the Windows 9 library, please add a link to the post. Using the forum searc...
by robert
Dec 07, 2021 23:33
Forum: Projects
Topic: CHMVIEW
Replies: 19
Views: 7291

Re: CHMVIEW

I have updated the program. 1) Fixed some bugs 2) Added the file "COPYING" to the archive For those building a program from source, download the latest window9 library. Hi Vanya: Thank you for this. When referring the Windows 9 library, please add a link to the post. Using the forum searc...
by robert
Oct 05, 2021 21:33
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 128344

Re: VisualFBEditor - IDE for FreeBasic

Hi Xusinboy: Trying to compile VisualFBEditor on Linux fbc "VisualFBEditor.bas" -x "../VisualFBEditor64_gtk3" -i ../MyFbFramework -d __USE_GTK3 Additionally: Define should be: -d __USE_GTK3__ Yes, a problem with bad cut and paste to my original post. I just downloaded, built and...
by robert
Oct 05, 2021 4:48
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 128344

Re: VisualFBEditor - IDE for FreeBasic

Xusinboy Bekchanov wrote:This is all because of the Left operator, I know how to fix it. I'll fix it in Linux in the evening when I'm at home. Is this a new version of the compiler?
Yes, FreeBASIC 1.0.9 source downloaded today from GitHub and compiled on Linux x64 Fedora 35 Beta
by robert
Oct 05, 2021 2:39
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 128344

Re: VisualFBEditor - IDE for FreeBasic

Hi Xusinboy: Trying to compile VisualFBEditor on Linux fbc "VisualFBEditor.bas" -x "../VisualFBEditor64_gtk3" -i ../MyFbFramework -d __USE_GTK3 __ VisualFBEditor/MyFbFramework/mff/Menus.bas(586) error 58: Type mismatch, at parameter 1 (Expression) of REPLACE() VisualFBEditor/MyFb...
by robert
Sep 27, 2021 0:20
Forum: Windows
Topic: WinFBE - drWinFBE_Tools.chm
Replies: 32
Views: 9790

Re: WinFBE - drWinFBE_Tools.chm

Hi robert After beng a member of this forum for just over two years, you should have realized that goading me probably is not a good tack to employ. SetCompilerSwitches, SetCompilerPaths, and drWinFBE_Tools were introduced in WinFBE V2.15. The 'mess' was created by Paul not telling anyone that drWi...
by robert
Sep 26, 2021 20:57
Forum: Windows
Topic: WinFBE - drWinFBE_Tools.chm
Replies: 32
Views: 9790

Re: WinFBE - drWinFBE_Tools.chm

Hi robert Thanks. The user may not want to read the Help file at that point, and we are ramming it down their throat, whether they like it or not. This is better. https://deltarho.org.uk/Downloads/SetCpaths0.jpg SetCompilerPathsII V1.06 at opening post. SetCompilerPathsII.exe falls well short of be...
by robert
Sep 26, 2021 4:59
Forum: Windows
Topic: WinFBE - drWinFBE_Tools.chm
Replies: 32
Views: 9790

Re: WinFBE - drWinFBE_Tools.chm

After getting a right 'ear bashing' from robert I have updated drWinFBE_Tools. Download the zip below, unzip and put it into WinFBE's Tools folder. If you are a new WinFBE user it will guide you to getting WinFBE bang up to date with regard FBC Version 1.08.1 in the News forum. You don't have to go...
by robert
Sep 25, 2021 8:09
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 128344

Re: VisualFBEditor - IDE for FreeBasic

Hi Xusinboy: Just for your information, VisualFBEditor will not compile with latest GitHub FreeBASIC 1.0.9 compiled with WinLibs gcc-11.2.0. fbc "VisualFBEditor.bas" -s gui -x "../VisualFBEditor64.exe" "VisualFBEditor.rc" -i "D:\Dev\FB\Xusinboy\VisualFBEditor\MyFb...