The files for this demonstration are supplied with the product samples and two projects are installed by default in the %PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\PLI-VS\CICSDemo folder.
You need to build the Visual Studio solution for this demo in order to create the executables and the debug information needed for this demo:
This loads the CICS solution in Solution Explorer. The solution contains the three projects - CICS, CICS-Includes and Subroutines.
If you want to compile the application for 64-bit, ignore any instructions about changing the platforms of the solution and the projects to x86 and do not change the output folders from what they are configured in the sample projects. Also, you must import and use the 64-bit server supplied with this demonstration as described in the previous topic, Configure an Enterprise Server.
This opens the project's properties pages.
You can see that the build is set to produce the output files (check the Output Path field) in the bin\Debug\ subfolder in the project directory. The CICS and Macro preprocessors are enabled and various Compiler directives and options are set.
You can see that the build is set to produce the output files (check the Output Path field) in the bin\Debug\ subfolder in the project directory and see which Compiler directives and options are set.
To build the application: