The latest version of WinFBE 1.6.3 is now available. I have also included the first try at creating an all in one integrated editor/compiler/tool suite. It is attached to the release and is in the 50 MB range. It contains the latest WinFBE, latest FBC nightly build, latest WinFBX (Jose's Afx includes), User Tools, and Hep files. Everything is pre-configured so you "should be" able to simply download the archive, unzip it, and start either the 32 or 64 bit version of the editor, compile, and success.
Please let me know if it works okay and if there is anything else that should be included in the package.
https://github.com/PaulSquires/WinFBE/releases
Just had to do a quick re-upload of the suite rar file because I needed to change the compiler and help paths to be be relative paths. Compiling should now work no matter what user accessible folder you unzip the files to.
I re-uploaded again to add the GCC toolchain for 32-bit compiles. Normally, FB 32-bit compiles output using GAS (Assembler) but you can specify the -gcc compiler option to force FB to compile using the C compiler (GCC).
For FB 64-bit, you can only compile using GCC, there is no GAS (Assembler) option.