thank you very much CaptainCPS-X. how can I compile version for non unicode Win9x?
I'm sorry for my poor English
there are 3 makefiles in the main source directory, "makefile", "makefile.mingw" and "makefile.vc", you must open with notepad the first one "makefile" and look for this:
UNICODE = 1
then change that line to ...
#UNICODE = 1
...after doing that, save the "makefile", delete the old 'obj' directory to make sure everything goes fine and compile FBA again ^^
You will have a final '
fbaa.exe', that's the ANSI (non-unicode) build

SeeYaa!