Turbo C/C++ 3.0
category: code [glöplog]
@rudi, i can't find the switch for that. like i said it's not my playground ;) i got a fresh TC201 though, ran it in dosbox, menued to the "standard stack frame", and it was set to ON by default, whereas i believe it should be OFF
ok. problem solved.
@HellMood: seems the IDE just compiles to exe files (or i dont know how to compile to .com in there). so had to use the command line option (TCC.EXE instead of TC.EXE)
i used TC 1.2 before, but after switching to TC 2.0 using the same command line arguments, the com file is now 1 byte.
@HellMood: seems the IDE just compiles to exe files (or i dont know how to compile to .com in there). so had to use the command line option (TCC.EXE instead of TC.EXE)
i used TC 1.2 before, but after switching to TC 2.0 using the same command line arguments, the com file is now 1 byte.
...so seems the different TC versions have different code generation.