MSVC Procedure
NOTE: You must set the RWSF_HOME environment variable in your system variables before starting MSVC.
1. Double-click on the MSVC solution file, basicExample.sln.
2. You have a choice of building only the generated classes, or of building the classes and compiling the example:
To build only the generated classes, select the
po project and build it.
To also compile the example, select the
po solution and build that.
To run the example from within MSVC, first make sure that the sample executable po_main is the active project, then:
in MSVC, press
CTRL-F5 or select Debug|!Start without debugging