On 3/8/16, silvioprog <[email protected]> wrote: > I got an AV in the CMem unit. To reproduce the problem just compile and run > this code below: > > === code === > > program project1; > > {$mode delphi} > > uses > Classes, SysUtils, cmem;
1. Shouldn't Cmem be the first unit in your program's uses clause? 2. Maybe http://bugs.freepascal.org/view.php?id=29759 Bart _______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
