Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion

ElPack 2011-V09 + DelphiXE2

Trying to install ElPack components into DelphiXE2. When I build all, I get errors in LMDPrintPageDialog.pas

Incompatible types: NativeUInt and Cardinal

When I ran the original exe file, there was no option for XE2, just XE so I used that.

Do I have to set some conditional compile anywhere or is there a later version of ElPack?

Regards
Graham
Tagged:

Comments

  • 3 Comments sorted by Votes Date Added
  • Hi,

    >>Do I have to set some conditional compile anywhere or is there a later version of ElPack? <<
    No. You don't have either latest sources installed (the .9 source code was updated after our announcement) or you have configuration mix up. This error can happen with a previous source code version only.

    When you don't want to use precompiled installer:
    1.) Get latest source installer
    2.) After installation add source code path to the library path (this is not done automatically by installer. Don't use any other option in installer).
    3.) Load and compile the _LMDElPack_d16 project group.
  • It would appear that I had the earlier version of 2011.9
    Downloaded the latest, now it appears OK.

    Graham
Sign In or Register to comment.