William Levering wrote: > /build_goodies/General.c:60: warning: unused parameter > 'unusedCommentParameterRequiredForGenstrings' > /build_goodies/General.c:73: warning: unused parameter > 'unusedCommentParameterRequiredForGenstrings' > /build_goodies/FileHandling.c:670: warning: comparison between > signed and unsigned > /build_goodies/Index.c:252: warning: unused parameter 'context' > /build_goodies/EditFields.c:238: warning: unused parameter 'keyCode' > /build_goodies/EditFields.c:238: warning: unused parameter 'modifiers' These gcc warnings are from some new runtime code that FBtoC 1.0.4 includes in each translation. Fixed for 1.0.5, thanks. Note that the warnings occur only if you have turned on the 'More warnings' checkbox (in FBtoC's settings dialog). The button 'Reset all to defaults' turns the checkbox off (along with other advanced settings in the Compilation & Linking pane). When changing any setting in the dialog, hover the mouse over the item while you decide "Do I really want to change this?". Robert P.