[SDL] Question re SDLmain Design Concept
Bruno Martínez
br1 at internet.com.uy
Sun Jun 4 16:22:45 PDT 2006
On Sun, 04 Jun 2006 20:01:48 -0300, Doug <biteme at bitbasher.net> wrote:
> Microsoft provides a distro package that installs the runtime libraries
> required - and this is the "best practice". But if you know which
> runtime
> libraries are needed, you CAN copy them to the application's folder and
> if
> they are present the application will run. The latter case is not
> recommended my Microsoft as it does an endrun around the SxS assemblies
> management.
That is not best practice:
http://support.microsoft.com/default.aspx?scid=kb;en-us;326922
I think what you are saying applies to .Net development only.
Bruno
More information about the SDL
mailing list