CompuServe Messages

#WBenchMsg

#: 20708 S7/ProgrammingForum unknown
    29-May-86 00:58:26
Sb: #20536-#WBenchMsg
Fm: Charlie Heath 74216,2117
To: Scott Ballantyne 70066,603

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.

No, the WBenchMsg is actually the handle to the message passed by Workbench if you start a program from WB. I guess Lattice and Manx call it different names. I'll try to remember to look through the Manx startup code – if you've got the Professional developers system, John, you can look through the startup source archive and search for "GetMsg" – the return value should be stored in a pointer, which you should then transfer into a pointer you declare somewhere as WBenchMsg ( preferably before it gets used! ). I think maybe Manx calls it ReturnMsg.