Click here to Skip to main content
15,881,882 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Complier C2664 Error Pin
Andy20218-Sep-07 4:29
Andy20218-Sep-07 4:29 
GeneralRe: Complier C2664 Error Pin
David Crow18-Sep-07 4:34
David Crow18-Sep-07 4:34 
GeneralRe: Complier C2664 Error Pin
Andy20218-Sep-07 4:59
Andy20218-Sep-07 4:59 
QuestionRe: Complier C2664 Error Pin
David Crow18-Sep-07 5:14
David Crow18-Sep-07 5:14 
AnswerRe: Complier C2664 Error Pin
Andy20218-Sep-07 6:10
Andy20218-Sep-07 6:10 
QuestionPrinting Problem Pin
pri_skit18-Sep-07 1:40
pri_skit18-Sep-07 1:40 
QuestionUse MFC in.... Pin
himuskanhere18-Sep-07 1:36
himuskanhere18-Sep-07 1:36 
AnswerRe: Use MFC in.... Pin
nbugalia18-Sep-07 1:41
nbugalia18-Sep-07 1:41 
The shared dll option will use the existing mfc dlls on the machine on which execution is going on. If you don't have the dlls it wont' execute.

The static library option will attach the code of mfc dlls in you executable so you will not need the dlls.

But the drawback of static linking is that the overall size of executable will be increased.
AnswerRe: Use MFC in.... Pin
Iain Clarke, Warrior Programmer18-Sep-07 1:46
Iain Clarke, Warrior Programmer18-Sep-07 1:46 
GeneralRe: Use MFC in.... Pin
ddspliting18-Sep-07 7:35
ddspliting18-Sep-07 7:35 
Questionconversion from double to float Pin
KASR118-Sep-07 1:10
KASR118-Sep-07 1:10 
AnswerRe: conversion from double to float Pin
Chris Losinger18-Sep-07 1:24
professionalChris Losinger18-Sep-07 1:24 
GeneralRe: conversion from double to float Pin
nbugalia18-Sep-07 2:11
nbugalia18-Sep-07 2:11 
AnswerRe: conversion from double to float Pin
Russell'18-Sep-07 2:17
Russell'18-Sep-07 2:17 
JokeRe: conversion from double to float Pin
Nelek18-Sep-07 3:48
protectorNelek18-Sep-07 3:48 
GeneralRe: conversion from double to float Pin
Russell'18-Sep-07 4:07
Russell'18-Sep-07 4:07 
AnswerRe: conversion from double to float Pin
Mike Dimmick18-Sep-07 4:30
Mike Dimmick18-Sep-07 4:30 
GeneralRe: conversion from double to float Pin
KASR118-Sep-07 17:56
KASR118-Sep-07 17:56 
GeneralRe: conversion from double to float Pin
David Crow19-Sep-07 2:39
David Crow19-Sep-07 2:39 
Questionadding directory structure tree in a tree control in mfc Pin
Dhiraj kumar Saini18-Sep-07 0:36
Dhiraj kumar Saini18-Sep-07 0:36 
AnswerRe: adding directory structure tree in a tree control in mfc Pin
Russell'18-Sep-07 1:02
Russell'18-Sep-07 1:02 
GeneralRe: adding directory structure tree in a tree control in mfc Pin
Dhiraj kumar Saini18-Sep-07 2:02
Dhiraj kumar Saini18-Sep-07 2:02 
GeneralRe: adding directory structure tree in a tree control in mfc Pin
Russell'18-Sep-07 2:13
Russell'18-Sep-07 2:13 
QuestionRe: adding directory structure tree in a tree control in mfc Pin
Hamid_RT18-Sep-07 2:57
Hamid_RT18-Sep-07 2:57 
AnswerRe: adding directory structure tree in a tree control in mfc Pin
Dhiraj kumar Saini18-Sep-07 3:14
Dhiraj kumar Saini18-Sep-07 3: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.