Compile and link apidemo.exe or upddemo.exe using the version of Microsoft Visual Studio specified in the Technical Requirements document for the release of CA Gen that you are using. Open the command window in Administrator mode if you want to do the compile and link in place. Otherwise, copy the demo directory to another location where you have authorization to add, modify, and delete files. Change the directory to that directory where you copied the demo directory, and do your compile and link work there.
set INCLUDE=%Genxx%CSE\include;%INCLUDE% set LIB=%Genxx%CSE\lib;%LIB% cl -c -Gy -Zp1 -W4 -MD -EHsc -nologo apidemo.c link @apidemo.txt
Use apidemo2.txt to link the demo using the Encyclopedia API DLL. Compile upddemo.c and link using upddemo.txt or upddemo2.txt to build the workstation update demo programs. Use apidemom.txt or upddemom.txt to link apidemom.exe or upddemom.exe. You should look at these link control files to see how different combinations of libraries are used to produce Encyclopedia API programs that connect to CSE or HE and use static or dynamic link libraries.
|
Copyright © 2014 CA.
All rights reserved.
|
|