acbarbosa1964 / rawflickr

Automatically exported from code.google.com/p/rawflickr
Other
0 stars 0 forks source link

[Minor] - Warnings under D7 #16

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi.
Delphi 7 shows the following warnings:

[Warning] StringsExt.pas(547): Symbol 'RaiseLastWin32Error' is deprecated
[Warning] StringsExt.pas(561): Symbol 'RaiseLastWin32Error' is deprecated
[Warning] RawFlickr.pas(350): Property declaration references ancestor
private 'TRESTApi.FSignAll'

Original issue reported on code.google.com by CubicDes...@gmail.com on 20 Sep 2009 at 3:50

GoogleCodeExporter commented 9 years ago
First two issues solved with 'RaiseLastOSError'.

Original comment by CubicDes...@gmail.com on 20 Sep 2009 at 3:53

GoogleCodeExporter commented 9 years ago
for the 3rd warning:

Change the child to refer to either a protected member of the base class or a
protected member of the child class. 

Original comment by CubicDes...@gmail.com on 20 Sep 2009 at 3:59