hi all...
i use Visual C++ 6 Introductory Edition and it is illegal for me to distribute exectuables i create with it...
does anybody know if the same rule applies to source code, that is can i legally distribute the code to my programs?
it trys to make the code run faster by doing smarter things to the machine code (_ASM ~asembly) , so it might unfold loops, place more code inline, align memory reads onto dword boundaries...
i was use to see 'gcc' do stuff like change loops into two machine instructions, (_dec, _njp ~decrement value, jup is not negitive) and then vc6 do something like( read, move, read, move, sub, cmp, jp....
That rule would only apply to executables (I imagine their wording would also include DLLs and normal libraries too)