INSTALL
===========================================================================================================
WOctave is green software, just unzip the binary package to a specific folder, then lanuch the 'WOctave.exe'.
For the first time running WOctave, you must config the executable path of GNU Octave.
WOctave had been tested on window 7 x64 with GNU Octave 3.6.1/3.6.2

UNINSTALL
===========================================================================================================
Just simply delete all the files in the installation folder.

HOW TO BUILD
===========================================================================================================
This program is build with MS Visual C++ 2008 Express
The WTL 8.1 library & ATL header files / library is needed (available in Microsoft Platform SDK for Windows Server 2003)
You need to set the environment variables $WTL_PATH &MS_SDK_PATH for using of ATL/WTL library.
Make sure the helper script is located in the same folder with the woctave.exe.

CHANGE LIST
===========================================================================================================
Version 1.0 - Initial Build 
----------------------
Version 1.1
1. Change the 'getfields' function in help script to  'getfield' so that it can work without 'struct' package installed
2. Fixed a bug on folder modification time display
----------------------
Version 1.2
1. Now it is compatible with octave 3.6.2 MSVC build
2. Fixed a bug on rending texts with '%' char in the middle of strings	
----------------------
Version 1.2.1
1. Fixed a bug of select all items in variable viewer dialog
2. Change the reference of variables to absolute index when copy the varibles from variable viewer dialog
3. Fixed a bracket render effect issue of source file editor
----------------------
Version 1.2.2
1. Misc UI bug fixes
2. Fixed several bugs of the source file editor

