Logtext - Documentation
Home - Download - Documentation - Forum - Bug Report - Contact - License Agreement - External Links
 
 
Example program on how to use the DLL logtext.dll - logtextexample
 
This example shows how to implement and call the library from an application.
 
 
 
 

logtextexample.c File Reference

#include <stdio.h>
#include "logtext.h"

Include dependency graph for logtextexample.c:

Go to the source code of this file.


Defines

#define APPNAME   "MyApplication"

Functions

int main (int argc, char *argv[], char *envp[])

Define Documentation

#define APPNAME   "MyApplication"

Definition at line 4 of file logtextexample.c.

Referenced by main().


Function Documentation

int main ( int  argc,
char *  argv[],
char *  envp[] 
)

Definition at line 22 of file logtextexample.c.

References APPNAME, LoadAndInitializeLogText(), and lpLogTextExQ.

Here is the call graph for this function:

 
 
 
 


Home - Download - Documentation - Forum - Bug Report - Contact - License Agreement - External Links