CSI's Unfair Advantage How-To Guide: How include the UA API into my Visual Studios project?
20060127

In my experience, the key to including the UA API to a Visual Studios project is to set the document type to be Single.  Other settings may work, but this document will show you show to proceed if you are using the Single document type.

1. Create a new project


2. Set the Applicaiton type to "Single document":



3. Now choose Project -> Add Class ...



4. Select the class "CSI's Unfair Advantage Library".



5. Choose to import the IAPI2 interface.


7. Put in code to instantiate the interface.


You should now be ready to try out the code provided in the demo projects.