Subject | Need a compiler switch in IB_Directives.inc for 4.9.x versions |
---|---|
Author | Andreas Hesse |
Post date | 2009-08-29T16:46:40Z |
Hello Jason,
to differ to older versions of IBO we need a compiler-switch in
IB_Directives.inc, because of the new file IB_Access.
I would suggest:
{$DEFINE IBO_49_OR_GREATER} // Detection of move to IBO 4.9.x
Needed for example other packages or for test projects.
--
Andreas
to differ to older versions of IBO we need a compiler-switch in
IB_Directives.inc, because of the new file IB_Access.
I would suggest:
{$DEFINE IBO_49_OR_GREATER} // Detection of move to IBO 4.9.x
Needed for example other packages or for test projects.
--
Andreas