User`s guide

Setting up a Build Environment on Windows Systems
2-7
Recompiling with New Versions of the Image Acquisition Toolbox Software
After you have created an adaptor, you generally only need to recompile it for use with
new major versions of the Image Acquisition Toolbox software. Adaptor writers should
recompile when a major update is released, such as Image Acquisition Toolbox Version
4.0. If your adaptor works in one version but not in the new version of the toolbox, try
recompiling and relinking to see if that resolves the issue.
Minor updates of the toolbox generally do not include changes to the adaptor kit, so
adaptor writers generally will not need to recompile their adaptors.
Adding the Adaptor Kit Project to Your Solution
When you create a project, Microsoft Visual C++ automatically creates a solution that
contains your project. As a convenience, while you are developing your adaptor, you
might want to add the adaptor kit project to your solution to make it easier to refer
to adaptor kit files. Adding the adaptor kit project to your solution does not affect the
compilation or linkage of your adaptor DLL.
To add the adaptor kit project to your solution, go to the File > Add > Existing Project
menu. In the Add Existing Project dialog box, open the following project file,
matlabroot\toolbox\imaq\imaqadaptors\kit\imaqadaptorkit.vcxproj