Manx 5.0 problems
22-Feb-90 02:59:12
Sb: #90647-Manx 5.0 problems
Fm: Robert Albrecht 76154,1375
To: Drew Lucy 76337,75
Be sure to check your CCOPTS using the set command by itself. Also there is
another set command flying around out there, could be conflicting. The data
for the set command is stores in a "library" called environment. You can
see it by using the adl command in the debugger. As far as argv goes it
looks like you may not be declaring main correctly. If you say
main(argc,argv) int argc; char *argv[]; scratch that….. Try declaring it
like void main(short argc, char *argv[]), it might work. The functions.h
file is screwed up in a number of places. Some of the things that have BPTR
are not BCPL pointers, but others are. There are also some bugs in the code
generator, I think. Have fun. -BOB