Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Delphi XE7 - Missing any units
Tue, Sep 16 2014 8:46 AMPermanent Link

Mauro Botta

Hi

i can't compile dbisam for XE7 manually.

i have dbisam with source license and i have xe6 source but any server units are missing,  

then i can't compile for XE7.   


EDB compile fine.


Hint ?
Tue, Sep 16 2014 10:51 AMPermanent Link

Mauro Botta

More info:

dbisamsv.pas is not available.



{$IFNDEF DBISAM_NOSERVER}
dbisamsv,
{$ENDIF}


[dcc32 Fatal Error] dbisamen.pas(3602): F1026 File not found: 'V:\xxxxxxxxxxxxxx\DBISAM_Win32\code\source\dbisamsv.dcu'
Tue, Sep 16 2014 11:31 AMPermanent Link

Matthew Jones

Mauro Botta wrote:

> {$IFNDEF DBISAM_NOSERVER}

Have you tried defining that?

--

Matthew Jones
Tue, Sep 16 2014 12:32 PMPermanent Link

Raul

Team Elevate Team Elevate

On 9/16/2014 11:31 AM, Matthew Jones wrote:
> Mauro Botta wrote:
>
>> {$IFNDEF DBISAM_NOSERVER}
>
> Have you tried defining that?
>

Just wanted to add that C/S source edition compiles OK and while i only
did tiny bit of testing everything seems to work.

Had to fiddle a bit with the VER280 defines but after the runtime and
designtime both compiled and i was able to install components into ide.


Raul
Image