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 Bugs

(FIXED) New C++ IW apps cannot be compiled

10/2/2009

Bug Description:

New C++Builder IW applications does not compiles due to an extra param in SetServerControllerClass and SetAsMainForm

Affected Browsers:

All

Workaround:

Remove the extra parameters.

void setServerController() {
  TIWServerController::SetServerControllerClass(
__classid(TIWServerController) );
}

remove __classid(TIWServerController)

void setAsMainForm() {
  TIWForm2::SetAsMainForm( __classid(TIWForm2) );
 }

remove __classid(TIWForm2)

Status: Fixed in 10.0.18

  Next Entry >>


Comments:

-- No Comments --

Post a comment