BCB 2007 IntraWeb ISAPI Application
Posted by Olaf Monien in Delphi, Development, IntraWeb, tags: CodeGear, Delphi, IntraWeb, ServerControllerIn BCB 2007 the IntraWeb application wizard fails to create one file. This article provides an ISAPI application template project which you can use to start off your C++ Builder IntraWeb applications.
We have just noticed, that the “VCL for the Web Application Wizard” fails to create an important file if you chose Application Type “ISAPI”.
Interestingly, if you create a new “WebBroker” ISAPI application (i.e. using CodeGear’s wizard ), that project will miss the same file. We did not look yet what the exact reason for this is, but for now just use the template project provided below as starting point for ISAPI IntraWeb applications.
Note: Only C++ Builder 2007 is affected. Do not download the file above if you are a Delphi 2007 user.
As sidenote, it appears that importing old C++ IntraWeb ISAPI projects from BDS2006 into BCB 2007 does not work smoothly either. The application type somehow gets mixed up. The result looks like a library project (as expected), but the linker apparently treats it as executable, resulting in errors. My current advice is to start from the template above too, and then add your forms, servercontroller and usersession files from your old project.





Entries (RSS)