CW10.XLL.Framework

User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
CW10.XLL.Framework

Post by Info-Mac » March 8th, 1997, 11:00 am

Download: http://archive.info-mac.org/dev/cw/framework-for-cw.hqx

A framework for writing Excel add-ins (XLLs) for 68K and PowerPC Macs
and 32-bit Windows in CodeWarrior.

68K, 68K-with-FPU and PowerPC builds can be easily generated from the
same source code and integrated in the same fat binary: Excel will
transparently call the right one. The PowerPC add-ins are fully native
and Excel 5 calls them without any mode switching.

New features in this release:

Supports C++ and 32-bit Windows.
PowerPC builds can now call Excel back without any mode-switching. Thanks
to Bernie Wieser for this!

32-bit Windows builds are generated from the same source code but a
separate object file is built.

Requires the Excel 5 Developer's Kit (from Microsoft) and CodeWarrior 10
or later.

(262K, freeware)
Post Reply