PlatformInvoke Custom Samples ====== Samples Language Implementations =============================== These samples are available in the following language implementations: Visual Basic (all samples) C# (all samples) C++ (for lib) To build a sample using the command prompt: ============================================= 1. Open the Command Prompt window and navigate to the Technologies\Interop\PlatformInvoke\Custom\Unions directory. 2. Type msbuild [Solution Filename]. To build a sample using Visual Studio: ======================================= 1. Open Windows Explorer and navigate to the Technologies\Interop\PlatformInvoke\Custom\Unions directory. 2. Double-click the icon for the .sln (solution) file to open the file in Visual Studio. 3. In the Build menu, select Build Solution. The application will be built in the default \bin or \bin\Debug directory. To run a sample: ================= 1. Navigate to the directory that contains the new executable, using the command prompt or Windows Explorer. 2. Type [ExecutableFile] at the command line, or double-click the icon for [SampleExecutable] to launch it from Windows Explorer.