Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm using Delphi to create an ISAPI Extension. I I'm creating a COM object and the ISAPI freezes is there anything special that needs to be done?
Hi, It's important to Initialize COM library for each ISAPI thread. You should initialize COM libray in GetExtensionVersion entry-function and uninitialize it in TerminateExtension enty-function. Erik