im trying to code my first programs but i have a problem:

i can assembly and run my prog with tasms tasm and tlink (16bit i think)
but under radasm i get a builder error

16 bit segments not supported in module

i suppose the error occurs cause radasm uses tasm32.exe and tlink32

how can i change them to the 16bit modules ?
Posted on 2003-06-14 14:15:48 by Nekromant
You would have to change the command lines in your Project / Project Options menu item. The help file covers how to do this, see Modifying Project Options and under advanced topics there is a detailed explanation of the command line syntax in Command line options.
Posted on 2003-06-14 14:44:45 by donkey