You are not logged in.
In Delphi 2007 (Version 11.0.2902.10471) IDE, I'm getting an IDE error when using relatively new (1 day old download of) synlog.pas from mORMot_and_Open_Source_friends_2015-06-16_112651_4986fea04f.
If I comment out the {$STACKFRAMES OFF} with '//', then it doesn't keep repeating '[Pascal Fatal Error] SynLog.pas(2745): F2084 Internal Error: AV06419F0F-W0000001C-1' in the build messages view.
Not sure if this causes issues I don't know about.
Offline
I just tried to compile with Delphi 2007, and no problem on my side.
But I only tested the command line compiler, not the full IDE.
Commenting out Stackframes off may not be an issue.
Offline
Yes, that's true. Sorry, I didn't state in my original post that it compiles fine. It's just the IDE gives that error and as a result some of the IDE assist features do not work so I had to figure out some sort of workaround or I'm stuck with a lot of asynchronous event driven code to debug and no help from the IDE. I will most likely forget to uncomment the line when compiling for test or live. I'm guessing if I moved that {$STACKFRAMES ON} section to the end of the unit just before the initialization section, it would be less of an issue.
Last edited by docme (2015-06-17 18:22:42)
Offline
Found it, installed it and seems the problem has gone. Thanks.
I see there are a bunch of IDE fixes there on Andy's website.
So I installed the others too. My c:\installs\fixesforDelphi directory is getting full.
Not sure now about the vclfixpack.pas whether it conflicts with syncommons.pas and whether it should go before or after it in uses clause.
Offline