Click here to Skip to main content
15,890,741 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: difference between CreateThread & AfxBeginThread Pin
Roger Stoltz8-Dec-08 22:42
Roger Stoltz8-Dec-08 22:42 
GeneralRe: difference between CreateThread & AfxBeginThread Pin
Defenestration8-Dec-08 22:51
Defenestration8-Dec-08 22:51 
QuestionHow to write string values in .csv file Pin
MsmVc8-Dec-08 20:40
MsmVc8-Dec-08 20:40 
AnswerRe: How to write string values in .csv file Pin
Cedric Moonen8-Dec-08 20:51
Cedric Moonen8-Dec-08 20:51 
AnswerRe: How to write string values in .csv file Pin
SandipG 8-Dec-08 20:52
SandipG 8-Dec-08 20:52 
GeneralRe: How to write string values in .csv file Pin
MsmVc8-Dec-08 21:10
MsmVc8-Dec-08 21:10 
QuestionRe: How to write string values in .csv file Pin
Rajesh R Subramanian8-Dec-08 21:01
professionalRajesh R Subramanian8-Dec-08 21:01 
QuestionWindows Installer for a C++/MFC application Pin
Puneet Kulkarni8-Dec-08 19:46
Puneet Kulkarni8-Dec-08 19:46 
I have a MFC project in Visual Studio 2008 and I want to create an installer for that application using Set up and Deployment Project option of VS2008.
I could build the basic installer which creates a desktop shortcut, makes a registry entry. But the real problem for me is check for some pre-requisites(not for .NET framework, but rather check for some application if they are already installed, say Internet Explorer 7.0 etc). If the condition is not met, I 1st would like to install that application first from my local disk or if possible bundle that with installer itself and proceed with installation of my application for which I am facing the problem.

I tried with for launch conditions-> Search for file. But the problem is as long as installation URL for the pre-requisite application is correct, that application is installed even if the Search For File Condition . But my own application doesn’t get installed. My application’s Installation halts after that dependent application is installed. Even tried to fix this problem with Solution Explorer->Project (Installer) Properties-> Prerequisites . But Prerequisites lets us check for only .NET frame work. I tried to fix this problem with Download Prerequisites from location same as my application and placed my Prerequisites application in the same folder as my project. But even then my applications own installer doesn’t proceed after Prerequisites application is installed.
Also I wanted to know if I can pass some macros while building the Installer Project.
Can you suggest me how do I go about it?
QuestionWhy do some combinations of port settings fail ? Pin
kapardhi8-Dec-08 19:34
kapardhi8-Dec-08 19:34 
AnswerRe: Why do some combinations of port settings fail ? Pin
Roger Stoltz8-Dec-08 21:43
Roger Stoltz8-Dec-08 21:43 
QuestionSafe way to initialize LARGE_INTEGER with int ? PinPopular
Defenestration8-Dec-08 18:42
Defenestration8-Dec-08 18:42 
Questionconnect to MS Excel database on windows XP from winCE device Pin
parthsarathy8-Dec-08 18:01
parthsarathy8-Dec-08 18:01 
QuestionDo you put :: in front of every Windows API call ? Pin
Defenestration8-Dec-08 17:42
Defenestration8-Dec-08 17:42 
AnswerRe: Do you put :: in front of every Windows API call ? Pin
_AnsHUMAN_ 8-Dec-08 18:15
_AnsHUMAN_ 8-Dec-08 18:15 
GeneralRe: Do you put :: in front of every Windows API call ? Pin
Defenestration8-Dec-08 18:31
Defenestration8-Dec-08 18:31 
GeneralRe: Do you put :: in front of every Windows API call ? Pin
_AnsHUMAN_ 8-Dec-08 18:38
_AnsHUMAN_ 8-Dec-08 18:38 
GeneralRe: Do you put :: in front of every Windows API call ? Pin
Defenestration8-Dec-08 18:46
Defenestration8-Dec-08 18:46 
GeneralRe: Do you put :: in front of every Windows API call ? Pin
_AnsHUMAN_ 8-Dec-08 18:53
_AnsHUMAN_ 8-Dec-08 18:53 
AnswerRe: Do you put :: in front of every Windows API call ? [modified] Pin
Defenestration8-Dec-08 19:06
Defenestration8-Dec-08 19:06 
GeneralRe: Do you put :: in front of every Windows API call ? Pin
Rajesh R Subramanian8-Dec-08 20:27
professionalRajesh R Subramanian8-Dec-08 20:27 
AnswerRe: Do you put :: in front of every Windows API call ? Pin
Roger Stoltz8-Dec-08 21:29
Roger Stoltz8-Dec-08 21:29 
GeneralRe: Do you put :: in front of every Windows API call ? Pin
Defenestration8-Dec-08 22:22
Defenestration8-Dec-08 22:22 
AnswerRe: Do you put :: in front of every Windows API call ? Pin
Roger Stoltz8-Dec-08 22:34
Roger Stoltz8-Dec-08 22:34 
GeneralRe: Do you put :: in front of every Windows API call ? Pin
Defenestration8-Dec-08 22:39
Defenestration8-Dec-08 22:39 
AnswerRe: Do you put :: in front of every Windows API call ? Pin
Roger Stoltz8-Dec-08 22:44
Roger Stoltz8-Dec-08 22:44 

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.