Discussion:
Building own version of runtime and mfc
(too old to reply)
pm
2009-09-07 09:24:38 UTC
Permalink
I'd like to build my own c++ runtime based on msvcr* for my application.
Are there any legal restriction to use ms runtime source for building
own "extended" runtime.

Can I redistribute then my new extended runtime?

I found only this page
http://msdn.microsoft.com/en-us/library/k9a8ehy3%28VS.80%29.aspx

If I build my own runtime then I have to rebuild own version of mfc too.

Where can I find legal notices doing this?

PM-
Scot T Brennecke
2009-09-07 18:52:55 UTC
Permalink
Post by pm
I'd like to build my own c++ runtime based on msvcr* for my application.
Are there any legal restriction to use ms runtime source for building
own "extended" runtime.
Can I redistribute then my new extended runtime?
I found only this page
http://msdn.microsoft.com/en-us/library/k9a8ehy3%28VS.80%29.aspx
If I build my own runtime then I have to rebuild own version of mfc too.
Where can I find legal notices doing this?
PM-
Look for the files named "EULA.txt" and "Redist.txt" in your VS folders. You must rename the objects to something else that
indicates it is not the Microsoft version.

Loading...