Search found 764 matches

by Xusinboy Bekchanov
Mar 11, 2024 16:25
Forum: General
Topic: -gen clang
Replies: 46
Views: 1467

Re: -gen clang

you can get it from https://u.pcloud.link/publink/show?code=XZ6TuF0ZezH5H3gJguXvgDeFtfh6yXwC0uu7 the toolchain is from https://winlibs.com/ GCC 13.2.0 (with POSIX threads) + LLVM/Clang/LLD/LLDB 18.1.1 + MinGW-w64 11.0.1 (MSVCRT) - release 6 (LATEST) Thanks, I tried it, it compiles twice faster than...
by Xusinboy Bekchanov
Mar 11, 2024 15:35
Forum: General
Topic: -gen clang
Replies: 46
Views: 1467

Re: -gen clang

Please share your clang binaries.
by Xusinboy Bekchanov
Mar 11, 2024 14:25
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 126921

Re: VisualFBEditor - IDE for FreeBasic

UEZ wrote: Mar 11, 2024 12:44 Thank you very much for your quick support. :)
You're welcome.
by Xusinboy Bekchanov
Mar 11, 2024 11:25
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 126921

Re: VisualFBEditor - IDE for FreeBasic

I see that "Build Configuration" was added - nice. :) I added already some settings. But when I have selected it in "Options" and click OK / Cancel / Apply the focus of the IDE gets lost. Fixed: Focusing Forms after close child form: https://github.com/XusinboyBekchanov/MyFbFram...
by Xusinboy Bekchanov
Mar 09, 2024 1:17
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 126921

Re: VisualFBEditor - IDE for FreeBasic

UEZ wrote: Mar 08, 2024 20:11 Did I missed something?

Thanks.
Hi, maybe you updated VisualFBEditor and didn't update MyFbFramework.
by Xusinboy Bekchanov
Mar 04, 2024 8:00
Forum: Projects
Topic: Gas64 (no more use of gcc, only gas) WDS / LNX
Replies: 494
Views: 106644

Re: Gas64 (no more use of gcc, only gas) WDS / LNX

Hello, If I compile VisualFBEditor IDE with -gen gas64, the IDE crashes when opening a file with a "stack overflow" message, if I compile with gcc or gas this does not happen. To check, you can open this simple file: https://github.com/XusinboyBekchanov/VisualFBEditor/blob/master/Projects...
by Xusinboy Bekchanov
Feb 25, 2024 16:37
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 126921

Re: VisualFBEditor - IDE for FreeBasic

UEZ wrote: Feb 23, 2024 8:36 Additionally, it would be good to have the option to add more compile options which can be selected in the IDE.
Added: Build Configurations option:
https://github.com/XusinboyBekchanov/Vi ... adc83f6224
by Xusinboy Bekchanov
Feb 25, 2024 0:37
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 126921

Re: VisualFBEditor - IDE for FreeBasic

UEZ wrote: Feb 24, 2024 16:55 It doesn't work saving the opened tabs as session. The session file size is 3 bytes.
Fixed: Save Session:
https://github.com/XusinboyBekchanov/Vi ... 4d30e0d1fd
UEZ wrote: Feb 24, 2024 16:55 Is a team behind this IDE?
There is a team. Authors are listed in the About window.
by Xusinboy Bekchanov
Feb 23, 2024 23:54
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 126921

Re: VisualFBEditor - IDE for FreeBasic

Hi Xusinboy Bekchanov, Hi, indeed, very good IDE but I'm struggling to get all tabs opened after restart of the IDE. Is there a way to do it? It is possible to save the session, and in the settings specify when opening the IDE to open the last open session. Additionally, it would be good to have th...
by Xusinboy Bekchanov
Feb 22, 2024 14:43
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 126921

Re: VisualFBEditor - IDE for FreeBasic

Starting with Windows 10 October 2018 Update (version 1809), Microsoft added support for dark mode in File Explorer. What version of Windows 10 do you have? ah,this could be the reason,mine is V.1607 Is there any way to set the amazing IDE to dark mode with versions like this? Thanks. Then many ele...
by Xusinboy Bekchanov
Feb 11, 2024 3:26
Forum: Projects
Topic: Gas64 (no more use of gcc, only gas) WDS / LNX
Replies: 494
Views: 106644

Re: Gas64 (no more use of gcc, only gas) WDS / LNX

Hello, If I compile VisualFBEditor IDE with -gen gas64, the IDE crashes when opening a file with a "stack overflow" message, if I compile with gcc or gas this does not happen. To check, you can open this simple file: https://github.com/XusinboyBekchanov/VisualFBEditor/blob/master/Projects/...
by Xusinboy Bekchanov
Feb 01, 2024 3:38
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 126921

Re: VisualFBEditor - IDE for FreeBasic

And,how to use debug in the IDE?is it simple and straightforward?I tried,Toggle the breadkpoints,Use debugger,Step into (F8) etc. and led to another crash... Before compiling, you need to enable Use Debugger. If you are using the 64-bit version, you need to compile it with the -gen gas64 switch. Yo...
by Xusinboy Bekchanov
Jan 31, 2024 5:09
Forum: Community Discussion
Topic: Freebasic 1.20.0 Development
Replies: 208
Views: 18565

Re: Freebasic 1.20.0 Development

Why fbc 1.20.0 dated January 28, 2024 cannot find gcc.exe: gradlew.bat set FBC=F:\Install\Install2\fbc_win32_mingw_0840_2024-01-28\fbc_win32_mingw\fbc.exe set MFF=F:\Install\Install2\VisualFBEditor/./Controls/MyFbFramework set NDK=F:\Install\Install2\android-ndk-r12b-windows-x86\android-ndk-r12b @re...
by Xusinboy Bekchanov
Jan 29, 2024 17:07
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 126921

Re: VisualFBEditor - IDE for FreeBasic

I have a couple of feedbacks: 1. Optional terminal.For example,I would like to use Cmder the like which can handle console Chinese font display better,but the IDE seems works random,by random I mean when I try to run the compiled program in the source editor,by press F5,this time the Cmder pops up ...
by Xusinboy Bekchanov
Jan 21, 2024 1:26
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 886
Views: 126921

Re: VisualFBEditor - IDE for FreeBasic

Yes,I did exactly as you figured out,but only the source editor is in dark mode.I don't know why. This requires Windows 10 or higher, what system do you have? Yes,win10 64 bit Starting with Windows 10 October 2018 Update (version 1809), Microsoft added support for dark mode in File Explorer. What v...