Search found 773 matches

by Xusinboy Bekchanov
Apr 24, 2024 13:01
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 890
Views: 130572

Re: VisualFBEditor - IDE for FreeBasic

May I ask is there any barcode related component/example in mff or VisualFBEditor? Here is an example barcode: '#Region "Form" #if defined(__FB_MAIN__) AndAlso Not defined(__MAIN_FILE__) #define __MAIN_FILE__ #ifdef __FB_WIN32__ #cmdline "Form1.rc" #endif Const _MAIN_FILE_ = __F...
by Xusinboy Bekchanov
Apr 08, 2024 11:23
Forum: Community Discussion
Topic: Freebasic 1.20.0 Development
Replies: 269
Views: 24962

Re: Freebasic 1.20.0 Development

Hello, when compiling this example using compiler 1.20.0 dated 04/01/2024, it gives the error: #include once "windows.bi" Private Function GetRed(FColor As Long) As Integer Return CUInt(FColor) And 255 End Function Private Function GetGreen(FColor As Long) As Integer Return CUInt(FColor) ...
by Xusinboy Bekchanov
Apr 05, 2024 16:03
Forum: Community Discussion
Topic: Freebasic 1.20.0 Development
Replies: 269
Views: 24962

Re: Freebasic 1.20.0 Development

Xusinboy Bekchanov wrote: Apr 05, 2024 15:57
fxm wrote: Apr 05, 2024 15:54
Xusinboy Bekchanov wrote: Apr 05, 2024 15:49 I also expect the same behavior on 32 and 64 bit without using LBound, UBound.
Yes all fbc versions 1.20.0 (32 and 64 bit) crashes on compilation.
64 bit compiles without problems.
You are right, it turns out that the 64-bit version also crashes.
by Xusinboy Bekchanov
Apr 05, 2024 15:57
Forum: Community Discussion
Topic: Freebasic 1.20.0 Development
Replies: 269
Views: 24962

Re: Freebasic 1.20.0 Development

fxm wrote: Apr 05, 2024 15:54
Xusinboy Bekchanov wrote: Apr 05, 2024 15:49 I also expect the same behavior on 32 and 64 bit without using LBound, UBound.
Yes all fbc versions 1.20.0 (32 and 64 bit) crashes on compilation.
64 bit compiles without problems.
by Xusinboy Bekchanov
Apr 05, 2024 15:49
Forum: Community Discussion
Topic: Freebasic 1.20.0 Development
Replies: 269
Views: 24962

Re: Freebasic 1.20.0 Development

Hello, when compiling this example using compiler 1.20.0 dated 04/01/2024, it gives the error Possible workaround for your code above (not tested): Put #F,,PixelData(Lbound(PixelData)),Ubound(Pixeldata) - Lbound(PixelData) + 1 Thanks for the example fix, I also expect the same behavior on 32 and 64...
by Xusinboy Bekchanov
Apr 05, 2024 15:11
Forum: Community Discussion
Topic: Freebasic 1.20.0 Development
Replies: 269
Views: 24962

Re: Freebasic 1.20.0 Development

SARG wrote: Apr 05, 2024 15:08 Hello Xusinboy,
Compiled with gcc and gas64. No warning and no crash.
It does not compile with 32-bit gas.
by Xusinboy Bekchanov
Apr 05, 2024 14:57
Forum: Community Discussion
Topic: Freebasic 1.20.0 Development
Replies: 269
Views: 24962

Re: Freebasic 1.20.0 Development

Hello, when compiling this example using compiler 1.20.0 dated 04/01/2024, it gives the error: #include once "windows.bi" Private Function GetRed(FColor As Long) As Integer Return CUInt(FColor) And 255 End Function Private Function GetGreen(FColor As Long) As Integer Return CUInt(FColor) S...
by Xusinboy Bekchanov
Mar 28, 2024 16:45
Forum: Beginners
Topic: Question about mdTypes
Replies: 2
Views: 189

Re: Question about mdTypes

Coding with mdTypes https://www.freebasic-portal.de/tutorials/using-mdtypes-en-108-s3.html as below,it works great,but when I uncommented lines marked as #1,#2,#3 and #4,the compiler produced a lot of errors.I have no clue what happened behind.Is it something related to macros? Thanks for the help ...
by Xusinboy Bekchanov
Mar 11, 2024 16:25
Forum: General
Topic: -gen clang
Replies: 64
Views: 3399

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: 64
Views: 3399

Re: -gen clang

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

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: 890
Views: 130572

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: 890
Views: 130572

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: 108156

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...