From: David Wilkinson on 13 Nov 2006 11:25 David Lowndes wrote: >>There is a problem if i try to run the app with the manifest when compiled >>for debugging. Then I get a blue screen with Fatal windows subsystem error >>and 1 option to continue; the off button. > > > I suspect that's the known problem that crashes XP when there's a > duplicate section in the XML. Have a look at the workarounds to this > bug report: > > https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=149147 > > Dave Hi Dave: I confess that I still use VC6 for my existing MFC projects, and I just use an external manifest. Is there anything wrong with doing this? David Wilkinson
From: David Lowndes on 13 Nov 2006 11:48 >I confess that I still use VC6 for my existing MFC projects, and I just >use an external manifest. Is there anything wrong with doing this? I don't know if a non-embedded manifest will work with this Vista information (I haven't tried it). Dave
From: David Wilkinson on 18 Nov 2006 08:53 David Lowndes wrote: >>I confess that I still use VC6 for my existing MFC projects, and I just >>use an external manifest. Is there anything wrong with doing this? > > > I don't know if a non-embedded manifest will work with this Vista > information (I haven't tried it). > > Dave Hi Dave: Just got around to including this "requestedPrivileges" info in my external manifest. It works as expected. If the user tries to save a file to Program Files, then an error is reported rather than a virtualized save. This is what I always wanted. David Wilkinson
First
|
Prev
|
Pages: 1 2 Prev: EnumBands returns wrong value. Bug? Next: unsigned char* to CString - problem |