Source Code Compile Error

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
FredS
Posts: 272
Joined: Mon 10 Nov 2014 17:52

Source Code Compile Error

Post by FredS » Fri 12 Feb 2016 18:38

I got this when trying to compile the source within my application:
[dcc32 Error] Tds7ConstsUni.pas(294): E2003 Undeclared identifier: 'OOCCCQCOQ0'
[dcc32 Error] Tds7ConstsUni.pas(307): E2003 Undeclared identifier: 'OCCCCQCOQ0'
[dcc32 Error] Tds7ConstsUni.pas(309): E2003 Undeclared identifier: 'OQ0OQCCOQ0'

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Source Code Compile Error

Post by AlexP » Tue 16 Feb 2016 10:41

hello,

These types declaration is in TdsConstsUni, please check there are no old dcu or pas files of these module.

FredS
Posts: 272
Joined: Mon 10 Nov 2014 17:52

Re: Source Code Compile Error

Post by FredS » Wed 17 Feb 2016 23:37

AlexP wrote:hello,
These types declaration is in TdsConstsUni, please check there are no old dcu or pas files of these module.
Not old DCUs but prior version files

thanks

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Re: Source Code Compile Error

Post by AlexP » Thu 18 Feb 2016 05:48

You are welcome. Feel free to contact us if you have any further questions.

Post Reply