#WBenchMsg
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