Search found 82 matches

by McLovin
Jun 09, 2010 13:02
Forum: Community Discussion
Topic: FreeBASIC Looks Dead
Replies: 117
Views: 27606

"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 eas...
by McLovin
Jun 07, 2010 1:10
Forum: Community Discussion
Topic: FreeBASIC Looks Dead
Replies: 117
Views: 27606

I'll have a complete visual designer (100% winapi based) ready for the community very soon. Very similar to Visual Basic. I really hope that once it's out that it will make creating Windows based applications much easier.

I would also like to see a new official FB release.
by McLovin
May 13, 2010 11:31
Forum: Windows
Topic: Many Windows Open at Same Time...a challenge!
Replies: 18
Views: 4598

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...
by McLovin
May 03, 2010 18:25
Forum: Windows
Topic: UAC
Replies: 9
Views: 2374

Further to what Zippy has said, here is what I use in my manifests: <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> <security> <requestedPrivileges> <requestedExecutionLevel level="asInvoker" uiAccess="false" /> </requestedPrivileges> </security> </trustInfo>
by McLovin
Apr 29, 2010 14:30
Forum: Windows
Topic: Windows 7 opinion?
Replies: 45
Views: 15919

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 ha...
by McLovin
Apr 26, 2010 20:50
Forum: Windows
Topic: Windows 7 opinion?
Replies: 45
Views: 15919

Windows 7 is leaps and bounds better/stable than Vista. Very happy happy that I upgraded.
by McLovin
Feb 10, 2010 15:15
Forum: Community Discussion
Topic: Some general remarks on FreeBasic
Replies: 45
Views: 14639

@McLovin That's not true. I've already delivered some contributions to FreeBasic (see some of my previous postings, e.g. bindings & examples for a PDF library, a plotting library and a glade converter for FreeBasic). ..... //haegar Yes, right you are. Sorry about that haegartheroot - I apologiz...
by McLovin
Feb 07, 2010 18:11
Forum: Community Discussion
Topic: Some general remarks on FreeBasic
Replies: 45
Views: 14639

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...
by McLovin
Jan 22, 2010 18:14
Forum: General
Topic: How to convert this C code?
Replies: 4
Views: 1448

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...
by McLovin
Jan 22, 2010 15:05
Forum: General
Topic: How to convert this C code?
Replies: 4
Views: 1448

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:

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?
by McLovin
Jan 15, 2010 0:24
Forum: Community Discussion
Topic: Is FreeBasic still continued to develop?
Replies: 139
Views: 44229

I hope so!!!
by McLovin
Jan 09, 2010 14:38
Forum: Projects
Topic: FreeBASIC version BYACC (compiler compiler)
Replies: 9
Views: 4595

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...
by McLovin
Jan 06, 2010 0:37
Forum: General
Topic: JellyFB Editor 2.50 for FreeBASIC (Windows)
Replies: 2
Views: 2005

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...
by McLovin
Jan 04, 2010 0:53
Forum: Projects
Topic: FB debugger : 3.02 32/64 BIT WDS/LNX..... (2023/07/05)
Replies: 762
Views: 300260

Hi SARG, Thanks for the new version. I will try it out more tomorrow when I have more time. In the meantime, I think that maybe you can modify your resource file to eliminate the hard coded paths to the images. Try the following: 1 ICON "fbdebugger.ico" 1000 BITMAP DISCARDABLE "./butt...
by McLovin
Jan 03, 2010 0:27
Forum: Windows
Topic: Scintilla based editor- margins ?
Replies: 14
Views: 4661

When I checked out CB I learned that he also wrote Emergence Basic... also gone. I heard that he had another "Aurora" (a C like language) that he sold off for $1500.