Zoran: thank you. Just as a matter of interest, why is the FPC source code required to available?
Quote from: Paolo_R on June 28, 2011, 08:18:46 amZoran: thank you. Just as a matter of interest, why is the FPC source code required to available?I beleive that I read somewhere that it is only needed for code completition to work corectly in editor.
I beleive that I read somewhere that it is only needed for code completition to work corectly in editor.
It also helps those of us who like to take a peek at the source code.
AFAIK You'll have to rebuild Lazarus (or at least the LCL) before you can build any programs or you will get the "cannot find unit ..." error.(The ppu's you use need to be the same version as the compiler you use.)Bart