Previous Topic: RuntimesNext Topic: 64-bit C Blockmode and Server Support


Visual Studio 2012

When a generated application is built with Visual Studio 2012, the following path needs to be prepended to the PATH environment variable in order to use the correct CA Gen runtime dynamic link libraries:

%GENxx%Gen\VS110

The following command must be used to set the PATH environment variable:

PATH=%GENxx%Gen\VS110;%PATH%

Prepending the PATH environment variable as shown only needs to be done in the current command window when invoking an application that has been built with the Visual Studio 2012 compiler. Do not make this modification to the PATH system environment variable.