Recent

Author Topic: Error: Undefined symbol: FUNKCJE_FMTDBSTRA$SHORTSTRING$$SHORTSTRING  (Read 6019 times)

wht244

  • Jr. Member
  • **
  • Posts: 79
i have the following error when i try to compile my application:
spr.lpr(21,1) Error: Undefined symbol: FUNKCJE_FMTDBSTRA$SHORTSTRING$$SHORTSTRING
there was a function called "FmtDBStrA" in unit "funkcje.pas" of my project, but i removed it. the error message still appears despite of that.

is there any way to fix that?

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2673
Re: Error: Undefined symbol: FUNKCJE_FMTDBSTRA$SHORTSTRING$$SHORTSTRING
« Reply #1 on: March 02, 2011, 01:22:15 pm »
remove your funkcje.ppu to force recompilation of that unit.
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

wht244

  • Jr. Member
  • **
  • Posts: 79
Re: Error: Undefined symbol: FUNKCJE_FMTDBSTRA$SHORTSTRING$$SHORTSTRING
« Reply #2 on: March 02, 2011, 03:26:53 pm »
that helped :) thanks

wht244

  • Jr. Member
  • **
  • Posts: 79
Re: Error: Undefined symbol: FUNKCJE_FMTDBSTRA$SHORTSTRING$$SHORTSTRING
« Reply #3 on: June 26, 2011, 09:01:05 am »
sorry for refreshing the old topic, but problem has returned.

when i try to compile my application, i get the same errors. i deleted the file funkcje.ppu. after deletion - some errors disappeared, but 2 of them remained, and i have no means to compile my app.

now, i have no compiled funkcje.ppu and can't compile the program.

is there any way to solve this?

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Error: Undefined symbol: FUNKCJE_FMTDBSTRA$SHORTSTRING$$SHORTSTRING
« Reply #4 on: June 26, 2011, 09:08:28 am »
try compiling with -B, that would force the compiler to recompile all used units (if it can find the source code).

wht244

  • Jr. Member
  • **
  • Posts: 79
Re: Error: Undefined symbol: FUNKCJE_FMTDBSTRA$SHORTSTRING$$SHORTSTRING
« Reply #5 on: June 26, 2011, 10:51:32 am »
how to set that option? i don't see it in project options. using laz 0.9.30

Leledumbo

  • Hero Member
  • *****
  • Posts: 8835
  • Programming + Glam Metal + Tae Kwon Do = Me
Re: Error: Undefined symbol: FUNKCJE_FMTDBSTRA$SHORTSTRING$$SHORTSTRING
« Reply #6 on: June 26, 2011, 12:42:10 pm »
Set it other options tab

wht244

  • Jr. Member
  • **
  • Posts: 79
Re: Error: Undefined symbol: FUNKCJE_FMTDBSTRA$SHORTSTRING$$SHORTSTRING
« Reply #7 on: June 26, 2011, 03:02:45 pm »
that helped. thanks

 

TinyPortal © 2005-2018