Hello,
How to apply the "/Go option" in order to use old instructions without the "initial" underscore?
Instructions like :-
access, basename, cgets, chdir, chmod, chsize, close, closedir, clreol, clrscr, cprintf, cputs
I tried to put the /Go option in the > compiler > "defined preprocessor symbols" , but i got this error:-
fatal error #1051: Invalid -D or -U argument: /Go.
How to apply /Go option properly ?
Thanks in advance!