Click here to Skip to main content
15,895,423 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
I managed to make my application totally standalone in the sense that now it can be simply copied and executed on any target machine without worrying whether the proper side-by-side assemblies are installed on target machine or not.

For those interested here is link which really helped me
http://blog.kalmbach-software.de/2008/05/03/howto-deploy-vc2008-apps-without-installing-vcredist_x86exe

Though the article is for VC2008 but it is applicable to VC2005 as well.
However there is a small issue with the method mentioned. If your application is dependent on a 3rd party DLL which has embedded manifest file then the method will not work. In such case probably installing the redistributable will be a better idea.

Thanks
Smile | :) Smile | :)
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 
AnswerRe: IE in my app Pin
KarstenK7-Jul-08 3:52
mveKarstenK7-Jul-08 3:52 
QuestionIncrease the hight of the status bar in MDI Pin
ptr_Electron7-Jul-08 1:12
ptr_Electron7-Jul-08 1:12 
AnswerRe: Increase the hight of the status bar in MDI Pin
James R. Twine7-Jul-08 1:14
James R. Twine7-Jul-08 1:14 

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.