Jump to content
Sign in to follow this  
chronicsilence

Building an extension that loads other DLLs

Recommended Posts

I'm building an extension for ARMA 3, and it needs to load other third-party DLLs to work. I can get it to work find when I run it as a console application in Visual Studio, but when I try to call it as an ARMA extension it doesn't seem to load the other DLLs, and just crashes silently.

 

Does anyone know of any tricks that are needed to get this kind of setup working properly?

Share this post


Link to post
Share on other sites

Figured it out. I had my extension DLL and all of the dependency DLLs in a mod folder (@mod_name). This works fine for the DLL that is being called directly from ARMA, but the dependencies have to be in the ARMA root directory (not in the mod directory).

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×