Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / include / release notes.txt
diff --git a/research/transmission_spectroscopy/TOF/Win32++/include/release notes.txt b/research/transmission_spectroscopy/TOF/Win32++/include/release notes.txt
new file mode 100644 (file)
index 0000000..3109da4
--- /dev/null
@@ -0,0 +1,116 @@
+About Win32++\r
+-------------\r
+Win32++ is simple and easy to understand framework for developing Win32 \r
+applications using C++. It brings an object oriented approach to programming \r
+directly with the Win32 API. Each window created is a C++ class object capable \r
+of having its own window procedure for routing messages.\r
+\r
+Win32++ supports the following compilers and development environments:\r
+* Borland C++ Compiler 5.5\r
+* Borland Developer Studio 2006\r
+* Dev-C++\r
+* Microsoft Visual C++ Toolkit 2003\r
+* Microsoft Visual C++ 2005 Express Edition\r
+* Microsoft Visual C++ 2008 Express Edition\r
+* Microsoft Visual C++ 2010 Express Edition\r
+* Microsoft Visual Studio 6.0\r
+* Microsoft Visual Studio.net 2003\r
+* Microsoft Visual Studio.net 2005\r
+* Microsoft Visual Studio.net 2008\r
+* Microsoft Visual Studio.net 2010\r
+* MinGW compiler\r
+\r
+Win32++ supports the following operating systems\r
+* Windows 95\r
+* Windows 98\r
+* Windows ME\r
+* Windows NT 4\r
+* Windows 2000\r
+* Windows XP   (32bit and 64bit)\r
+* Windows 2003 Server (32bit and 64bit)\r
+* Windows Vista        (32bit and 64bit)\r
+* Windows 2008 Server (32bit and 64bit)\r
+* Windows 7 (32 bit and 64 bit)\r
+* Windows CE from WCE400 (Windows mobile 2003) to WCE600 (Windows mobile 6)\r
+\r
+\r
+Features\r
+--------\r
+Win32++ code has the following features\r
+ * Object Orientated\r
+ * Subclassing support\r
+ * Notification reflection and message reflection\r
+ * Unicode compliant, with multilingual support\r
+ * Multi-threaded support.\r
+ * Tracing\r
+ * 64 bit support\r
+ * Windows 7 ribbon support\r
+ * Themes support\r
+ * Network support (including IP version 6)\r
+ * Docking windows\r
+ * Tabbed MDIs  \r
+\r
+Frames produced by Win32++ include the following:\r
+ * Rebar\r
+ * Menubar\r
+ * Toolbar\r
+ * Status bar\r
+ * Tool tips\r
+\r
+About the file downloads\r
+------------------------\r
+The file download from Sourceforge includes the following:\r
+ * The Win32++ library itself\r
+ * Help for the library\r
+ * A set of tutorials\r
+ * A collection of sample applications\r
+\r
+The sample applications include:\r
+ * Browser - An Internet browser application with an event sink.\r
+ * Dialog - An example of a simple dialog application.\r
+ * DialogDemo - An interative dialog application demonstrating slider controls and progress bars.\r
+ * DialogResizing - An example of a resizable dialog.\r
+ * DialogTab - A dialog application with a tab control.\r
+ * DirectX - A simple DirectX application.\r
+ * DLL - Shows how to run Win32++ from within a DLL\r
+ * Dock - An example of a simple docking application.\r
+ * DockContainer - An example of a docking application which incorporates containers.\r
+ * DockTabbedMDI - An example of a docking application with containers and a tabbed MDI.\r
+ * Explorer - A Windows Explorer-like application.\r
+ * FastGDI - An application which demonstrates direct manipulation of a bitmap's colour.\r
+ * FormDemo - An example of a modeless dialog within a frame.\r
+ * Frame - A simple frame application.\r
+ * GDIPlus - Demonstrates how to use GDI+ with Win32++.\r
+ * MDIFrame - A simple MDI frame application.\r
+ * MDIFrameDemo - Demonstrates some additional features of MDI frames.\r
+ * MDIFrameSplitter - Demonstrates how to implement splitter windows in MDI Child windows. \r
+ * Networking - Demonstrates the use of networking.\r
+ * Notepad - A simple text editor with printing.\r
+ * Performance - Measures Win32++'s message handling speed.\r
+ * Picture - A simple picture rendering application.\r
+ * PropertySheets - A demonstration of property sheets.\r
+ * RibbonFrame - Demonstrates how to use the Windows 7 ribbon with a frame.\r
+ * RibbonSimple - Demonstrates how to use the Windwos 7 ribbon with a simple window.\r
+ * Scribble - A simple drawing application.\r
+ * Simple - Creates a simple window.\r
+ * Splitter - Demonstrates how to use dockers to create splitter windows.\r
+ * TabDemo - Demonstrates the use of a CTab control in a frame.\r
+ * TaskDialog - Demonstrates the use of task dialogs (available on Vista and above).\r
+ * Themes - Demonstrates how to customise the colours for rebar and toolbar controls.\r
+ * Threads - Demonstrates multi-threaded Windows.\r
+ * Tray - Demonstrates how to "minimise" an application to the system tray.  \r
+ * WinCE samples - A small collection of samples for Windows CE\r
+\r
+Getting Started\r
+---------------\r
+Each file download includes the project files for Dev-C++, CodeBlocks and the\r
+various compilers from Microsoft. CodeBlocks is an IDE (Integrated Development\r
+Environment) that supports GNU GCC, Borland Developer Studio 2006 and Microsoft\r
+C++ Toolkit 2003.\r
+\r
+You  can start with one of the sample programs, and add your code. Alternatively\r
+you can start with the projects and sample code provided in the "new projects" \r
+folder. \r
+\r
+For additional information on getting started, refer to the help included\r
+in the documentation.
\ No newline at end of file

UCC git Repository :: git.ucc.asn.au