[DUG] Serial communications

Robert Martin rob at chreos.co.nz
Wed Jun 17 10:47:34 NZST 2015


Hi Jeremy

I HATE installing components in Delphi, it's always a nightmare !

Any idea what I should add

They have the following

{-------- !! DON'T CHANGE DEFINES BELOW THIS LINE !! -----------------}


  {$ifdef conditionalexpressions}
    {$if Declared( RTLVersion) and (RTLVersion >= +22)}
      {$define DELPHI_Future}
    {$ifend}
  {$endif}

  {$ifdef VER210}
   // Commodore. Delphi 2010? RTLVersion = 21?
   {$define DELPHI_2010}
  {$endif}

.....

I don't know what the VERxxx should be for XE2 (I also need to do this 
in XE6 at some point!)






On 17/06/2015 10:31 a.m., Jeremy Coulter wrote:
> check AwDefine.inc had a version check for XE2 in it. If not add it and
> it should fix it.
>
> Jeremy
>
> On Wed, Jun 17, 2015 at 10:13 AM, Robert Martin <rob at chreos.co.nz
> <mailto:rob at chreos.co.nz>> wrote:
>
>     Hi Guys
>
>     Just trying to install Async Pro into Delphi XE2 .
>
>     Following the instructions at http://edn.embarcadero.com/article/41301 I
>     use the steps outlined in 'Part 3 – Installation of SourceForge’s Asyn
>     cPro 5.0.0 RC1 for Delphi XE  and/or C++ Builder XE using command line
>     dcc32.exe '
>
>     Step 3 works fine and produces AsyncPro_D2010.bpl as expected.
>     Step 4 fails with the following messages
>
>
>     Embarcadero Delphi for Win32 compiler version 23.0
>     Copyright (c) 1983,2011 Embarcadero Technologies, Inc.
>     C:\Components_XE2\Async Pro\tpapro_5.00\includes\AwDefine.inc(258)
>     C:\Components_XE2\Async Pro\tpapro_5.00\design\adabout.pas(43) Fatal:
>     F1026 File
>        not found: 'Windows.dcu'
>
>
>     Any suggestions how to deal with this?  I have also tried the
>     instructions (to install within the IDE) included with the components
>     but that also has problems, and are confusing.
>
>     Cheers
>     Rob
>
>
>
>
>
>     On 9/06/2015 10:54 a.m., Rodney Chan wrote:
>     > Hi Rob,
>     >
>     > I use AsnycPro.
>     >
>     >http://tpapro.sourceforge.net/
>     >
>     > Here is a link for installing it over XE, not sure about later versions
>     > of Delphi.  Only concern is Unicode but I think it is already fixed.
>     >
>     >http://edn.embarcadero.com/article/41301
>     >
>     > I also do communication to EFTPOS directly as well.
>     >
>     > Cheers
>     > Rodney
>     >
>     _______________________________________________
>     NZ Borland Developers Group - Delphi mailing list
>     Post: delphi at listserver.123.net.nz <mailto:delphi at listserver.123.net.nz>
>     Admin: http://delphi.org.nz/mailman/listinfo/delphi
>     Unsubscribe: send an email to delphi-request at listserver.123.net.nz
>     <mailto:delphi-request at listserver.123.net.nz> with Subject: unsubscribe
>
>
>
>
> _______________________________________________
> NZ Borland Developers Group - Delphi mailing list
> Post: delphi at listserver.123.net.nz
> Admin: http://delphi.org.nz/mailman/listinfo/delphi
> Unsubscribe: send an email to delphi-request at listserver.123.net.nz with Subject: unsubscribe
>
>
>
> No virus found in this message.
> Checked by AVG - www.avg.com <http://www.avg.com>
> Version: 2015.0.5961 / Virus Database: 4365/10032 - Release Date: 06/16/15
>



More information about the Delphi mailing list