Can't build project due to OracleVisual

David Keith

Member²
Delphi XE
DOA 4.1

Since I added some DOA stuff including the global SessionPool,
a TOracleSession and a TOracleQuery, all created at runtime, and set the NONVISUAL compiler directive, I can no longer build my project. I keep getting this error:

[DCC Error] OracleVisual.pas(75): E2011 Low bound exceeds high bound

Here's the offending line:

TColor = $80000000..$7FFFFFFF;

My project is an ISAPI dll being loaded by IIS 7.5. I've simply added the DOA source path to my project/options/search path and attempted to compile.

Can you please advise?

Thanks.

DK
 
Back
Top