************************* * DLL Enhancements 1.09 * ************************* CommandLine: It's now even easier to maker smaller launchers. I've put a CommandLine Handler into the DLLs. You can still do it the old way if you want to but to get the DLL to do the work for you ... RQ_ExecuteFile (Filename, 0, -1) RQ_ExecuteMemory (MemoryPtr, MemorySize, 0, -1) Icons: As long the main icon of your Launcher is named MAINICON it will now be inherited by GUI apps. ************************ * LIB/DLL Patches 1.07 * ************************ END SUB memory leak fixed END FUNCTION memory leak fixed EXIT SUB memory leak fixed EXIT FUNCTION memory leak fixed CURSOR crSize fixed QOpenDialog made Sizeable QSaveDialog made Sizeable & OverwritePrompt RIGHT$ made > 32K STRING$ made > 32K and a lot faster SPACE$ made a lot faster BIN$/HEX$ fixed for unsigned 32 bit CONVBASE$ made case-insensitive and accurate to 63 bits positive, 32 bits negative. Also accepts base signifiers in input string e.g CONVBASE$("&HFFffFFff" , 16, 10) or CONVBASE$("ffffFFFFh", 16, 10) will produce exactly the same results as CONVBASE$("FFFFFFFF", 16, 10). QListView.OnColumnClick fixed QListView.ColumnsCount fixed QFileStream.LineCount fixed QMemoryStream.LineCount fixed ************************* * COMPILER Patches 1.02 * ************************* QTabControl.DelTabs fixed MID$($,I) made > 32K n.b MID$($,I,J) was always O.K