Developers: Dependencies ...

General Mech2 related Developments go here. Discussions welcome!

Moderator: Skyfaller

Forum rules
If you are writing a guide please do not post it here! Post in the Dev FAQ section please.
Post Reply
User avatar
Skyfaller
Clan 1st MechWarrior
Clan 1st MechWarrior
Posts: 1017
Joined: Sat Apr 12, 2008 2:58 am
Location: Germany
Contact:

Developers: Dependencies ...

Post by Skyfaller »

We've had a problem with compiled exe files that only work on computers where MSVC is installed.
You can view the list of DLLs that an exe depends on with this tool:
http://dependencywalker.com/

For my MSVC compiled exes, it shows Kernel32.dll (OK) and MSVCR80.DLL (not OK, not needed).
The Intel C Compiler exectuables do not have this dependency.
Now, we need to figure out how to remove that dependency from the compiled exe files.
It's probably just a matter of knowing the right compiler switch ...
Post Reply