Click here to Skip to main content
15,902,299 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow Can I compress the Avi to RLE8 ? Pin
maheshbhoir.home28-Oct-08 21:54
maheshbhoir.home28-Oct-08 21:54 
AnswerRe: How Can I compress the Avi to RLE8 ? Pin
Rajkumar R29-Oct-08 0:32
Rajkumar R29-Oct-08 0:32 
Questionwhat are the minimum requirements for an application's .exe (developed using visual studio 2005) to run ? Pin
kapardhi28-Oct-08 20:51
kapardhi28-Oct-08 20:51 
AnswerRe: what are the minimum requirements for an application's .exe (developed using visual studio 2005) to run ? Pin
Hamid_RT28-Oct-08 21:09
Hamid_RT28-Oct-08 21:09 
GeneralRe: what are the minimum requirements for an application's .exe (developed using visual studio 2005) to run ? Pin
kapardhi28-Oct-08 21:13
kapardhi28-Oct-08 21:13 
AnswerRe: what ... (developed using visual studio 2005) to run ? Pin
Rajesh R Subramanian28-Oct-08 21:25
professionalRajesh R Subramanian28-Oct-08 21:25 
GeneralRe: what ... (developed using visual studio 2005) to run ? Pin
Cedric Moonen28-Oct-08 22:35
Cedric Moonen28-Oct-08 22:35 
AnswerRe: what are the minimum requirements for an application's .exe (developed using visual studio 2005) to run ? Pin
maheshbhoir.home28-Oct-08 22:03
maheshbhoir.home28-Oct-08 22:03 
No, there is no need to install VS 2005 on target machine.
Just build your solution in Release mode and you can find a Release folder which will contain exe for same (of course you will see it's icon).
Mostly if it MFC application then there is no any problem to run on platforms above windows 2000/NT/XP and above.
If some dependencies are there then you will required to install extra runtime for that for example DirectX 9.0c. In this case developer should have DirectX 9.0 SDK and the user's machine should have DirectX 9.0c runtime installed on it.
You can see such example when you install any 3D game which requires DirectX 9.0, then this the dependency for that application.Cool | :cool:
GeneralRe: what are the minimum requirements for an application's .exe (developed using visual studio 2005) to run ? Pin
Cedric Moonen28-Oct-08 22:44
Cedric Moonen28-Oct-08 22:44 
QuestionHow to convert std::wstring to VARIANT? Pin
followait28-Oct-08 19:17
followait28-Oct-08 19:17 
AnswerRe: How to convert std::wstring to VARIANT? Pin
Michael Dunn28-Oct-08 20:30
sitebuilderMichael Dunn28-Oct-08 20:30 
AnswerRe: How to convert std::wstring to VARIANT? Pin
Hamid_RT28-Oct-08 21:11
Hamid_RT28-Oct-08 21:11 
QuestionNot able to create bluetooth socket on wince device - HP iPAQ Pin
yudhisthira28-Oct-08 18:54
yudhisthira28-Oct-08 18:54 
QuestionWill VARIANT array clear psa automatically? Pin
followait28-Oct-08 17:40
followait28-Oct-08 17:40 
AnswerRe: Will VARIANT array clear psa automatically? Pin
Lim Bio Liong28-Oct-08 19:27
Lim Bio Liong28-Oct-08 19:27 
AnswerRe: Will VARIANT array clear psa automatically? Pin
David Crow29-Oct-08 3:16
David Crow29-Oct-08 3:16 
QuestionFile stream filtering and formatting Pin
Michael Randolph28-Oct-08 16:01
Michael Randolph28-Oct-08 16:01 
QuestionRe: File stream filtering and formatting Pin
David Crow29-Oct-08 4:04
David Crow29-Oct-08 4:04 
AnswerRe: File stream filtering and formatting Pin
Michael Randolph29-Oct-08 14:23
Michael Randolph29-Oct-08 14:23 
QuestionRe: File stream filtering and formatting Pin
David Crow30-Oct-08 3:03
David Crow30-Oct-08 3:03 
QuestionPDF Output Pin
BobInNJ28-Oct-08 14:22
BobInNJ28-Oct-08 14:22 
AnswerRe: PDF Output Pin
enhzflep28-Oct-08 14:55
enhzflep28-Oct-08 14:55 
GeneralRe: PDF Output Pin
BobInNJ28-Oct-08 16:37
BobInNJ28-Oct-08 16:37 
GeneralRe: PDF Output Pin
enhzflep28-Oct-08 17:06
enhzflep28-Oct-08 17:06 
GeneralRe: PDF Output Pin
BobInNJ29-Oct-08 11:02
BobInNJ29-Oct-08 11:02 

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.