Re: Delphi 5 to 7 conversion issues
From: Rob Kennedy (me3_at_privacy.net)
Date: 04/04/04
- Next message: Kenneth Payne: "OLE Automation: Generating a Footer"
- Previous message: Anton Feiertag: "Newsgroup question"
- In reply to: Mark Shapiro: "Delphi 5 to 7 conversion issues"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 04 Apr 2004 04:53:32 -0500
Mark Shapiro wrote:
> I'm converting an application from Delphi 5 to Delphi 7 and have
> encountered compiler warnings for the following:
Did the help file tell you anything about those warnings? Did Google?
Those are warnings to help you prepare your code for .Net, which does
not allow most pointer operations. If you're not interested in .Net
right now, then you can disable those warnings. You can use the $WARN
compiler directive, or I think there are some check boxes in the Project
Options dialog box.
-- Rob
- Next message: Kenneth Payne: "OLE Automation: Generating a Footer"
- Previous message: Anton Feiertag: "Newsgroup question"
- In reply to: Mark Shapiro: "Delphi 5 to 7 conversion issues"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|