Create the Visual Studio Solution

To create a new connector using Visual Studio, follow these steps:

  1. Create a new solution containing an empty Win32 DLL project. The project will contain the code for your connector.
  2. In the project properties, add the "include" path contained in the SDK to the list of Include Directories.
  3. Add a new source file to the project called, for example, connector.cpp.

You are now ready to start writing the connector.