@albert
please check out this learning site https://brilliant.org/
Search found 2534 matches
- Jan 01, 2021 11:58
- Forum: General
- Topic: RNG's distribution uniformity.
- Replies: 8
- Views: 240
Re: RNG's distribution uniformity.
@deltarho[1859]
I read your posts with interest but as is usually the case I have nothing to contribute
Happy new year
I read your posts with interest but as is usually the case I have nothing to contribute
Happy new year
- Dec 27, 2020 15:26
- Forum: Community Discussion
- Topic: FreeBASIC 1.07 Release Discussion
- Replies: 61
- Views: 13624
Re: FreeBASIC 1.07 Release Discussion
thank you for the new release :-)
Re: snow demo
some interesting facts about snow https://insidetheperimeter.ca/14-physics-facts-snow/
- Dec 21, 2020 11:48
- Forum: Projects
- Topic: Yahtzee game in progress...
- Replies: 3
- Views: 377
Re: Yahtzee game in progress...
@BasicCoder2
you need FbEdit to build but before you are able to build you need to edit icon.rc to reflect where the project is, also you must use a 32-bit compiler because the dll's are 32-bit
you need FbEdit to build but before you are able to build you need to edit icon.rc to reflect where the project is, also you must use a 32-bit compiler because the dll's are 32-bit
- Dec 20, 2020 19:39
- Forum: Projects
- Topic: VisualFBEditor - IDE for FreeBasic
- Replies: 130
- Views: 22004
Re: VisualFBEditor - IDE for FreeBasic
thank you , that was fast! :-)
- Dec 20, 2020 19:12
- Forum: Projects
- Topic: VisualFBEditor - IDE for FreeBasic
- Replies: 130
- Views: 22004
Re: VisualFBEditor - IDE for FreeBasic
changing the font size of a TextBox and command button shows in the designer form but when compiled it defaults to size 8
- Dec 20, 2020 18:40
- Forum: Projects
- Topic: VisualFBEditor - IDE for FreeBasic
- Replies: 130
- Views: 22004
Re: VisualFBEditor - IDE for FreeBasic
@Xusinboy Bekchanov
thanks :-)
thanks :-)
- Dec 20, 2020 15:02
- Forum: Projects
- Topic: VisualFBEditor - IDE for FreeBasic
- Replies: 130
- Views: 22004
Re: VisualFBEditor - IDE for FreeBasic
@Xusinboy Bekchanov
I have another feature request: add support for text alignment in Text boxes :-)
I have another feature request: add support for text alignment in Text boxes :-)
- Dec 20, 2020 13:47
- Forum: Projects
- Topic: VisualFBEditor - IDE for FreeBasic
- Replies: 130
- Views: 22004
Re: VisualFBEditor - IDE for FreeBasic
@Xusinboy Bekchanov
thanks a million :-)
I built your latest MyFbFramework and your latest VisualFBEditor did a small test and everything works as expected :-)
thanks a million :-)
I built your latest MyFbFramework and your latest VisualFBEditor did a small test and everything works as expected :-)
- Dec 16, 2020 12:22
- Forum: Projects
- Topic: VisualFBEditor - IDE for FreeBasic
- Replies: 130
- Views: 22004
Re: VisualFBEditor - IDE for FreeBasic
thank you Xusinboy Bekchanov, the project looks promising :-)
feature request:
allow tab-order to be modified in the control's properties, most of the time the default tab-order of the order of control creation is OK, but there may be circumstances where you want a certain tab-order
feature request:
allow tab-order to be modified in the control's properties, most of the time the default tab-order of the order of control creation is OK, but there may be circumstances where you want a certain tab-order
- Dec 15, 2020 12:08
- Forum: Projects
- Topic: VisualFBEditor - IDE for FreeBasic
- Replies: 130
- Views: 22004
Re: VisualFBEditor - IDE for FreeBasic
@Xusinboy Bekchanov when you launch Visual FB Editor it opens with an Untitled GUI project but you can't Save Project As .. when you create a new project and save the project and then close the editor and relaunch, trying to open the project that you supposedly saved is futile because the open proje...
- Dec 14, 2020 0:38
- Forum: Hardware Interfaces / Communication
- Topic: Try to use inpout32.dll
- Replies: 51
- Views: 2953
Re: Try to use inpout32.dll
@mon2
the .def file is only used/needed to build an import lib
you don't need an import lib to use a dll but the dll needs to be either in the FB lib folder or where your program source is located
also the dll needs to be either where your executable is or on the system path
the .def file is only used/needed to build an import lib
you don't need an import lib to use a dll but the dll needs to be either in the FB lib folder or where your program source is located
also the dll needs to be either where your executable is or on the system path
- Dec 13, 2020 0:45
- Forum: General
- Topic: @Josep Roca, about Afx/CVar.inc
- Replies: 16
- Views: 655
Re: @Josep Roca, about Afx/CVar.inc
hello Josep Roca
I copied the test from viewtopic.php?p=45580#p45580
but I personally think that supporting numeric string operations is not needed
I copied the test from viewtopic.php?p=45580#p45580
but I personally think that supporting numeric string operations is not needed
- Dec 10, 2020 19:04
- Forum: General
- Topic: Compile times
- Replies: 23
- Views: 658
Re: Compile times
timing compile times is not so simple, it could take over a second the first time but subsequent times take but a fraction of a second, even if you make some small change to the source code