skip to main content
Embedding Server in C/C++ Applications
 

Embedding Server in C/C++ Applications

This document describes how the OpenAccess SDK Server can be embedded in a native C/C++ application.
The OpenAccess SDK Server can be run as a standalone process or it can be embedded into a C process. The embeddable version of the OpenAccess SDK Server is supplied as a shared library (oasoa.dll or liboasoa.so) with an API that a C program can use to start and stop the service. Code samples are provided for C environment. If your environment is not described in this document, then please contact Progress technical support to find out if we have additional information in a form of a knowledgebase article.
In this section: 
* C API
* Sample for Windows
* Sample for UNIX