Search found 869 matches
- Mar 05, 2021 13:14
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
- Replies: 743
- Views: 155194
Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.7 May 31, 2020)
you can try VisualFreebasic ide。 This software has been developed for more than 6 years. It is completely free and does not charge money. I hope VB6 fans can continue to support VB syntax. Vfb IDE【Visual Freebasic】Like vb6,vb7,Update2021-2-23 - freebasic.net Please do not litter this WinFBE thread ...
- Mar 05, 2021 13:12
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
- Replies: 743
- Views: 155194
Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
This IDE doesn't work on Windows XP. Just tried. The Chinese's IDE does work, though. Of course it doesn't. This is clearly specified on the WinFBE GitHub page. Developers should not be using Windows XP anyway because it is a deprecated operating system. Please discuss the Chinese's IDE elsewhere o...
- Jan 27, 2021 15:33
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
- Replies: 743
- Views: 155194
Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
@PaulSquires: I was pretty sure I had a PlanetSquires forum login, but I can't find any info to what that might have been. If I don't have an account, could I request one? Hi, I don't see an account under the name Imortis but I can certainly add a new account. Just send me an email to support@plane...
- Nov 20, 2020 0:37
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
- Replies: 743
- Views: 155194
Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.7 May 31, 2020)
Version 2.1.8 (November 19, 2020) Editor: - Polish language file provided by Waldemar Pajak. - Updated Italian language file provided by Massimiliano. - For/Next loop variables were sometimes not being correctly identified when that option was enabled in Editor Options. - Multiline comment blocks in...
- Oct 10, 2020 12:59
- Forum: General
- Topic: problem adding -rr to command line
- Replies: 14
- Views: 1253
Re: problem adding -rr to command line
For me, the command with the perfect syntax would be: X:\PSS121\FB\WinFBE_Suite-Editor\FreeBASIC-1.07.1-gcc-8.4\fbc32.exe -m "X:\PSS121\FB\WinFBE\src\WinFBE" "X:\PSS121\FB\WinFBE\src\WinFBE.bas" "X:\PSS121\FB\WinFBE\src\WinFBE.rc" -v -s console -x "X:\PSS121\FB\Wi...
- Oct 10, 2020 11:24
- Forum: General
- Topic: problem adding -rr to command line
- Replies: 14
- Views: 1253
Re: problem adding -rr to command line
Hi fxm, I am trying to resolve this problem. From my tests, it appears that the compile will fail if I try to specify a PATH in addition to the module name for the -m parameter. Here are some examples based on compiling the WinFBE source code itself. For example, X:\PSS121\FB\WinFBE_Suite-Editor\Fre...
- Sep 06, 2020 11:10
- Forum: Beginners
- Topic: Select Case expressions
- Replies: 7
- Views: 543
Re: Select Case expressions
How about this (basically, do nothing if the values are 10, 32, 46) Select Case bfilptr[i] Case 48 To 64 : bfilptr[i] -= 6 Case 35 : bfilptr[i] = 59 Case 65 : bfilptr[i] = 32 Case 66 : bfilptr[i] = 63 Case Is > 98 : bfilptr[i] -= 5 Case 10, 32, 46 Case Else bfilptr[i] -= 9 End Select
Re: winfbe
WinFBE is open source.
Feel free to add all the accessibility to it that you wish just respect the GPL license.
Feel free to add all the accessibility to it that you wish just respect the GPL license.
- Jul 24, 2020 22:42
- Forum: General
- Topic: problem adding -rr to command line
- Replies: 14
- Views: 1253
Re: problem adding -rr to command line
Thanks for the reports. I have logged this problem and will fix for the next update.
- Jul 23, 2020 11:45
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
- Replies: 743
- Views: 155194
Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.7 May 31, 2020)
hello i'm new to this forum & was wondering since i'm using winfbe v2.17 is this the right place to ask a question on how to figure out certain code within a gui form? i'm trying to figure many things out. i tried reviewing the wiki & F1 onboard manual to winfbe.... unfortunately i could no...
- Jun 26, 2020 13:20
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
- Replies: 743
- Views: 155194
Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.7 May 31, 2020)
I have enabled AutoIndention and enabled append loop variable to For/Next statement I type in the following 2 lines Sub alpha for row as long = 0 to Rows-1 and then enter an Enter key. I get the following Sub alpha for row as long = 0 to Rows-1 next No variable on next statement I have this fixed a...
- Jun 26, 2020 13:10
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
- Replies: 743
- Views: 155194
Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.7 May 31, 2020)
I would like to know if you have any plans in the future to allow additional headers in the Explorer window beside the standard 5. Having almost 400 routines on that list makes it a little difficult to use. If I could add several user-defined headers then I could put all the files for specific subp...
- Jun 19, 2020 14:00
- Forum: Projects
- Topic: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.8 November 19, 2020)
- Replies: 743
- Views: 155194
Re: WinFBE Editor and FreeBASIC Compiler (All-in-One Package) (V2.1.7 May 31, 2020)
Hi Wally, thanks for your posts and observations. I have recorded them and will look at them for the next update(s). With regards to the misalignments of the If/Else statements, it is most likely due to the nesting of multiple If/Then structures and the editor not being smart enough to know which in...
- Jun 03, 2020 10:29
- Forum: General
- Topic: File generation and writing, very slow
- Replies: 5
- Views: 522
Re: File generation and writing, very slow
Write the data in chunks (say, 4096 bytes) rather than one integer at a time. The overhead from all those PUT calls is slowing down the process.
- May 31, 2020 21:44
- Forum: Projects
- Topic: Vfb IDE【Visual Freebasic】Like vb6,vb7,Update2021-2-23
- Replies: 96
- Views: 8381
Re: New IDE:vfb(Visual Freebasic)Like vb6,vb7(Update 2020-04-30)
You may be right about that. Hopefully it is all original.