About/News
Screenshots
Documentation
Why WX.Net?
Roadmap
Release Notes
Building From Source
Tutorial
User Manual
Reference Doc.
WX.Build Doc.
wxWidgets
Download
Who's Who
SourceForge
The easiest way to run the samples is to use the Sample-Launcher that gets created in the top-level of both the install package as well as the source tree. Usage varies by operating system:
Linux
From KDE or Gnome, click/double click the Sample-Launcher.sh shell script. Or run the script directly from a shell.
MacOS X
Double click the Sample-Launcher shortcut from the Finder. You must launch all wx.NET apps from the Finder.
Windows
Double click Sample-Launcher.exe in the Explorer.
If you received a binary distribution of wx.NET, Mono will be used to run the samples on Linux and Mac. If you need to install Mono go to:
If you built wx.NET from source, the .NET runtime
you configured in Defs.in will be used (Mono or PNET).
Due to a bug in DotGNU Portable.NET, the Sample Launcher does not work there. Review the following section to run the samples directly.
You can also run a sample directly using one of the techniques outlined
below. All sample .exe assemblies are located in the "Bin" directory.
Linux
Use the script "wxnet-run" to
launch a sample. For example:
$ cd Bin $ ./wxnet-run launcher.exe
MacOS X
Use the Finder to open the MacBundles folder.
Then launch the appropriate sample. Launch the Mac Console
to see debugging information and errors.
Windows
Just double click the sample .exe in the Explorer.
The methods of launching the samples referenced
above use some simple techniques to ensure that the .NET runtime can
find wx.NET.dll and the shared library or libraries it
uses. If you are planning on developing with wx.NET you should read
more about this in Runtime Library Components.
If you find any other issues please contact us.
While most of the wxWidgets classes are available via wx.NET, only a fraction of the samples are. We recommend you compile and run the samples at least once. See the build instructions for details. We may make wxWidgets pre-built samples available in the future for those of you who have download a binary wx.NET package.
The following table summaries where the samples can be found. All pathnames
are relative to your wxWidgets source tree; for example, /usr/local/src/wxGTK-2.6.0.
samples
Linux & Mac: wxNet-Build/samples
Windows: samples/sample-name/vc_msw
contrib/samples/stc
Linux & Mac: wxNet-Build/contrib/samples/stc
Windows: contrib/samples/stc/vc_msw
Last changed on $Date: 2005年05月17日 18:47:50 $ by $Author: t9mike $ • Original Author: Michael S. Muegel