[windev] 64 bit ISAPI filter
Mark McGinty
mmcginty at dbunwired.com
Wed May 13 13:23:26 GMT 2009
Greets,
I'm trying to build an ISAPI filter DLL for x64. Interestingly [and
annoyingly] VS2005 does not offer ISAPI filter as a wizard-supported project
type -- ISAPI extension: yes, filter: no. VS6, otoh, does provide a wizard
for ISAPI filter projects, so I figured what the hell, create with VS6
wizard and migrate the project to VS2005.
Both project creation and migration went off without any visible hitches,
aside from the fact that my DLL refuses to load into IIS. As a consequence,
debugging it seems problematic -- I've read the MSDN stuff, and followed
directions accordingly, but it does not trap at my break points.
I've commented-out all functionality besides its wizard-generated init
stuff, so I'm assuming it's not *my* code that's the fundamental problem...
sadly, shallow consolation there...
I guess I need to investigate the 64-bitness of the class that ISAPI filters
derive from... but I was hoping to get lucky here first. :-) Anyone happen
to know what the deal is?
-Mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.windev.org/pipermail/windev/attachments/20090513/00ee0e2a/attachment.htm
More information about the Windev
mailing list