Recent

Author Topic: Error: Undefined symbol: CONTROLS_TGRAPHICCONTROL_$__UPDATE  (Read 5015 times)

luk2009

  • Jr. Member
  • **
  • Posts: 51
I tried to compile this project. Originally made ​​in lazarus oldest version. Can anyone tell me what it means.

Working with Lazarus 1.08 for windows

thanks

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Error: Undefined symbol: CONTROLS_TGRAPHICCONTROL_$__UPDATE
« Reply #1 on: June 23, 2013, 05:17:44 am »
probably a mix of old and new units. Try clean and build LCL.

luk2009

  • Jr. Member
  • **
  • Posts: 51
Re: Error: Undefined symbol: CONTROLS_TGRAPHICCONTROL_$__UPDATE
« Reply #2 on: June 23, 2013, 06:14:24 am »
thank Leledumbo but still the same error.

Code: [Select]
program plazmante;

{$mode objfpc}{$H+}

uses
  {$IFDEF UNIX}{$IFDEF UseCThreads}
  cthreads,
  {$ENDIF}{$ENDIF}
  Interfaces, // this includes the LCL widgetset
  Forms, UDMmantenimiento, zcomponent, UFRMmantenimiento,
  Ufrmnocierre, ZVDateTimeCtrls, ufrmmultiplesalarmas,
  Ufrmturno,Graphics,Ufrmservicios,Ufrmnotaoperador, ufrmbalance;



{$R *.res}

begin
  Application.Initialize;
  Application.CreateForm(TDMmantenimiento, DMmantenimiento);
  Application.CreateForm(TForm1, Form1);
  Application.Run;
end.
       

luk2009

  • Jr. Member
  • **
  • Posts: 51
Re: Error: Undefined symbol: CONTROLS_TGRAPHICCONTROL_$__UPDATE
« Reply #3 on: June 23, 2013, 06:20:16 am »
this is the other part of the error:

Quote
plazmante.pas(22,1) Error: Undefined symbol: CONTROLS_TCONTROL_$__CONSTRAINEDRESIZE$TCONSTRAINTSIZE$TCONSTRAINTSIZE$TCONSTRAINTSIZE$TCONSTRAINTSIZE


Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Error: Undefined symbol: CONTROLS_TGRAPHICCONTROL_$__UPDATE
« Reply #4 on: June 23, 2013, 06:50:49 am »
Perhaps that doesn't work. Search all .ppu and .o inside lazarus folder (with the exception everything under fpc folder) and remove them. Try recompiling again.

luk2009

  • Jr. Member
  • **
  • Posts: 51
Re: Error: Undefined symbol: CONTROLS_TGRAPHICCONTROL_$__UPDATE
« Reply #5 on: June 23, 2013, 07:23:13 am »
thanks again, but the problem remains

Leledumbo

  • Hero Member
  • *****
  • Posts: 8757
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Error: Undefined symbol: CONTROLS_TGRAPHICCONTROL_$__UPDATE
« Reply #6 on: June 23, 2013, 12:18:12 pm »
OK, now that's weird. Linking error should never happen in normal case (no external library linking, no mixed version of units). Could you try with 1.0.10? And try a clean reinstall if the problem still persists.

 

TinyPortal © 2005-2018