Search found 10 matches

by classd2008
Mar 17, 2021 1:00
Forum: Projects
Topic: Toad On Fire [beta]
Replies: 15
Views: 4422

Re: Toad On Fire [beta]

I can test on Linux and Windows
by classd2008
Mar 02, 2021 22:17
Forum: Libraries Questions
Topic: GTK-3 problem with FreeBasic 1.07
Replies: 1
Views: 1749

GTK-3 problem with FreeBasic 1.07

This problme into compile GTK-3

main.o:fake:(.text+0xb4): undefined reference to `g_mutex_unlock'
by classd2008
Feb 25, 2021 18:48
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 1017
Views: 212610

Re: VisualFBEditor - IDE for FreeBasic

Timer interval continues not to work. In the form when adding a TIMER component and moving it in the grid, the timer component disappears.
by classd2008
Feb 25, 2021 18:26
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 1017
Views: 212610

Re: VisualFBEditor - IDE for FreeBasic

Xusinboy Bekchanov wrote:
classd2008 wrote:And if I try to move the position form, the program crashes. I don't know how to solve this.
I fixed it:
https://github.com/XusinboyBekchanov/My ... 60253dec07
Perfect...
by classd2008
Feb 25, 2021 12:35
Forum: Projects
Topic: VFB IDE【Visual Freebasic】5.9.3(vb7,vb6)2024-11-1
Replies: 157
Views: 103990

Re: New IDE:vfb(Visual Freebasic)Like vb6,vb7,Update 2021-1-21

Could have support to choose QT5 or GTK3 ... 4
by classd2008
Feb 22, 2021 12:00
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 1017
Views: 212610

Re: VisualFBEditor - IDE for FreeBasic

The TIMER component does not work on GTK3.
by classd2008
Feb 22, 2021 10:43
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 1017
Views: 212610

Re: VisualFBEditor - IDE para FreeBasic

Ok it worked and compiled just right. Two problems encountered. When I select Start Position = 1-Center Screeen the form does not center. And if I try to move the position form, the program crashes. I don't know how to solve this. I also want to find out how to use CSS to be able to assemble more be...
by classd2008
Feb 22, 2021 9:36
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 1017
Views: 212610

Re: VisualFBEditor - IDE para FreeBasic

But with this #define can I work with GTK3?
#define __USE_GTK__
by classd2008
Feb 21, 2021 15:12
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 1017
Views: 212610

Re: VisualFBEditor - IDE para FreeBasic

Error compiler. C:\FreeBasic\Projects\VisualFBEditor-master\src>C:\FreeBasic\FreeBASIC-1.07.1\fbc32 "VisualFBEditor.bas" -x "../VisualFBEditor32.exe" "VisualFBEditor.rc" -i "../MyFbFramework" C:\FreeBasic\Projects\VisualFBEditor-master\src\frmFind.frm(597) err...
by classd2008
Feb 21, 2021 9:57
Forum: Projects
Topic: VisualFBEditor - IDE for FreeBasic
Replies: 1017
Views: 212610

Re: VisualFBEditor - IDE for FreeBasic

How to force to use the GTK3 library in Windows? With this code VisualFBE compiles, it doesn't seem to be using the GTK3 library. '#ifdef __FB_WIN32__ '#Compile -exx "Form1.rc" '#else '#Compile -exx '#endif '#Region "Form" #define __USE_GTK3__ #libpath "C:\msys64\mingw64\lib...