Skip to content

[Pascal Warning] W1002 Symbol 'Win32Check' is specific to a platform #2

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. Build any project for profiling (Shift + F9)

What is the expected output? What do you see instead?
No warning. 
But now Delphi give warning at every build.

What version of the product are you using? On what operating system?
GpProfile2011 v1.3.5 with XP and delphi 2006

Please provide any additional information below.

The fix is just to add the next two line on the top op gpprof.pas
{$WARN SYMBOL_PLATFORM OFF}
{$WARN SYMBOL_DEPRECATED OFF}

Original issue reported on code.google.com by [email protected] on 13 Oct 2011 at 3:49

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions