This sample demonstrates a very simple program that uses the Tk wrapper classes.
This sample requires that Tcl/Tk be installed on your computer in order to function. The sample references the sharedsourcecli.tk.dll wrapper assembly to draw a dialog box with a single button.
The sample source is found in sscli\samples\pigui\hello.
The source file is:
The build output location is %TARGETCOMPLUS%\samples\pigui\hello. The output file is an executable assembly named pighello.exe.
All samples are built from the buildall script.
You can also build all the
samples by switching to the root of the sample directory, sscli\samples, and typing
build -c.
You can build this specific sample by switching to the sample directory and typing
build -c.
These steps require that the Shared Source CLI (SSCLI) be already built and functional.
clix pighello.exe
Copyright (c) 2002 Microsoft Corporation. All rights reserved.