*** Release Notes for FCE4XB Version 2.5 *** Added fceShortToByte and fceByteToShort functions. *** Release Notes for FCE4XB Version 2.4 *** Several new functions have been added: XfceGetLocalFList -- Gets list of local files in current directory. XfceGetLocalFSize -- Gets size of specified local file. *** Using the Xbase Debugger ALTD with FCE. In order to use the Xbase debugger along with FCE, break up FCE32.CH into two parts, one with just the #defines (call it FCE32-1.CH) and one with the function declarations (call it FCE32-2.CH). Put FCE32-2.CH as your first INCLUDE and FCE32-2.CH at the end of your file. *** Release Notes for FCE4XB Version 2.3 *** FCE4XB requires that you pass a "key code" (32-bit integer) as the second argument to fceAttach. Use 0 for the shareware version. For the registered version, you will be issued a key that matches your registered DLL's, placed in KEYCODE.CH in the APPS directory. Error code -74 (FCE_BAD_KEY_CODE) is returned if the wrong key code is passed. [END]