Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Can't compile server, missing edbversion.inc
Tue, Jul 12 2011 10:31 AMPermanent Link

Michael Fullerton

EDB 2.04 b4, DXE

I can no longer compile the server. I get messages about missing inc
files. When I add edbcompile.inc and edbversion.inc from the source
folder into the code folder I now get ansi/unicode conversion errors.
How can I resolve this without upgrading?
Tue, Jul 12 2011 11:47 AMPermanent Link

Dale Derix

Are you using Unicode?  If so, try adding this in the .dpr file.


{$DEFINE EDB_UNICODE}


Dale
Tue, Jul 12 2011 12:17 PMPermanent Link

Michael Fullerton

On Tue, 12 Jul 2011 11:47:18 -0400, Dale Derix wrote:

>Are you using Unicode?  If so, try adding this in the .dpr file.
>
>
>{$DEFINE EDB_UNICODE}
>
>
>Dale

Thanks Dale. Yes I was trying to compile the Unicode server. I put the
define in edbutilcomps.pas instead of the dpr and that made it work.
Image