c++builder2010的IntraWeb工程不能运行解决思路

c++builder2010的IntraWeb工程不能运行今天刚刚安装了2010,就建立一个空IntraWeb工程,运行的时候提示:[BCC

c++builder2010的IntraWeb工程不能运行
今天刚刚安装了2010,就建立一个空IntraWeb工程,运行的时候提示:
[BCC32 Error] ServerController.cpp(27): E2227 Extra parameter in call to _fastcall TIWServerControllerBase::SetServerControllerClass()
  Full parser context
  ServerController.cpp(26): parsing: void setServerController()

不知道这个是什么错误,不知道各位有没有这个问题,如果有哪位知道这是什么原因,请赐教!谢谢!

[解决办法]
模板问题,有两个地方会报这种错误,把函数里的参数去掉就可以。