Create the Visual Studio Solution
To create a new connector using Visual Studio, follow these steps:
- Create a new solution containing an empty Win32 DLL project. The project will contain the code for your connector.
- In the project properties, add the "include" path contained in the SDK to the list of Include Directories.
- Add a new source file to the project called, for example,
connector.cpp
.
You are now ready to start writing the connector.