image image Home About Products Downloads Support Links Contact
image

IntraWeb
» News
» Blog
» General features
» Why IntraWeb?
» How does IW Work?

Bundled Users
» Delphi 7 Users 
» Delphi 2005 Users
» BDS 2006 Users
» Delphi 2007 Users

Technical info
» Why IntraWeb?
» Comparison with
   Other Web Tools

Resources
» Getting Started
» Documentation
» Articles
» Books
» Third Parties
» Tutorials
» Training

What others say
» Case Studies
» Companies using IW
» Demos
» Magazine Reviews
» User Quotes

Miscellaneous
» Just for Fun

Registered Users
» Bug System
» Login





Copyright
2002 - 2008
Atozed Computer
Software Ltd.

image
Buy Online   Download Support  FAQ Questions
Atozed Home  »  IntraWeb  »  IntraWeb Blog

C++ in CDS 2007 issues

Recently I reported about some issues with the 9.0.42 install and C++ Builder 6 as well as workarounds. Now its C++ CDS 2007's turn. Again, they have easy workarounds, but we will be fixing this in a future build as well.

I used a new virtual machine with CDS 2007 installed, but with out IntraWeb. I then installed IntraWeb 9.0.42. Finally I selected new project, IntraWeb, and standalone.

IWMain.hpp

IWMain.hpp cannot be found.

Workaround:
In project options, edit the include path and add:
C:\Program Files\IntraWeb 9.0\LibBDS5

InStack.hpp

The linker will complain about two instances of an IP6 declaration.

Workaround:
Remove both lines.

IWLicenseKey.obj

The linker will complain about IWLicenseKey.obj not found.

Workaround:
Add C:\Program Files\IntraWeb 9.0\LibBDS5\IWLicenseKey.pas to your project.

Success

After performing these three steps, my IntraWeb application ran properly. We will of course be addressing this in a future release.

IWUserSessionBase.hpp

If you are using a UserSession, you will also find this unit is missing. Add this IWUserSession.hpp in the include path. Finally after this it will complain about a few other missing obj or hpp files. Just add each of the corresponding .pas files to your application and it will build.

<< Previous Entry  Next Entry >>




CodeGear - Where Developers Matter