[fpc-pascal]DDE

ron wilson ron.wilson at coastgames.com
Mon Jun 24 16:35:38 CEST 2002


i know that DDE is windows specific, but can someone point me in the right
direction?  i would like to write a console-app that can send dde commands
to dde compliant windows applications.

kind regards,
ron wilson.


-----Original Message-----
From: fpc-pascal-admin at deadlock.et.tudelft.nl
[mailto:fpc-pascal-admin at deadlock.et.tudelft.nl]On Behalf Of Chuck welch
Sent: Thursday, June 20, 2002 6:55 PM
To: fpc-pascal at deadlock.et.tudelft.nl
Subject: [fpc-pascal]Cardinal Assignment



Hello,

With fpc 1.0.4 the following compiles ok on linux:

var

  card : cardinal;

Begin
  card := 3858954154;
end.

But under 1.0.6 I get a "Incompatible types: got "S80REAL" expected "ULONG"

Trying to do a card := Round() or Trunc results in a range check error.

How can I assign a value this large to a cardinal?


Thanks

Chuck

borg at rapfire.net

_______________________________________________
fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal





More information about the fpc-pascal mailing list