CVL Libraries for Visual C++ .NET 2012, 2013, and 2015

CVL libraries intended for use with Visual C++ .NET 2012 have “11” appended to their names, in addition to the Unicode and debugging letters described in the previous section.

In the same way, CVL libraries intended for use with Visual C++ .NET 2013 have “12” appended to their names and CVL libraries intended for use with Visual C++ .NET 2015 have “14” appended to their names, in addition to the Unicode and debugging letters.

For example, the DLL that supports image acquisition with Visual C++ .NET 2013 is named cogacq12.dll and the one for Visual C++ .NET 2015 is named cogacq14.dll (cogacq12_x64.dll and cogacq14_x64.dll in the case of a 64-bit system, respectively).

The tables below show the names of the ANSI, Unicode, debug, and release versions of DLLs that support image acquisition for Visual C++ .NET 2012, Visual C++ .NET 2013, and Visual C++ .NET 2015. Other CVL DLLs follow the same naming convention.

Executables and DLLs for both development environments are located in the %VISION_ROOT%\bin\win32\cvl directory (and in the %VISION_ROOT%\bin\win64\cvl directory in the case of a 64-bit system).

Libraries are located in the %VISION_ROOT%\lib\win32\cvl directory (and in the %VISION_ROOT%\lib\win64\cvl directory in the case of a 64-bit system).

Example file names of CVL DLLs (32-bit)

DLL Type

Visual C++.NET 2012

Visual C++.NET 2013

Visual C++.NET 2015

ANSI release version

cogacq11.dll

cogacq12.dll

cogacq14.dll

ANSI debug version

cogacq11d.dll

cogacq12d.dll

cogacq14d.dll

Unicode release version

cogacq11u.dll

cogacq12u.dll

cogacq14u.dll

Unicode debug version

cogacq11ud.dll

cogacq12ud.dll

cogacq14ud.dll

 

Example file names of CVL DLLs (64-bit)

DLL Type

Visual C++.NET 2012

Visual C++.NET 2013

Visual C++.NET 2015

ANSI release version

cogacq11_x64.dll

cogacq12_x64.dll

cogacq14_x64.dll

ANSI debug version

cogacq11_x64d.dll

cogacq12_x64d.dll

cogacq14_x64d.dll

Unicode release version

cogacq11_x64u.dll

cogacq12_x64u.dll

cogacq14_x64u.dll

Unicode debug version

cogacq11_x64ud.dll

cogacq12_x64ud.dll

cogacq14_x64ud.dll

See also Upgrading Visual C++ 6.0 Projects to .NET.