Click here to Skip to main content
15,889,527 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Having issues with the cin.getline() function in C++ Pin
k50549-Mar-20 12:29
mvek50549-Mar-20 12:29 
GeneralRe: Having issues with the cin.getline() function in C++ Pin
Stefan_Lang9-Mar-20 21:41
Stefan_Lang9-Mar-20 21:41 
Generala not fun question: how to deploy a utility program written in MFC and C++ Pin
Southmountain8-Mar-20 12:56
Southmountain8-Mar-20 12:56 
GeneralRe: a not fun question: how to deploy a utility program written in MFC and C++ Pin
Jon McKee8-Mar-20 13:01
professionalJon McKee8-Mar-20 13:01 
GeneralRe: a not fun question: how to deploy a utility program written in MFC and C++ Pin
Southmountain8-Mar-20 16:06
Southmountain8-Mar-20 16:06 
GeneralRe: a not fun question: how to deploy a utility program written in MFC and C++ Pin
Maximilien8-Mar-20 15:38
Maximilien8-Mar-20 15:38 
GeneralRe: a not fun question: how to deploy a utility program written in MFC and C++ Pin
Southmountain8-Mar-20 16:03
Southmountain8-Mar-20 16:03 
GeneralRe: a not fun question: how to deploy a utility program written in MFC and C++ Pin
Shao Voon Wong8-Mar-20 15:51
mvaShao Voon Wong8-Mar-20 15:51 
To deploy without having to install the VC++ dlls.

Linking to C runtime statically (Multithreaded (/MT) for Release build)
http://imageshack.com/a/img923/6600/ifeLcs.png

If you are using MFC, linking to MFC runtime statically.
http://imageshack.com/a/img921/1331/7eBoZW.png

The downside to linking statically is your executable size will be bigger but it only links the classes and functions your executable calls whereas, in the dynamically linkage case, the VC++ dlls have to contains all the code regardless your executable calls them or not.
GeneralRe: a not fun question: how to deploy a utility program written in MFC and C++ Pin
Southmountain8-Mar-20 16:04
Southmountain8-Mar-20 16:04 
GeneralRe: a not fun question: how to deploy a utility program written in MFC and C++ Pin
Shao Voon Wong8-Mar-20 16:09
mvaShao Voon Wong8-Mar-20 16:09 
GeneralRe: a not fun question: how to deploy a utility program written in MFC and C++ Pin
Southmountain8-Mar-20 16:24
Southmountain8-Mar-20 16:24 
GeneralRe: a not fun question: how to deploy a utility program written in MFC and C++ Pin
Shao Voon Wong8-Mar-20 16:28
mvaShao Voon Wong8-Mar-20 16:28 
GeneralRe: a not fun question: how to deploy a utility program written in MFC and C++ Pin
Southmountain8-Mar-20 16:08
Southmountain8-Mar-20 16:08 
QuestionTrying to add a menu bar to a dialog Pin
ForNow29-Feb-20 16:07
ForNow29-Feb-20 16:07 
AnswerRe: Trying to add a menu bar to a dialog Pin
Richard MacCutchan29-Feb-20 21:11
mveRichard MacCutchan29-Feb-20 21:11 
GeneralRe: Trying to add a menu bar to a dialog Pin
ForNow1-Mar-20 11:55
ForNow1-Mar-20 11:55 
GeneralRe: Trying to add a menu bar to a dialog Pin
Richard MacCutchan1-Mar-20 21:25
mveRichard MacCutchan1-Mar-20 21:25 
AnswerRe: Trying to add a menu bar to a dialog Pin
leon de boer29-Feb-20 21:14
leon de boer29-Feb-20 21:14 
GeneralRe: Trying to add a menu bar to a dialog Pin
ForNow1-Mar-20 11:55
ForNow1-Mar-20 11:55 
AnswerRe: Trying to add a menu bar to a dialog Pin
Victor Nijegorodov1-Mar-20 20:54
Victor Nijegorodov1-Mar-20 20:54 
GeneralRe: Trying to add a menu bar to a dialog Pin
ForNow2-Mar-20 0:51
ForNow2-Mar-20 0:51 
Questionlaunching Caliberate the screen for Pen or touch input C++ Pin
Member 1393286726-Feb-20 3:16
Member 1393286726-Feb-20 3:16 
AnswerRe: launching Caliberate the screen for Pen or touch input C++ Pin
Richard Deeming26-Feb-20 3:36
mveRichard Deeming26-Feb-20 3:36 
QuestionTAPI http request Pin
Djalma C. Bina24-Feb-20 17:38
Djalma C. Bina24-Feb-20 17:38 
AnswerRe: TAPI http request Pin
Richard MacCutchan24-Feb-20 23:10
mveRichard MacCutchan24-Feb-20 23:10 

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.