What does it mean when you have an "WARNING L18: SEGMENT DOES NOT FIT IN PDATA PAGE"? I can't find this warning in manual.
"you can also specify the memory model on a function-by-function basis." Last time I tried that (v6.something), it didn't work. :-( The Linker just kept complaining about incompatible memory models. :-(
Last time I tried that (v6.something), it didn't work. :-( The Linker just kept complaining about incompatible memory models. :-( You must also create function prototypes with the memory model specified. For example:
int junk ( int a, int b, int c) large;