Search found 204 matches
- Feb 15, 2021 13:26
- Forum: General
- Topic: Fortran interoperation with FBC
- Replies: 5
- Views: 192
Re: Fortran interoperation with FBC
``` $ gfortran.exe -c m66inv.f90 m66inv.f90:33:23: 33 | LOGICAL :: M66INV | 1 ...... 54 | CALL M66INV (MAT, MATINV, OK_FLAG) | 2 Error: 'm66inv' at (1) has a type, which is not consistent with the CALL at (2) ```
- Jan 24, 2021 7:17
- Forum: Projects
- Topic: VisualFBEditor - IDE for FreeBasic
- Replies: 189
- Views: 25982
Re: VisualFBEditor - IDE for FreeBasic
JohnK_RQ wrote:
TwinBasic, which is 100% compatible with VB6, should be out in February, so I don't think about it.
I have met many so-called VB6-compatible xxBASIC. But all turns out to be a liar.
- Aug 03, 2020 14:00
- Forum: Projects
- Topic: COMWrapperBuilder tool
- Replies: 11
- Views: 1019
Re: COMWrapperBuilder tool
I am still puzzled. A step by step tutorial could be better
- Jul 18, 2020 10:25
- Forum: Libraries
- Topic: libs 32/64 windows only to execute exe/dll from memory not from disk
- Replies: 8
- Views: 5593
Re: libs 32/64 windows only to execute exe/dll from memory not from disk
win10 reports it as Trojan: Win32/Mamson.A!rfn
- Jul 14, 2020 11:44
- Forum: Libraries
- Topic: LCUI, A small C library for building user interfaces with C, XML and CSS
- Replies: 0
- Views: 875
LCUI, A small C library for building user interfaces with C, XML and CSS
https://github.com/lc-soft/LCUI the following code can display the widgets. but again, I don't know how to deal with the callback function why not sciter for GUI? 2 reasons, 1. size; 2. license #include"windows.bi" '~ sub OnBtnClick(LCUI_Widget self, LCUI_WidgetEvent e, void *arg) '~ wchar...
- Jul 14, 2020 3:38
- Forum: Libraries
- Topic: GoVCL, a cross-platform GUI lib
- Replies: 3
- Views: 817
Re: GoVCL, a cross-platform GUI lib
https://github.com/starwing/amoeba
a Cassowary constraint solving algorithm implements in pure C.
which can be used for something like https://ebassi.github.io/emeus/, in other word, GUI auto layout.
a Cassowary constraint solving algorithm implements in pure C.
which can be used for something like https://ebassi.github.io/emeus/, in other word, GUI auto layout.
- Jul 10, 2020 7:50
- Forum: General
- Topic: Embedding a Spreadsheet
- Replies: 35
- Views: 3107
Re: Embedding a Spreadsheet
an old post, may be useful
https://ewbi.blogs.com/develops/popular ... rsing.html
https://ewbi.blogs.com/develops/popular ... rsing.html
- Jul 07, 2020 12:00
- Forum: Game Dev
- Topic: freebasic game "hikikomori"
- Replies: 1
- Views: 435
Re: freebasic game "hikikomori"
Why not post some screen shots? Why not write English in normal upper/lower chacaters?
- Jul 02, 2020 2:15
- Forum: General
- Topic: Embedding a Spreadsheet
- Replies: 35
- Views: 3107
Re: Embedding a Spreadsheet
Since IUP does not support "reasonably functional" spreadsheet, I don't think it is easy to implement such a thing. There are 2 reasons 1. you, or the the user, will broaden the supported functions as time goes 2. tedious code is used even for some simple, limited-ranged functions I sugges...
- Jun 17, 2020 7:09
- Forum: Libraries
- Topic: GoVCL, a cross-platform GUI lib
- Replies: 3
- Views: 817
GoVCL, a cross-platform GUI lib
https://github.com/ying32/govcl is a cross-platform GUI lib based on freepascal/lazarus's LCL. Since the core is a dynamic library and the author has released the auto-generated C header, we can use it in any language supports DLL Here is a demo which is translated from the bundled CPP version. Howe...
- Jun 03, 2020 7:21
- Forum: Community Discussion
- Topic: List of FreeBASIC GUI libraries/frameworks
- Replies: 10
- Views: 1550
Re: List of FreeBASIC GUI libraries/frameworks
I met https://github.com/ying32/govcl recently, which is not a FreeBASIC GUI library, but is a GUI library based on Lazarus LCL for Go language. GoVCL is said to be a cross-platform GUI solution since Lazarus LCL does so. Then I downloaded the pre-built binary file, and have a glimpse. I think the &...
- Jun 03, 2020 5:36
- Forum: Projects
- Topic: New IDE:vfb(Visual Freebasic)Like vb6,vb7,Update 2021-1-21
- Replies: 84
- Views: 7617
Re: New IDE:vfb(Visual Freebasic)Like vb6,vb7(Update 2020-04-30)
In fact this software does not appear one day suddenly. The author has developed it for a very long time, discussed and advertised it in several discussion groups in a Chinese instant chat software, i.e. QQ which has been mentioned above, and yes I am in one of the discussion group. Since the author...
- May 30, 2020 11:43
- Forum: Projects
- Topic: New IDE:vfb(Visual Freebasic)Like vb6,vb7,Update 2021-1-21
- Replies: 84
- Views: 7617
Re: New IDE:vfb(Visual Freebasic)Like vb6,vb7(Update 2020-04-30)
@St_W
no, it is not an open-sourced software
The author has spent a very long time on this project, so it will not be abandoned easily
no, it is not an open-sourced software
The author has spent a very long time on this project, so it will not be abandoned easily
- May 30, 2020 8:44
- Forum: Community Discussion
- Topic: any free BASIC for web/ios/android
- Replies: 15
- Views: 9682
Re: any free BASIC for web/ios/android
if only kayabasic is an opensourced one.
- May 11, 2020 4:08
- Forum: Tips and Tricks
- Topic: FLTK GUI without C wrapper
- Replies: 6
- Views: 1067