Search code examples
freepascallazarus

How to solve this error: Undefined symbol


I'm trying to do a simple thing that requires a new package. I write my code basically following a tutorial online, just two things to understand how it works. But when I try to compile it, Lazarus show me this error:

Error: Undefined symbol: RESSTR_$FPWEB_$$_START$indirect

I suppose it's because I have to rebuilt Lazarus. If so, how do I rebuild it? And if it's because of another thing, can anybody help me? I'm pretty new with Lazarus.

image


Solution

  • I solved this error! The error was some error during the installation of the package. I just delete it and reinstalled and I solved it.