Jump to content

Missing .dll error?


minilogoguy18

Recommended Posts

Posted

Ramkad's right. You're missing the Visual C++ 2013 Redistributable. But that shouldn't be needed at all as our Windows build server doesn't use that version of Visual C++. Where did you download your version of OpenJK from?

Posted

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.

Posted

Well and update on this, I still get crashing problems even with the redist for 2013 installed, for some reason the 64bit version installer kept saying my OS isn't 64bit so I had to install the x86 version. =S

 

Need to know how to generate a log file.

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...