Author Topic: FreeBasic Resources  (Read 5578 times)

0 Members and 1 Guest are viewing this topic.

Offline rdc

  • Pentium
  • *****
  • Posts: 1495
  • Karma: 140
  • Yes, it is me.
    • View Profile
    • Clark Productions
FreeBasic Resources
« on: March 20, 2007 »
Here are a list of FreeBasic resources for those who are learning and/or using FreeBasic. Please update if I missed any.

FreeBasic Compiler/Tools Websites

Main FreeBasic Website
Official FreeBasic Forum
SourceForge Page
FreshMeat Page
Daily CVS Build
FBIde Homepage
FBEdit Thread Editor written in FB for FB.
FBEdit Forums Forum for FBEdit
PasPad The editor I use for FreeBasic.
Crimson Editor Another good freeware editor.

Magazines

PCopy Ascii World magazine with a lot of FB content.
QB Express Magazine Has a number of FB tutorials.

Tutorials/Documentation

FreeBasic Wiki Current documentation wiki.
DBF Tutorials
Relsoft's Tutorials Written for QuickBasic, but the principles can be transferred to FB.
Virtual Ink
FreeBasic GPWiki
Beginner's Guide to FreeBasic Preview of a Beginner's Guide book on FB.

FreeBasic Related

Ascii World Site dedicated to Ascii development. Mostly FB users.
FreeBasic Report
Game Design Novice Forum Centered around building games using various languages, including FreeBasic.
FreeBasic Demo Central
FB Games List
« Last Edit: March 21, 2007 by rdc »

Offline Hotshot

  • DBF Aficionado
  • ******
  • Posts: 2114
  • Karma: 91
    • View Profile
Re: FreeBasic Resources
« Reply #1 on: March 20, 2007 »
That lots of resource here ....that is good things for everyone(including newbie like me)

cheers  :updance:

Offline Clyde

  • A Little Fuzzy Wuzzy
  • DBF Aficionado
  • ******
  • Posts: 7271
  • Karma: 71
    • View Profile
Re: FreeBasic Resources
« Reply #2 on: March 20, 2007 »
Proper stuff RDC, and welldeserved Karma ++.

Nice one,
Clyde.
Still Putting The IT Into Gravy
If Only I Knew Then What I Know Now.

Challenge Trophies Won:

Offline rdc

  • Pentium
  • *****
  • Posts: 1495
  • Karma: 140
  • Yes, it is me.
    • View Profile
    • Clark Productions
Re: FreeBasic Resources
« Reply #3 on: March 21, 2007 »
Added forum link for FBEdit.

Offline Clyde

  • A Little Fuzzy Wuzzy
  • DBF Aficionado
  • ******
  • Posts: 7271
  • Karma: 71
    • View Profile
Re: FreeBasic Resources
« Reply #4 on: March 27, 2007 »
PasPad does look and sound very interesting.
Still Putting The IT Into Gravy
If Only I Knew Then What I Know Now.

Challenge Trophies Won:

Offline rdc

  • Pentium
  • *****
  • Posts: 1495
  • Karma: 140
  • Yes, it is me.
    • View Profile
    • Clark Productions
Re: FreeBasic Resources
« Reply #5 on: March 27, 2007 »
PsPad is my main editor. It has a ton of features and some you don't see in other editors (like recording macros), it is updated regularly and it is free. It works quite well with FB.

Offline Clyde

  • A Little Fuzzy Wuzzy
  • DBF Aficionado
  • ******
  • Posts: 7271
  • Karma: 71
    • View Profile
Re: FreeBasic Resources
« Reply #6 on: March 27, 2007 »
From the first fireup, it looks similar to FBIDE. But with alot more stuff! 8)
Still Putting The IT Into Gravy
If Only I Knew Then What I Know Now.

Challenge Trophies Won:

Offline rdc

  • Pentium
  • *****
  • Posts: 1495
  • Karma: 140
  • Yes, it is me.
    • View Profile
    • Clark Productions
Re: FreeBasic Resources
« Reply #7 on: March 27, 2007 »
Here is a PsPad syntax file for FB. Put this in the syntax folder of the PsPad installation.

To set up for FB:

1. Select Settings->Highlighter settings from the main menu.
2. Select one of the Not Assigned entries.
3. Change the colors if you want.
4. Select the Specification tab.
4.1 Filter Name: Will be set when you select highlighter
4.2 Help File: Select chm file if you have it.
4.3 File Masks: *.bas, *.bi (and any others you want).
4.4 User Highlighters: Select FreeBasic from list.
5. Select the external applications tab.
5.1 Select an external app if you like. I have my Ascii Table prog selected here.
6. Select compiler tab.
6.1 Compiler: select fbc.exe file from your FB installation.
6.2 Parameters: Basic parm is %File%. You can then add any other parms as needed, such as -s gui -exx, etc. My basic parm list is: %File% -exx when building a prog and then %File% when creating a distro.
6.3 I also check Capture Program Output Window so I can see the compiler messages.
7. Click on OK and restart the program to load the syntax file.

I think I have all the current commands in he syntax file, but I may have missed any of the recent ones added to the CVS. You can add new items to the syntax file by selecting Settings->User Highlighter and load the FreeBasic.ini file. You can then add new keywords to the list and change the settings and then hit Save to update the file.





Offline Clyde

  • A Little Fuzzy Wuzzy
  • DBF Aficionado
  • ******
  • Posts: 7271
  • Karma: 71
    • View Profile
Re: FreeBasic Resources
« Reply #8 on: March 27, 2007 »
Cheers Dude :)
Still Putting The IT Into Gravy
If Only I Knew Then What I Know Now.

Challenge Trophies Won: