Previous Topic: Workstation APINext Topic: Windows Encyclopedia API


Workstation API - Compile and Link

Compile and link apidemow.exe or upddemow.exe using the version of Microsoft Visual Studio specified in the Technical Requirements document for the release of CA Gen that you are using. Compile and link the programs in a Visual Studio command window. Open the command window in Administrator mode if you want to do the compile and link in place. Otherwise, copy the entire APIDemo directory to another location where you have authorization to add, modify, and delete files. Change the directory to that directory where you copied the APIDemo directory, and do your compile and link work there.

set INCLUDE=%INCLUDE%;%IEF%  
cl -c -Gy -Zp1 -W4 -MD -EHsc -nologo apidemo.c.
link @apidemow.txt

Use apidem2w.txt to link the demo using the workstation API DLL. Compile upddemo.c and link using upddemow.txt or upddem2w.txt to build the workstation update demo programs.