[SDL] Question re SDLmain Design Concept

Bruno Martínez br1 at internet.com.uy
Sun Jun 4 09:28:02 PDT 2006


On Sun, 04 Jun 2006 01:48:40 -0300, Doug <biteme at bitbasher.net> wrote:

> For the sake of completeness, the reason I want my application to
> statically link is because I'm using VS 2005.  Any application built
> with VS 2005 that is a statically linked release build will run on any
> computer.  An application built with VS 2005 that is dynamically linked
> requires the MS redistributable SxS assemblies to also be installed on
> all target systems (somewhat of a pain).

You have to distribute the dlls with your exe.  This amounts to put them  
in the same dir as your exe.  Installation in a system folder is wrong for  
these.

Bruno





More information about the SDL mailing list