How do I compile ISAPI filters and extensions?Out-of-process ISAPI:The table below gives some pointers as to how you should compile ISAPI filters. The important thing is that you compile code that is position independent, uses thread-safe libraries, and contains no unresolved symbols.
In-process ISAPI:The table below gives some pointers as to how you should compile ISAPIfilters. As this code is linked against the web server it is not necessary to be thread-safe. Care should be taken when linkingmultiple .o files to generate a single ISAPI - since the ISAPI isbasically a shared library then once an ISAPI extension has been loaded into the web server, any exported (i.e. global) symbols may bevisible to subsequently loaded ISAPI extensions. This depends on theoperating system.
Content Manager
[Administrator] 19 September 2005
|
Recently...
Other Resources
|

