I am a Visual C++ programmer, mostly worked with USB/Serial communications and some HTTPS through OpenSSL. I am required to update an old VS 2003 project to VS 2010, but I have learned after some Googling that ISAPI was removed from MFC class wizard and they now supply an SDK . Does anyone know where to learn this ? I actually made searches on the internet but I was not luck to find a proper one. Thanks in advance!

有帮助吗?

解决方案

You don't need MFC to build an ISAPI extension. Here is a very nice tutorial how to do it just with WinAPI: What is an ISAPI Extension?

其他提示

This is a workaround to building MFC ISAPI projects in VS2008, but it should work in VS2010 also - http://blogs.msdn.com/b/jpsanders/archive/2007/12/10/chttpserver-not-included-in-visual-studio-2008.aspx

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top