Prevent Delphi Version Compiler Warnings between Delphi 2007 and Delphi 2010 by adding
unit uMain;
{$WARN SYMBOL_PLATFORM OFF}
{$WARN UNIT_PLATFORM OFF}
to each unit in the application where necessary
Advertisement
December 23, 2009 by williamwmiller
Prevent Delphi Version Compiler Warnings between Delphi 2007 and Delphi 2010 by adding
unit uMain;
{$WARN SYMBOL_PLATFORM OFF}
{$WARN UNIT_PLATFORM OFF}
to each unit in the application where necessary