PDA

View Full Version : Need help with MSVC executables


gardon
05-24-2006, 11:27 AM
My .exe won't run on other machines... it says something about some .dll file missing.

Is there any way I can make the executable run on other machines without having to move the .dll over?

and if not, could you tell me what the .dll is?

Thanks,

Jason

gardon
05-24-2006, 11:50 AM
nvm, I downloaded the appropriate files

monjardin
05-24-2006, 12:42 PM
Try Dependency Walker (http://www.dependencywalker.com/)

Jare
05-24-2006, 12:47 PM
This might shed some light into DLL troubles with modern VS2005:

http://msdn2.microsoft.com/en-us/library/ms235624.aspx

roel
05-24-2006, 01:36 PM
... and if not, could you tell me what the .dll is?


I think that you could better tell US what the dll is! I guess that the error message is not "some .dll file is missing", but rather "filename.dll is missing", isn't it?