Compiling an RPC Plugin

To compile an RPC plugin, you must specify appropriate settings for your compiler.

  1. Specify that the compiler should generate a shared object file (.so) or a .DLL file.
  2. Ensure the list of "include" directories includes the directory that holds c8_http_client.h. This could be either the directory in which Sybase CEP originally supplied this file (server\sdk\c\examples) or a separate directory that you have created and to which you have copied the file.