Zitat von Roland Turcan <[EMAIL PROTECTED]>: > Hello Mattias, > > MG> /usr/local/share/lazarus/lazbuild --build-ide="-va -dVerboseOFExecute" > > I have done all things you wrote me, but the result of compilation > didn't write any line written by WriteLn inside of IFDEFs. Maybe there > could be a bug during parsing of -d parameter and IFDEF sections were > not compiled into the code.
Or: FPC does not automatically recompile units if a -d option is given. You must add a -B (build all) yourself or clean up before build. For example: /usr/local/share/lazarus/lazbuild --build-ide="-dVerboseOFExecute -B" > Therefore I have commented IFDEFs out to > get them into lazbuild and the result is the following: > > Compiling ./unit/ResConf.pas > Assembling resconf > An unhandled exception occurred at $00148A20 : > TOutputFilter.Execute W1 > TOutputFilter.Execute W2 > EAccessViolation : Access violation > $00148A20 ok. So, it is somewhere in EndBufferingOutput. Can you add there some writelns and try again? >[...] Mattias _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal