Jump to content

Missing .dll error?


minilogoguy18

Recommended Posts

So should I link a redist with DF2 for people to install?

By default, anything compiled with Visual Studio will require the end-user to install the redistributable (it contains all of the standard C library functions code). The program might work in some cases, but you might get issues etc. You can avoid this by "statically linking" against the redistributable which means the C library functions are added to all of your exes and dlls. This bloats your file sizes but does make distributing things a bit easier.

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...