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.
Mighta missed something..Startup.h IS included, as is icon.h and workbench.h..
What seems to be happening is that the workbench startup message is defined
differently in Manx and in Lattice..In Lattice, it's defined as WBenchMsg and
the program references it as an extern struct WBArg *WBenchMsg… while in Manx
(according to Charlie Heath) the same thing is called wb_msg. If so, just
changing the extern should do it..will see and report back later.