Is it legal to redistribute C compiler from Platform SDK or Visual Studio to generate some code on the fly at customer's computer?
"Max" <Answer@2news.group> wrote in message news:Ono5DNSfGHA.2068@TK2MSFTNGP02.phx.gbl... > Is it legal to redistribute C compiler from Platform SDK or Visual Studio to > generate some code on the fly at customer's computer? No. -- - Gary Chanson (Windows SDK MVP) - Abolish Public Schools
>>Is it legal to redistribute C compiler from Platform SDK or Visual Studio to >>generate some code on the fly at customer's computer? > No. There are, however, several free compilers for windows that might be a suitable substitute :)
There's a pretty good solution in the .NET world - generate .NET source and use ICodeCompiler and the CodeDOM stuff. -- Phil Wilson [MVP Windows Installer] ---- "Max" <Answer@2news.group> wrote in message news:Ono5DNSfGHA.2068@TK2MSFTNGP02.phx.gbl... > Is it legal to redistribute C compiler from Platform SDK or Visual Studio > to > generate some code on the fly at customer's computer? > >