>> I'm facing an issue and your help could be very helpful.
>> In few words, I have a app build with VC++ 2005 SP1.
[quoted text clipped - 11 lines]
> wild still half-baked. Maybe in the next VS, they'll work somewhat
> reliably, and not need some arcane XML incantations to use.
>> Well, if you're not really *using* manifests for any real purpose,
>> then you can try just getting rid of them. Right click on your
[...]
>You *must* have a manifesst to load the VC8 runtime library DLLs.
Not a chance. I've made plenty of exes without manifests, and they
run fine. (Using the Multithreaded runtime lib, not Multithreaded DLL
Runtime). And, these exes work just fine on both Win2000 and WinXP.
Win2000 does the right thing and ignores the silly manifests; WinXP
tried to demand the runtime libs to be installed at *JUST* the right
location, installed during a full moon, while opening one's wallet in
the direction of Microsoft.
Since turning off manifests, as I described earlier this thread,
everything *JUST* *WORKS*. So, I've not exactly been a friend of
manifests, aka DLL Hell 2.0.
Nathan Mates
--
<*> Nathan Mates - personal webpage http://www.visi.com/~nathan/
# Programmer at Pandemic Studios -- http://www.pandemicstudios.com/
# NOT speaking for Pandemic Studios. "Care not what the neighbors
# think. What are the facts, and to how many decimal places?" -R.A. Heinlein
Tom Widmer [VC++ MVP] - 23 Mar 2007 13:41 GMT
>>> Well, if you're not really *using* manifests for any real purpose,
>>> then you can try just getting rid of them. Right click on your
[quoted text clipped - 6 lines]
> run fine. (Using the Multithreaded runtime lib, not Multithreaded DLL
> Runtime).
Hang on, you've just said you use static linking to the multithreaded
runtime lib. How does that imply that you don't need a manifest to use
the VC8 runtime library DLLs?
The general tone of your response is along the lines of "I don't
understand how manifests work, so you shouldn't use them," which is not
logical. I don't understand how manifests work either - I haven't needed
to look into it yet (but probably will do soon, when we move to VC2005).
I'd be much more interested in specific criticisms (which others might
then rebut, or not) that a general dismissal of the mechanism.
Tom
Hi,
I think it will be a lot easier if the SP1 C++ runtime libraries are
included in Microsoft Component Installer. Then, we need to run only one
Microsoft tools to download all the dependencies we need.

Signature
Herbert
Fann Software
http://www.fannsoftware.com
> >> I'm facing an issue and your help could be very helpful.
> >> In few words, I have a app build with VC++ 2005 SP1.
[quoted text clipped - 21 lines]
>
> -cd