- Linux MultiMedia Studio Computer Accessories User Manual
Mint v4 PC Programming Guide
14
MN1278 05.2001
Figure 3-3: Visual C++ 6.0 Project Settings (step 8)
9. Rebuild the project. Precomp.cpp should now be the first file to build. This causes the pre-compiled header
file to be built. All the other files will now use this pre-compiled header as opposed to having to re-compile
all the header files each time.
3.1.3 A Visual C++ 6.0 Tutorial
This section will guide you through creating a Visual C application. The application will contain one button
which will toggle the state of the enable output for axis 0. Note that the axis must already be configured as servo
(use the Mint WorkBench to do this).