developer.webplus.com
Web+ Developer
Custom Tags
List of custom tags
Setting up APIs
Compiling tags
Installing tags

Compiling Web+ Custom Tags

On the Windows 95/98/NT/2000 platforms, Web+ custom tags are DLL files. On Unix platform, they are dynamic loading libary files (e. g. file_ name. so)

Compile Web+ custom tags on NT using MFC4.2 or above
Include webpapi. h in all your source files using Web+ APIs, create a Project Workspace of type MFC APP Wizard( dll) or Dynamic-Link Library, set the setting of the project to use Multithreaded runtime library.

Compile Web+ custom tags on Solaris or Linux
If you use GNU GCC compiler, we suggest you write your code in C. If you are sure that your compiler and linker support making dynamic library for C++ programs you can write the custom tags in C++. Please include webpapi. h in all your source files using Web+ APIs. Following is an example to compile a custom tag file:

-------------------------------
chkmail.so: chkmail.o
ld -G -o chkmail.so chkmail.o
chkmail.o: chkmail.cpp
gcc -c -x c chkmail.cpp
-------------------------------

Copyright © 2001 talentsoft Inc. All Rights Reserved.
webmaster@webplus.com