Unix
[Previous] [Main] [Next]

 
To compile an html++ application, create a makefile or a project file for your compiler. Be sure to specify the correct location of the libhtmlpp.a library file and the html++ include files.  
 
You can also invoke the compiler from a command-line as below (GNU C++ on BSDI Unix):  
 
g++ yourapp.cpp /usr/local/dcmicro/htmlpp/lib/libhtmlpp.a  
     -I/usr/local/dcmicro/htmlpp/include -o yourapp  
 
Be sure to #include the "htmlpp.h" header file in your source code.  
 


©1998 DC Micro Development. All rights reserved.
No portion of this document may be c opied or reproduced without expressed written consent.
html++ is a trademark of DC Micro Development.