Samples

The %VISION_ROOT%\sample\cvl directory contains sample code you can use to learn CVL. See the section Programming Examples to learn how to use these programs.

The sample code provided with CVL has four build modes: Win32 Debug, x64 Debug, Win32 Release, and x64 Release. For all sample projects, Debug configuration will build using multibyte character set, while Release configuration will build using Unicode character set. To be able to build these sample projects, Microsoft Visual C++ must be installed. To build Debug configuration using Visual Studio 2013, the Visual C++ “MFC” multibyte character set support must be installed.

If “MFC” multibyte support is not present, you can build the samples in one of the Unicode modes (Win32 Release or x64 Release). To change the build mode of the solution, use the Configuration Manager.

See also Unicode and ANSI Mode Interoperability.