The compiler makes several warnings about "Unsafe type", which slows the build process
in comparison to previous versions of Delphi. This is a result of the .NET support in
Delphi 7.0 and .NET's strictness on so called unsafe pointers.
These warnings may be ignored as your application will still
behave as normal during runtime.