Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / samples / DLL / Readme.txt
1 DLL Example\r
2 ===========\r
3 This project demonstrates how to run Win32++ from inside a DLL. \r
4 The MakeDLL project creates the DLL which exports one function called ShowDialog.\r
5 The TestDLL project creates a program which uses the DLL to display the dialog.\r
6 \r
7 Features demonstrated in this example\r
8 =====================================\r
9 * Running Win32++ from inside a DLL.\r
10 * Exporting functions from a DLL.\r
11 * Creating pointers to functions exported by a DLL.\r
12 * Using a DLL to display a dialog created by Win32++.\r
13 * Using TRACE within a DLL to send text to the Output window of the IDE.

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