| View previous topic :: View next topic |
| Author |
Message |
Armando Luiz Dettmer Guest
|
Posted: Sun May 13, 2007 4:09 am Post subject: VER directive for DELPHI 2007 |
|
|
Hi !
As a lot of people, I'm trying D2007.
My BIG trouble install version dependant components. Since D2006
version compiler directive is VER180 I tried VER190 for D2007 but the
compiler still try to compile the VER180 sections ignoring every VER190
section.
So, I ask:
What is the right version directive for D2007 ?
The help didn't help if you look into the section:
ms-help://borland.bds5/devcommon/delphicompdirectiveslist_xml.html
you read this, only this:
This section lists the Delphi compiler directives that may be used with
Delphi 2007 for Win32.
TIA |
|
| Back to top |
|
 |
Kevin B Guest
|
Posted: Sun May 13, 2007 4:48 am Post subject: Re: VER directive for DELPHI 2007 |
|
|
Armando Luiz Dettmer wrote:
| Quote: | So, I ask:
What is the right version directive for D2007 ?
|
Delphi Wiki to the rescue (if it is correct- I don't have D2007 to try
this...)
http://delphi.wikia.com/wiki/Borland_Compiler_Conditional_Defines
It is VER185
Cheers,
Kevin. |
|
| Back to top |
|
 |
Armando Luiz Dettmer Guest
|
Posted: Sun May 13, 2007 4:58 am Post subject: Re: VER directive for DELPHI 2007 |
|
|
Thanks Dave, now I know what to do... |
|
| Back to top |
|
 |
Armando Luiz Dettmer Guest
|
Posted: Sun May 13, 2007 4:58 am Post subject: Re: VER directive for DELPHI 2007 |
|
|
Kevin B wrote:
Ummmm, I'll add this URL to my bookmark list  |
|
| Back to top |
|
 |
Dave Nottage [TeamB] Guest
|
Posted: Sun May 13, 2007 5:00 am Post subject: Re: VER directive for DELPHI 2007 |
|
|
Armando Luiz Dettmer wrote:
| Quote: | As a lot of people, I'm trying D2007.
My BIG trouble install version dependant components. Since D2006
version compiler directive is VER180 I tried VER190 for D2007 but the
compiler still try to compile the VER180 sections ignoring every
VER190 section.
So, I ask:
What is the right version directive for D2007 ?
|
VER180 is defined, as D2007 is meant to be a non-breaking release,
however VER185 is also defined specifically for D2007.
--
Dave Nottage [TeamB] |
|
| Back to top |
|
 |
|