Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!ut-emx!newman From: newman@ut-emx.UUCP (Dave Newman) Newsgroups: comp.sys.mac.programmer Subject: LSP Custom Headers? Message-ID: <13662@ut-emx.UUCP> Date: 3 Jun 89 02:35:58 GMT Reply-To: newman@ut-emx.UUCP (David Newman) Distribution: usa Organization: UTexas Computation Center, Austin, Texas Lines: 23 All, (but mainly Rich Siegel) How do I tell LSP to create a header of the appropriate form for a custom code resource? Can this be done? I need a header that looks like the following: Offset Contents 0 Open procedure entry point 2 Close procedure entry point 4 Execute procedure entry point 6 Idle procedure entry point 8 Need Idle Calls - boolean 9 (Spare) 10 Menu Title (padded to 49 Chars) 60 VCMD Name This is the header format for a VCMD external function for the Vantage Desk Accessory, and I'd like to write a couple of Xternals for it. Thanks, >>Dave