Am having some trouble compiling some code and was wondering if any/all could
help. What's happening is this: The code is designed to compile under
Lattice, and I'm trying to do it with Manx Aztec C (on account of no Lattice)
. Now, the file compiles and assembles perfectly, but in the link the ln
linker barfs on an external reference to something in Lattice called
WBenchMsg. Upon checking, have found that WBenchMsg is contained in files
c.o and in the LC.LIB used by Lattice (a friend checked for me), and in the
code itself it is used as a parser for the WBMessage passed to the program
upon startup. Does anyone know of an equivalent function in Manx, or should
I go and write me own? Not having the RKM, would prefer the former course.