Migration C++;建筑商XE can';t成功地从BCB6转换项目

Migration C++;建筑商XE can';t成功地从BCB6转换项目,migration,c++builder,projects-and-solutions,c++builder-6,c++builder-xe,Migration,C++builder,Projects And Solutions,C++builder 6,C++builder Xe,我尝试将旧的BCB6项目转换为C++ Builder XE项目。开发环境的版本如下: AccCad Eng+C++ Builder XE版本 第一步是创建空白的新项目(文件->新-VCL表单应用程序-C++ Builder)。之后,我将所有文件和旧项目中的所有表单添加到项目中,并删除了自动创建的空白表单。第二步是在必要时将AnsiString对象转换为UnicodeString对象。然后我试着建立这个项目。编译阶段运行时没有出现错误。但我现在遇到了链接器错误(在BCB6中,一切正常): 如何解

我尝试将旧的BCB6项目转换为C++ Builder XE项目。开发环境的版本如下:

AccCad Eng+C++ Builder XE版本

第一步是创建空白的新项目(文件->新-VCL表单应用程序-C++ Builder)。之后,我将所有文件和旧项目中的所有表单添加到项目中,并删除了自动创建的空白表单。第二步是在必要时将AnsiString对象转换为UnicodeString对象。然后我试着建立这个项目。编译阶段运行时没有出现错误。但我现在遇到了链接器错误(在BCB6中,一切正常):


如何解决这些错误?是我做错了什么吗?TBACK是BCB6和C++ Builder XE中的标准组件。

< P>我在项目中打开了所有的窗体。右键单击它们并选中菜单项“文本DFM”。现在,构建成功完成。这真的很神奇,我无法理解

c:\program files\embarcadero\rad studio\8.0\Bin\CodeGear.Cpp.Targets(2341,5): error : Error: Unresolved external 'Chart::TChart::' referenced from C:\TEMP\WSCS\DEBUG\WIN32\LNG.OBJ
c:\program files\embarcadero\rad studio\8.0\Bin\CodeGear.Cpp.Targets(2341,5): error : Error: Unresolved external '__fastcall Teengine::TChartAxisTitle::SetCaption(const System::UnicodeString)' referenced from C:\TEMP\WSCS\DEBUG\WIN32\F_LOADPOINT_DETAILS.OBJ
c:\program files\embarcadero\rad studio\8.0\Bin\CodeGear.Cpp.Targets(2341,5): error : Error: Unresolved external '__fastcall Teengine::TCustomAxisPanel::GetSeries(int)' referenced from C:\TEMP\WSCS\DEBUG\WIN32\F_LOADPOINT_DETAILS.OBJ
c:\program files\embarcadero\rad studio\8.0\Bin\CodeGear.Cpp.Targets(2341,5): error : Error: Unresolved external '__fastcall Teengine::TChartSeries::SetVertAxis(const Teengine::TVertAxis)' referenced from C:\TEMP\WSCS\DEBUG\WIN32\F_LOADPOINT_DETAILS.OBJ
c:\program files\embarcadero\rad studio\8.0\Bin\CodeGear.Cpp.Targets(2341,5): error : Error: Unresolved external '__fastcall Teeprocs::TCustomTeePanelExtended::SetAllowZoom(bool)' referenced from C:\TEMP\WSCS\DEBUG\WIN32\F_LOADPOINT_DETAILS.OBJ
c:\program files\embarcadero\rad studio\8.0\Bin\CodeGear.Cpp.Targets(2341,5): error : Error: Unresolved external '__fastcall Teengine::TChartAxis::SetMaximum(const const double)' referenced from C:\TEMP\WSCS\DEBUG\WIN32\F_LOADPOINT_DETAILS.OBJ
c:\program files\embarcadero\rad studio\8.0\Bin\CodeGear.Cpp.Targets(2341,5): error : Error: Unresolved external '__fastcall Teengine::TChartAxis::SetMinimum(const const double)' referenced from C:\TEMP\WSCS\DEBUG\WIN32\F_LOADPOINT_DETAILS.OBJ
c:\program files\embarcadero\rad studio\8.0\Bin\CodeGear.Cpp.Targets(2341,5): error : Error: Unresolved external '__fastcall Teengine::TChartAxis::SetLogarithmic(bool)' referenced from C:\TEMP\WSCS\DEBUG\WIN32\F_LOADPOINT_DETAILS.OBJ
c:\program files\embarcadero\rad studio\8.0\Bin\CodeGear.Cpp.Targets(2341,5): error : Error: Unresolved external '__fastcall Teengine::TChartAxis::SetAutomatic(bool)' referenced from C:\TEMP\WSCS\DEBUG\WIN32\F_LOADPOINT_DETAILS.OBJ
c:\program files\embarcadero\rad studio\8.0\Bin\CodeGear.Cpp.Targets(2341,5): error : Error: Unresolved external '__fastcall Teengine::TChartAxis::SetDesiredIncrement(const const double)' referenced from C:\TEMP\WSCS\DEBUG\WIN32\F_LOADPOINT_DETAILS.OBJ