Search found 82 matches
- Jun 09, 2010 13:02
- Forum: Community Discussion
- Topic: FreeBASIC Looks Dead
- Replies: 117
- Views: 21497
"Very similar to Visual Basic" I like the way VB (and Jabaco), when you double click the widget, creates a sub and puts the cursor right where you need to be coding for that widget or event. Make it do that and I'll use it for sure. Visual C# does the same thing and it makes life very easy. This is...
- Jun 07, 2010 1:10
- Forum: Community Discussion
- Topic: FreeBASIC Looks Dead
- Replies: 117
- Views: 21497
- May 13, 2010 11:31
- Forum: Windows
- Topic: Many Windows Open at Same Time...a challenge!
- Replies: 18
- Views: 3228
The best place to save your data would be in WM_DESTROY just prior to your PostQuitMessage. You could also have put it in WM_NCDESTROY. Some people put cleanup code immediately following the main message loop but that is usually frowned upon especially if you are interacting with GUI elements that m...
- Apr 29, 2010 14:30
- Forum: Windows
- Topic: Windows 7 opinion?
- Replies: 45
- Views: 12956
marcov, I agree totally that Win7 is really only an improved Vista. On my machine the stability is much improved over Vista and it doesn't seem as "sluggish". Maybe I just want to believe that Win7 is better and I have convinced myself of that because Vista was horrible on my machine. I have to say ...
- Apr 26, 2010 20:50
- Forum: Windows
- Topic: Windows 7 opinion?
- Replies: 45
- Views: 12956
- Feb 10, 2010 15:15
- Forum: Community Discussion
- Topic: Some general remarks on FreeBasic
- Replies: 45
- Views: 11468
- Feb 07, 2010 18:11
- Forum: Community Discussion
- Topic: Some general remarks on FreeBasic
- Replies: 45
- Views: 11468
Sounds like yet another lazy person wanting someone else to do all of the work. Don't just talk about any shortcomings, put some effort into changing the situation. This is open source and requires a bit of effort from everyone to keep it current. These doom and gloom posts about the demise of FB ar...
- Jan 22, 2010 18:14
- Forum: General
- Topic: How to convert this C code?
- Replies: 4
- Views: 1057
Thansk mathwizard44 and stylin, really appreciate the answers. However, some C code uses structs like the above in such a way as to have a variable-length array field, where the elements themselves are located in the same memory allocated for the struct itself stylin - I think that you're spot on wi...
- Jan 22, 2010 15:05
- Forum: General
- Topic: How to convert this C code?
- Replies: 4
- Views: 1057
How to convert this C code?
i have been converting some C code and i am not 100% sure how to handle code like the following:
How is the "items[1]" converted to FB? Is it an array of 1 or 2 short values?
Code: Select all
struct mystruct
{
short items[1];
};
How is the "items[1]" converted to FB? Is it an array of 1 or 2 short values?
- Jan 15, 2010 0:24
- Forum: Community Discussion
- Topic: Is FreeBasic still continued to develop?
- Replies: 139
- Views: 36530
- Jan 09, 2010 14:38
- Forum: Projects
- Topic: FreeBASIC version BYACC (compiler compiler)
- Replies: 9
- Views: 3651
OMG AGS, I am working on a very similar project! Over Christmas I was porting LEMON parser to FB but got to the stage of building the tables and then I got a little lost in the C code. I am keeping most of the LEMON port but I am now combining it with BYacc code to create the tables. The resulting g...
- Jan 06, 2010 0:37
- Forum: General
- Topic: JellyFB Editor 2.50 for FreeBASIC (Windows)
- Replies: 2
- Views: 1430
JellyFB Editor 2.50 for FreeBASIC (Windows)
A new version of the JellyFB Editor is available from the PlanetSquires website. The download link is available on this page: http://www.planetsquires.com/jellyfishpro_freebasic.htm This version does a better job of dealing with the compiler's output and displaying compiler errors. It also creates a...
- Jan 04, 2010 0:53
- Forum: Projects
- Topic: FB debugger : 2.98.1 32/64 BIT ..... (2021/01/30)
- Replies: 676
- Views: 187663
- Jan 03, 2010 0:27
- Forum: Windows
- Topic: Scintilla based editor- margins ?
- Replies: 14
- Views: 3917