CompuServe Messages

#WBenchMsg

#: 20529 S7/ProgrammingForum unknown
    28-May-86 01:18:58
Sb: #20497-#WBenchMsg
Fm: John Mesiavech 75076,1640
To: Charlie Heath 74216,2117

This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.

Charlie; Well, here goes…The full source is in ICONEX.ARC (IconExec.C) and here's the trouble-causing definition and it's usage. LONG IconBase; extern struct WBStartup *WBenchMsg; extern struct FileHandle *CurrentDir(); wbarg= WBenchMsg->sm_ArgList; if (WBenchMsg->sm_ToolWindow == NULL) Close(file); And the code produced by the Manx compiler (that the linker gags on is _public WBenchMsg dseg cseg end The linker gags on the reference to WBenchMsg. John