peterjazenga / gmlibrary

Automatically exported from code.google.com/p/gmlibrary
2 stars 1 forks source link

Installation problem under Delphi XE #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi again,

thanks again for your hard work!

We had again Problems to install it under Delphi XE.

To compile/install the GMLibEdit_DXE.bpl we had to add some requirements to the 
GMLibEdit_DXE.dpk.

So we changed the following lines (begin at line 28)
from:

requires
  rtl;

to:
requires
  rtl,
  designide,
  vclie,
  vclimg,
  dbrtl,
  GMLib_DXE;

Thanks in advance
Sascha

Original issue reported on code.google.com by eurowigi...@gmail.com on 28 May 2013 at 8:00

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks

Original comment by cadet...@gmail.com on 8 Jun 2013 at 9:52