[comp.sys.mac.hypercard] XCMD by Turbo Pascal

QUN_DING@um.cc.umich.edu (08/12/88)

I'm writting XCMDs in Pascal. my Pascal is not MPW Pascal but Turbo Pascal.
Can I know how to attach the Turbo source code to Hypercard stack?

wb1j+@andrew.cmu.edu (William M. Bumgarner) (08/28/88)

Using Turbo to create XCMDs/XFCNs isn't a good idea... Turbo doesn't optimize the units, so your XCMDs/XFCNs end up being very large.

But if you still want to do so, the resource headers that are needed to compile
the XCMD/XFCN code units is available either on GEnie or Compuserve or both.

b.bum

I originally compiled SmartScan, an XCMD in a commercial product called "Organizer+", under Turbo and it was around 12,750 bytes... under MPW it is around 1700.