Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Service Development | Creating Client Code | Building a C/C++ Client | Files that Designer Generates for a C/C++ Client
 
Files that Designer Generates for a C/C++ Client
Designer generates the following files for a C/C++ client application.
CReadme.txt
A file that contains information and instructions for the C client code. Refer to this file for information about compiling, running, and deploying your C/C++ client application.
ServiceName.mak
A file that contains compiler settings for the C/C++ client. Be sure to update this file with the correct settings for your environment.
ServiceName.c
An example file that contains the C/C++ client code. It is not intended for use “as is” in custom applications.