Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Platform dependent messages

Status
Not open for further replies.

sggaunt

Programmer
Jul 4, 2001
8,620
GB
This is related to my Upgrade from 3/4 to 7
In 7 I get several messages like this one

[Warning] update.pas(31): Unit 'ShellCtrls' is specific to a platform.

The help is a bit vauge, are they talking about variantions of Windows, Win9X, XP/2000 or does it mean none windows operating systems Linux, MAC etc.
The example I gave, the Shell List and Tree components mean a large reduction in (my) code for some applications.





Steve: Delphi a feersum engin indeed.
 
they mean WIN32(delphi) versus linux(Kylix)

--------------------------------------
What You See Is What You Get
 
you can disable the platform warning message in the compiler options of your project

--------------------------------------
What You See Is What You Get
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top