If you have Microsoft Visual C++ .NET installed you can start using csWMPI II II right away
by applying the following steps:
- Open the visualc\Hello_World folder
- Click on the file named Hello_World.vcproj (the Microsoft Developer Studio project).
- Run the application by pressing CTRL-F5 or go to "Project|Execute".
If you do not have Microsoft Visual C++ installed, you can still run the Hello World example by
double-clicking on the Hello_World.exe in the
visualc\Hello_World\Release folder.
SPECIAL NOTE FOR x86_64 SYSTEMS: Make sure that Visual C++ is configured to use the
compiler for 64-bit extended systems.
To run a csWMPI II II application, go to the directory in which you installed csWMPI II II, e.g.
/usr/local/csWMPI II2/csWMPI II2-2.4.1/examples/c/hello_world
and run the executable hello_world.
In case you want to edit one of the examples, it is recommended, and necessary unless you are root,
to copy the source to a different location, e.g. your home directory, before you modify it.
|