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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

O/S based optimizations

Status
Not open for further replies.

schu

MIS
Jun 21, 2001
188
HK
I have been using Delphi 4 for a couple of years now (started on delphi 3), mainly on 95/98 platform.

It has just occurred to me that I have not been concerned about platform of processor optimizations. I always use the optimize setting on the project options.

what I want to know is that:
1. With different O/S such as 98/ME/NT/2000 the microsoft libraries are different and optimized to that OS, does this affect the compiled exe of Delphi code.
2. Will compiling on the specific platform e.g. Win2000 produce a more optimized and stable version for Win 2000.
3. Is there any settings, either as compile or linking options, specifically designed for different OS and processors?
4. Should I include any code changes for different O/S and processors.

BTW, All my programs seem to work on 95/98/NT/2000 with no apparent problems by seem buggy in ME. (There are BDE problems on NT and shared database problems, but this is a BDE problem not a code generation problem).


Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top