[lazarus] CVS Update

Marc Weustink weus at quicknet.nl
Tue Dec 7 15:05:21 EST 1999


At 12:33 07-12-99 -0600, you wrote:
>Got further!!!.  I added the mwPasSyn1 back into mwEdit.  For those unaware,
>mwPasSyn1 is the syntax highlighter for mwedit.  Without it, the text is 
>just plain old text. 
>
>I added it back and found it crashed again in NULLPROC.  When I went into
>debug (DDD) I found that I got into the procedure but THIS = 0x0.
>Odd......then I noticed that when FProcTable was assigned to NullProc 
>it was assigned by doing this:
>
>FProcTable[I] := NullProc;
>
>This is the correct way of doing it, but it doesn't work for FPC.  
>I was surprised it compiled!!!!  

Hmm.. I cant see why. But isn't this introduced by the fact that we are
compileing in {$mode objfpc}.
I probably missed it, but why aren't we using {$mode delphi} ??

Marc







More information about the Lazarus mailing list