Path: utzoo!mnetor!uunet!husc6!sri-unix!teknowledge-vaxc!rburns From: rburns@teknowledge-vaxc.ARPA (Randy Burns) Newsgroups: comp.sys.mac.hypercard Subject: How can Large C routines be used with Hypercard Message-ID: <20640@teknowledge-vaxc.ARPA> Date: 28 Jan 88 18:43:40 GMT Organization: Teknowledge, Inc., Palo Alto CA Lines: 8 I am interested in using a very large (>250K) C program with Hypercard. I am wondering if anyone has found a way to have code that is linked in to the Hypercard image to be accessed the same way as XCMD's and XFCNS. The amount of memory taken up is not a problem for this application, neither is the fact the the resulting image would call both Hypercard and my code every time it runs. Thanks.