*************************************************************************
Snakedile Libs V1.11
Update RapidQ Libs and DLLs
Previous updates V1.10 by Paul Ludgate
This update by Midiprog2000
Date: January 20, 2014
*************************************************************************

What's new:

- Dirtree patch Snakedile: removes ToolTips
- Tabcontrol made XP-style (Common-Controls 6.0.0.0 and later)
- Added minimal manifest file to all libs
- Replaced default icon to make it visible when the latest libs are used
- Packed with UPX 3.40w -LZMA
- Icon pointer fix (with fixed IconPTRScript !)

*************************************************************************

Already patched in Snakedile version 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

*************************************************************************

Method:
Starting with the Snakedile libs and DLL's version 1.07, which have a lot 
of issues already fixed (see list above), I've applied:
- the Dirtree patch, 
- the Tabcontrol XP style patch
- added a manifest resource in the libs (compile and have a themed GUI immediately)
- and also changed the default icon so it becomes easy to see if the latest libs are used.
Remark: The higher snakedile releases contain only a DLL 
CommandLine enhancement v1.09 and a new DLL rapidqex.dll v1.10. (included)

1 - Unpacked the libs V1.07 (UPX)
2 - Ran Snakedile QDirTree Patcher (32/CC.dll, 32/CC.lib)
3 - Applied Tabcontrol fix (32/cc.dll, 32/cc.lib, 2/2c.lib, 3/3c.lib)
4 - Replaced default application icon (all lib files)
5 - Added minimal manifest file (all lib files)
6 - Packed the libs level -LZMA (UPX version 3.40)
7 - Ran FixIconPTR to fix the pointer to the main icon (all libs)
