Click here to Skip to main content
16,018,442 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem in scrolling Pin
Owner drawn30-Jan-06 22:28
Owner drawn30-Jan-06 22:28 
Questionscrolling problem in listbox Pin
Anu_Bala30-Jan-06 22:02
Anu_Bala30-Jan-06 22:02 
AnswerRe: scrolling problem in listbox Pin
Rage30-Jan-06 22:14
professionalRage30-Jan-06 22:14 
Questiondifference between win32app & mfc Pin
samira forooghi30-Jan-06 21:56
samira forooghi30-Jan-06 21:56 
AnswerRe: difference between win32app & mfc Pin
kakan30-Jan-06 22:02
professionalkakan30-Jan-06 22:02 
GeneralRe: difference between win32app & mfc Pin
khan++30-Jan-06 22:20
khan++30-Jan-06 22:20 
GeneralRe: difference between win32app & mfc Pin
kakan31-Jan-06 0:18
professionalkakan31-Jan-06 0:18 
AnswerRe: difference between win32app & mfc Pin
khan++30-Jan-06 22:27
khan++30-Jan-06 22:27 
I think believe MFC makes creating User Interface easier, and along with a bunch of very useful classes, it is easier to write Win32 programs. But these programs depend on the MFC runtime libraries, only if MFC is dynamically linked to it.

I think your problem is because you are running the debug version without the necessary DLL's. If it is a debug version, then make it Release version. It is very likely that the MFC runtime dlls are already present on the target system.

Otherwise, there is no reason that an MFC program will not execute while a Plain Win32 will.


this is this.
AnswerRe: difference between win32app & mfc Pin
toxcct31-Jan-06 0:36
toxcct31-Jan-06 0:36 
QuestionFocus does not return back to Button after the event handler for the button is executed Pin
GayathriNaveen30-Jan-06 21:32
GayathriNaveen30-Jan-06 21:32 
QuestionRe: Focus does not return back to Button after the event handler for the button is executed Pin
Prakash Nadar30-Jan-06 21:43
Prakash Nadar30-Jan-06 21:43 
QuestionHow to convert hex to string? Pin
Rostfrei30-Jan-06 20:20
Rostfrei30-Jan-06 20:20 
AnswerRe: How to convert hex to string? Pin
Owner drawn30-Jan-06 20:43
Owner drawn30-Jan-06 20:43 
GeneralRe: How to convert hex to string? Pin
Rostfrei30-Jan-06 20:53
Rostfrei30-Jan-06 20:53 
GeneralRe: How to convert hex to string? Pin
Owner drawn30-Jan-06 20:59
Owner drawn30-Jan-06 20:59 
GeneralRe: How to convert hex to string? Pin
Rostfrei30-Jan-06 21:08
Rostfrei30-Jan-06 21:08 
AnswerRe: How to convert hex to string? Pin
Owner drawn30-Jan-06 21:08
Owner drawn30-Jan-06 21:08 
GeneralRe: How to convert hex to string? Pin
Rostfrei30-Jan-06 21:12
Rostfrei30-Jan-06 21:12 
AnswerRe: How to convert hex to string? Pin
Stephen Hewitt30-Jan-06 21:56
Stephen Hewitt30-Jan-06 21:56 
JokeRe: How to convert hex to string? Pin
Owner drawn30-Jan-06 22:38
Owner drawn30-Jan-06 22:38 
GeneralRe: How to convert hex to string? Pin
Rostfrei31-Jan-06 19:58
Rostfrei31-Jan-06 19:58 
AnswerRe: How to convert hex to string? Pin
Gary R. Wheeler31-Jan-06 1:05
Gary R. Wheeler31-Jan-06 1:05 
Questionsimple c++ code for multiuser environment Pin
Bobby Dreamer198530-Jan-06 20:18
Bobby Dreamer198530-Jan-06 20:18 
JokeRe: simple c++ code for multiuser environment Pin
Owner drawn30-Jan-06 22:40
Owner drawn30-Jan-06 22:40 
AnswerRe: simple c++ code for multiuser environment Pin
Gary R. Wheeler31-Jan-06 1:12
Gary R. Wheeler31-Jan-06 1:12 

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.