Knowledge Base Article
KB10548 - I am trying to compile a DK8 application under Delphi 7 but the compiler cannot find GisBaseObject.Dcu?
The problem is the path setup! Please check carefully:
1) Run Delphi
2) Select menu 'Tools'/'Environment options'
3) Select tab 'Library'
4) Select item 'Library path'
5) Ensure that following items are listed (order is important)
; ; C:\Program Files\TatukGIS\DK8\Source\D7
; ; C:\Program Files\TatukGIS\DK8\Source
If you are running another compiler (such as Delphi 5), you should look for the paths:
Delphi5: C:\Program Files\TatukGIS\DK8\Source\D5
Delphi6: C:\Program Files\TatukGIS\DK8\Source\D6
Delphi7: C:\Program Files\TatukGIS\DK8\Source\D7
C++ Builder5: C:\Program Files\TatukGIS\DK8\Source\BCB5
C++ Builder6: C:\Program Files\TatukGIS\DK8\Source\BCB6
Created: 2004-08-18, Modified: 2005-09-14
|