You are here

App has a dependency on DLL

1 post / 0 new
bagowarrior
Offline
Last seen: 3 years 5 days ago
Joined: 2015-11-11 20:02
App has a dependency on DLL

Creating a portable app, it needs a DLL in system32 (one from Visual C++) and I have tried the app with the DLL in the same folder as the .exe but it doesn't work unless it's in system32. How is it possible to handle this? Would it mean I would have to create an app that requires admin access to add the DLL to system32?

Cheers