Ostatnio zrobiłem sobie update C++Builder XE na C++Builder XE 2. Mam problem taki, że na XE projekt kompilował się bez zająknięcia, a na XE2 mam błędy linkera. Nie bardzo wiem jak sobie poradzić z tym problemem, więc za wszelakie sugestie będę wdzięczny.

[ILINK32 Error] Error: Unresolved external '__fastcall Sysutils::Exception::~Exception()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA1.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TApplication::Initialize()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA1.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TApplication::SetMainFormOnTaskBar(const const bool)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA1.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TApplication::SetTitle(const System::UnicodeString)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA1.OBJ
[ILINK32 Error] Error: Unresolved external '__tpdsc__ Forms::TForm' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external 'Forms::TForm::' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Classes::TComponent::SafeCallException(System::TObject *, void *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::AfterConstruction()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::BeforeDestruction()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::DefaultHandler(void *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::~TCustomForm()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\DODAWANIE_WEZLA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TScrollingWinControl::~TScrollingWinControl()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\DODAWANIE_WEZLA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::~TWinControl()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\DODAWANIE_WEZLA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TControl::~TControl()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\DODAWANIE_WEZLA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Classes::TComponent::~TComponent()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\DODAWANIE_WEZLA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Classes::TPersistent::~TPersistent()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\DODAWANIE_WEZLA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::AssignTo(Classes::TPersistent *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::DefineProperties(Classes::TFiler *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Classes::TPersistent::Assign(Classes::TPersistent *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::Loaded()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::Notification(Classes::TComponent *, Classes::TOperation)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::ReadState(Classes::TReader *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TControl::SetName(const System::UnicodeString)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Classes::TComponent::UpdateRegistry(bool, const System::UnicodeString, const System::UnicodeString)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::ValidateRename(Classes::TComponent *, const System::UnicodeString, const System::UnicodeString)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Classes::TComponent::WriteState(Classes::TWriter *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__stdcall Forms::TCustomForm::QueryInterface(_GUID&, void *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::TCustomForm(Classes::TComponent *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\DODAWANIE_WEZLA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Classes::TComponent::UpdateAction(Classes::TBasicAction *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::CanResize(int&, int&)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::CanAutoSize(int&, int&)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::ConstrainedResize(int&, int&, int&, int&)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TControl::CreateTouchManager()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TScrollingWinControl::DoGesture(Controls::TGestureEventInfo&, bool&)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TScrollingWinControl::DoGetGestureOptions(System::Set<Controls::TInteractiveGesture, 0, 4>&, System::Set<Controls::TInteractiveGestureOption, 0, 4>&)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TControl::GetAction()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::GetClientOrigin()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::GetClientRect()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::GetDeviceContext(HWND__ *&)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TControl::GetEnabled()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::GetFloating()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TControl::GetFloatingDockSiteClass()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::RequestAlign()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TControl::SetAutoSize(bool)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TControl::SetDragMode(Controls::TDragMode)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TControl::SetEnabled(bool)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::SetParent(Controls::TWinControl *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::SetParentBiDiMode(bool)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TControl::SetBiDiMode(Classes::TBiDiMode)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::WndProc(Messages::TMessage&)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TControl::GetDragImages()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TControl::InitiateAction()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::Invalidate()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::Repaint()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::SetBounds(int, int, int, int)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::Update()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TScrollingWinControl::AdjustClientRect(Types::TRect&)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::AlignControls(Controls::TControl *, Types::TRect&)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::CreateHandle()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::CreateParams(Controls::TCreateParams&)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::CreateWindowHandle(Controls::TCreateParams&)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::CreateWnd()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::CustomAlignInsertBefore(Controls::TControl *, Controls::TControl *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::CustomAlignPosition(Controls::TControl *, int&, int&, int&, int&, Types::TRect&, Controls::TAlignInfo&)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::DestroyHandle()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::DestroyWindowHandle()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::DestroyWnd()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::DockReplaceDockClient(Controls::TControl *, Controls::TWinControl *, Controls::TControl *, Controls::TAlign, Controls::TControl *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::GetControlExtents()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::PaintWindow(HDC__ *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::SetParentBackground(bool)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::SetParentDoubleBuffered(bool)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::ShowControl(Controls::TControl *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TWinControl::UpdateControlOriginalParentSize(Controls::TControl *, Types::TPoint&)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::SetFocus()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TScrollingWinControl::AutoScrollEnabled()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TScrollingWinControl::AutoScrollInView(Controls::TControl *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::Resizing(Forms::TWindowState)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::ClientWndProc(Messages::TMessage&)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::DoCreate()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::DoDestroy()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::UpdateActions()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::TCustomForm(Classes::TComponent *, int)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\DODAWANIE_WEZLA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::CloseQuery()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::SetFocusedControl(Controls::TWinControl *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::ShowModal()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TCustomForm::WantChildKey(Controls::TControl *, Messages::TMessage&)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Dialogs::ShowMessage(const System::UnicodeString)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Grids::TStringGrid::GetCells(int, int)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Sysutils::IntToStr(int)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Sysutils::FloatToStrF(long double, Sysutils::TFloatFormat, int, int)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Sysutils::StringReplace(const System::UnicodeString, const System::UnicodeString, const System::UnicodeString, System::Set<Sysutils::Sysutils__85, 0, 1>)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Strhlpr::UnicodeFromAnsi(System::UnicodeString&, System::AnsiStringT<65535>&)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TControl::SetText(const System::UnicodeString)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Grids::TStringGrid::SetCells(int, int, const System::UnicodeString)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Grids::TCustomGrid::SetColWidths(int, int)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TControl::SetVisible(bool)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Controls::TControl::GetText()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Sysutils::StrToFloat(const System::UnicodeString)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Sysutils::FloatToStr(long double)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Grids::TStringGrid::GetCols(int)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Grids::TCustomGrid::SetColCount(int)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external 'Stdctrls::TButton::' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external 'Grids::TStringGrid::' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external 'Stdctrls::TMemo::' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external 'Stdctrls::TGroupBox::' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external 'Stdctrls::TRadioButton::' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external 'Stdctrls::TLabel::' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external 'Stdctrls::TEdit::' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TApplication::CreateForm(System::TMetaClass *, void *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA1.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TApplication::Run()' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA1.OBJ
[ILINK32 Error] Error: Unresolved external 'Sysutils::Exception::' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA1.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Sysutils::Exception::Exception(const System::UnicodeString)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA1.OBJ
[ILINK32 Error] Error: Unresolved external 'Forms::Application' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA1.OBJ
[ILINK32 Error] Error: Unresolved external '__fastcall Forms::TApplication::ShowException(Sysutils::Exception *)' referenced from C:\USERS\CHO3EK\DESKTOP\INTERPOLACJA\RELEASE\WIN32\INTERPOLACJA1.OBJ
[ILINK32 Error] Error: Unable to perform link