Click here to Skip to main content
15,893,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Array of pointers to functions Pin
Iain Clarke, Warrior Programmer7-Jul-08 4:04
Iain Clarke, Warrior Programmer7-Jul-08 4:04 
QuestionRe: Array of pointers to functions Pin
David Crow7-Jul-08 4:24
David Crow7-Jul-08 4:24 
AnswerRe: Array of pointers to functions Pin
softwaremonkey8-Jul-08 1:20
softwaremonkey8-Jul-08 1:20 
QuestionMigration Approach Pin
Member 35010957-Jul-08 2:55
Member 35010957-Jul-08 2:55 
QuestionAdo slow connection to sql server when compiled with VS2008 Pin
peterboulton7-Jul-08 2:26
professionalpeterboulton7-Jul-08 2:26 
QuestionQuery on DLL manifest file for a project compiled with VC++ 2005 SP1 Pin
ComplexLifeForm7-Jul-08 1:48
ComplexLifeForm7-Jul-08 1:48 
AnswerRe: Query on DLL manifest file for a project compiled with VC++ 2005 SP1 Pin
KarstenK7-Jul-08 2:29
mveKarstenK7-Jul-08 2:29 
GeneralRe: Query on DLL manifest file for a project compiled with VC++ 2005 SP1 Pin
ComplexLifeForm7-Jul-08 8:40
ComplexLifeForm7-Jul-08 8:40 
Hi,

I have checked at Microsoft site and as per the site the version of file for VC++ 2005 redistributable binaries is 8.0.50727.42 and the file version for VC++ 2005 SP1 redistributable binaries is 8.0.50727.762

And there is no redistributable package of VC++ 2005 with or without SP1 for Window 2008. For VC++ 2008 the MFC and CRT version is 9.0.21022.8

The issue is that why is the linker embedding a manifest file for only 1 particular DLL with MFC and CRT libraries as 8.0.50608.0 and from where it is picking that information. I think it should have used this information either for all DLL's/EXE or none of the DLL's/EXE.

And as I have mentioned earlier, the Dependency Scanner tool also does not show any dependency of MFC or CRT binaries with file version 8.0.50608.0. So I am confused here.

On the machine I am developing I have never installed any Beta or RC version of Visual C++ 2005.

Probably installing the redistributable binaries of VC++ 2005 SP1 on the target machine may solve this issue, but that is not the solution I am looking for. Isn't the purpose of using manifest file for EXE/DLL files is to make sure that your application is not affected and always use the same dependencies if someone removes the redistributable binaries from the target machine?

Thanks
Smile | :) Smile | :)
AnswerRe: Query on DLL manifest file for a project compiled with VC++ 2005 SP1 Pin
Saurabh.Garg7-Jul-08 15:48
Saurabh.Garg7-Jul-08 15:48 
AnswerRe: Query on DLL manifest file for a project compiled with VC++ 2005 SP1 Pin
Saurabh.Garg7-Jul-08 15:50
Saurabh.Garg7-Jul-08 15:50 
AnswerRe: Query on DLL manifest file for a project compiled with VC++ 2005 SP1 Pin
ComplexLifeForm9-Jul-08 2:28
ComplexLifeForm9-Jul-08 2:28 
Questionhow can I display a bitmap with an alpha chanel? Pin
danginkgo7-Jul-08 1:18
danginkgo7-Jul-08 1:18 
AnswerRe: how can I display a bitmap with an alpha chanel? Pin
rp_suman7-Jul-08 2:36
rp_suman7-Jul-08 2:36 
GeneralRe: how can I display a bitmap with an alpha chanel? Pin
danginkgo7-Jul-08 3:04
danginkgo7-Jul-08 3:04 
GeneralRe: how can I display a bitmap with an alpha chanel? Pin
rp_suman7-Jul-08 3:43
rp_suman7-Jul-08 3:43 
GeneralRe: how can I display a bitmap with an alpha chanel? Pin
danginkgo7-Jul-08 19:30
danginkgo7-Jul-08 19:30 
GeneralRe: how can I display a bitmap with an alpha chanel? Pin
rp_suman8-Jul-08 4:36
rp_suman8-Jul-08 4:36 
QuestionRe: how can I display a bitmap with an alpha chanel? Pin
Mark Salsbery7-Jul-08 6:25
Mark Salsbery7-Jul-08 6:25 
AnswerRe: how can I display a bitmap with an alpha chanel? Pin
danginkgo7-Jul-08 19:17
danginkgo7-Jul-08 19:17 
GeneralRe: how can I display a bitmap with an alpha chanel? Pin
Mark Salsbery8-Jul-08 6:12
Mark Salsbery8-Jul-08 6:12 
QuestionIE in my app Pin
Ajay L D7-Jul-08 1:15
Ajay L D7-Jul-08 1:15 
AnswerRe: IE in my app Pin
Varghese Paul M7-Jul-08 1:22
Varghese Paul M7-Jul-08 1:22 
GeneralRe: IE in my app Pin
Ajay L D7-Jul-08 1:39
Ajay L D7-Jul-08 1:39 
GeneralRe: IE in my app Pin
ThatsAlok7-Jul-08 2:41
ThatsAlok7-Jul-08 2:41 
GeneralRe: IE in my app Pin
Ajay L D7-Jul-08 3:21
Ajay L D7-Jul-08 3:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.