I'm a bit of a new programmer, and I'm not quite sure how to go about this :) Could you link me to a guide or the sort, my Google skills are failing me this morning. Thanks ============ Edit: I should play around a bit before asking a silly question. I got the manifest, but it's not much help to me; is VC80.CRT referring to the dll it's needing? Further, is there a way to change the dependency to use an earlier version, such as the one that ships with XP or 2000? Here's the Manifest if anyone's interested: Edit 2: I've done some reading up on how the manifest works, so as to not require direct linking of common Visual C++ files... but I don't think I want to have someone install the VC++ runtime files, when I only need say, one for example. Is it possible to tell Visual Studio to include files like MSVCR80.DLL directly in my exe, so I can have it as a standalone executable? Thanks!