image image Home   About   Downloads   Support   Links   Contact  
image

IntraWeb
» Feature Matrix
» What's new in IntraWeb
» Blog
» Downloads
» Test Releases
» IntraWeb for Free

Resources
» Atozed Purchase Point
» IntraWeb Demos
» Documentation
» Bundled Key Request
» FAQ
» Articles
» Books
» Support
» Archived Versions

What others say
» Case Studies
» Magazine Reviews
» User Quotes






Copyright
2002 - 2012
Atozed Computer
Software Ltd.

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

C++ in CDS 2007 issues

7/19/2008

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 >>



Comments:

-- No Comments --

Post a comment