Files
yallie 9fa3874800 Added the contents of the archive.
Moved the original file to the archive subfolder.
2017-11-20 16:11:42 +03:00

88 lines
1.8 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>PIGUI Hello Sample</title>
<link rel="stylesheet" type="text/css" href="../../../docs/rotor.css">
</head>
<body>
<h1>PIGUI Hello Sample</h1>
<h2>Sample Overview</h2>
<p>This sample demonstrates a very simple program that uses the Tk wrapper
classes.&nbsp; </p>
<p>This sample requires that Tcl/Tk be installed on your computer in order to
function.&nbsp; The sample references the sharedsourcecli.tk.dll wrapper
assembly to draw a dialog box with a single button.</p>
<h2>Sample Source and Build Output Locations</h2>
<p>The sample source is found in sscli\samples\pigui\hello.&nbsp; </p>
<p>The source file is:</p>
<ul class="none">
<li><a href="helloworld.cs">helloworld.cs</a></li>
</ul>
<p>The build output location is %TARGETCOMPLUS%\samples\pigui\hello.&nbsp; The
output file is an executable assembly named pighello.exe.</p>
<h2>Building the Sample</h2>
<p>All samples are built from the buildall script.&nbsp; </p>
<p>You can also build all the
samples by switching to the root of the sample directory, sscli\samples, and typing
<code>build -c</code>.</p>
<p>You can build this specific sample by switching to the sample directory and typing
<code>build -c</code>.</p>
<h2>Running the Sample</h2>
<p>These steps require that the Shared Source CLI (SSCLI) be already built and
functional.</p>
<ol>
<li>Run env.bat or source the env.csh or env.sh script files, depending on
your platform.</li>
<li>Switch to the %TARGETCOMPLUS%\samples\pigui directory.</li>
<li>Type the following command:<blockquote>
<p>clix pighello.exe</p>
</blockquote>
</li>
</ol>
<hr>
<p><i>Copyright (c) 2002 Microsoft Corporation. All rights reserved.</i></p>
</body>
</html>