Home page  
Help >
ddlCompileAIMem() - Compile AI from symbolic memory image
Version 7.11
ddlCompileAIMem() - Compile AI from symbolic memory image
ddlCompileAIMem() - Compile AI from symbolic memory image

Prototype:
   void ddlCompileAIMem(
      CONTROL *ctl,
      char *OptnStr,
      char *ArgList,
      char *AiImage);


Permitted values in OptnStr: NA

Form of ArgList:
      <target-pathname>
            <target-pathname> is the full path where the AI is to be created; plus the name of the AI.

Description of Parameter AiImage:
char *AiImage is a memory block that contains the ascii image of a symbolic Application Interface (AI). Each line of ascii text is terminated by "\r\n".

Description:
ddlCompileAIMem() is similar to ddlCompileAI() with the exceptions:
   1) The symbolic AI definition is contained in a memory block, rather than in a file;
   2) <target-pathname> does not specify the name of an existing file;
   3) The AI is not recompiled automatically whenever the DBD is recompiled;

Copyright © 2019 , WhamTech, Inc.  All rights reserved. This document is provided for information purposes only and the contents hereof are subject to change without notice. Names may be trademarks of their respective owners.