Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGet the coordinates of the AppBar Pin
Eq18-Sep-00 0:55
Eq18-Sep-00 0:55 
GeneralRe: Get the coordinates of the AppBar Pin
Michael Dunn18-Sep-00 7:18
sitebuilderMichael Dunn18-Sep-00 7:18 
GeneralError in running Script control Pin
Reny j joseph thuthikattu17-Sep-00 21:37
Reny j joseph thuthikattu17-Sep-00 21:37 
GeneralVC++ conversion urgent Pin
Guruprasad17-Sep-00 18:05
Guruprasad17-Sep-00 18:05 
GeneralRe: VC++ conversion urgent Pin
Dark Angel18-Sep-00 4:34
Dark Angel18-Sep-00 4:34 
Is this an MFC program or a Windows SDK program?

For help with SDK programs, there is a program called PortTool.exe. It will walk through a source code file and tell you of things that need to be changed. I don't know where this tool comes from. Check MSDN to find it.

In my experience, vanilla MFC apps port fairly easily, though there are some minor changes to your source code (some commenting of code will get you there).

For SDK apps, there is a lot more work involved. One place that needs to change is that the WndProc parameters (WPARAM and LPARAM) change meaning. This means that you have to change your switch statements. This is also documented on MSDN.
GeneralUsing 256 color icons in CTreeCtrl Pin
Mustafa Demirhan16-Sep-00 23:45
Mustafa Demirhan16-Sep-00 23:45 
GeneralSystem Tray Pin
kennan16-Sep-00 23:07
kennan16-Sep-00 23:07 
GeneralRe: System Tray Pin
Mustafa Demirhan16-Sep-00 23:27
Mustafa Demirhan16-Sep-00 23:27 
GeneralRe: System Tray Pin
Mustafa Demirhan16-Sep-00 23:30
Mustafa Demirhan16-Sep-00 23:30 
GeneralRe: System Tray Pin
Sam Hobbs17-Sep-00 19:45
Sam Hobbs17-Sep-00 19:45 
GeneralMFC, API Pin
kennan16-Sep-00 22:06
kennan16-Sep-00 22:06 
GeneralRe: MFC, API Pin
Paolo Messina16-Sep-00 22:48
professionalPaolo Messina16-Sep-00 22:48 
GeneralProblem with getting file and line from ImageHlp.dll Pin
Stephen Kellett16-Sep-00 5:31
Stephen Kellett16-Sep-00 5:31 
GeneralRe: Problem with getting file and line from ImageHlp.dll Pin
Gert Boddaert18-Sep-00 1:58
Gert Boddaert18-Sep-00 1:58 
GeneralRe: Problem with getting file and line from ImageHlp.dll Pin
Stephen Kellett26-Sep-00 2:08
Stephen Kellett26-Sep-00 2:08 
GeneralRe: Problem with getting file and line from ImageHlp.dll Pin
Gert Boddaert26-Sep-00 2:29
Gert Boddaert26-Sep-00 2:29 
GeneralProblems with Platform SDK Pin
Stephen Kellett16-Sep-00 5:26
Stephen Kellett16-Sep-00 5:26 
GeneralRe: Problems with Platform SDK Pin
mg29-Sep-00 6:45
mg29-Sep-00 6:45 
GeneralTransparentBlt Pin
David15-Sep-00 18:41
David15-Sep-00 18:41 
GeneralDialog resolution Pin
Roger15-Sep-00 7:40
Roger15-Sep-00 7:40 
GeneralRe: Dialog resolution Pin
Mustafa Demirhan16-Sep-00 0:00
Mustafa Demirhan16-Sep-00 0:00 
GeneralISAPI Pin
Ed K19-Sep-00 12:19
Ed K19-Sep-00 12:19 
GeneralRe: ISAPI Pin
Member 120896520-Sep-00 14:01
Member 120896520-Sep-00 14:01 
GeneralFailure to Register DropTarget only on HP Vectra and Win 2000 Pin
Member 1031214815-Sep-00 6:13
Member 1031214815-Sep-00 6:13 
General*** Changing Title of a Document Frame **** Pin
Steve Lai15-Sep-00 6:02
Steve Lai15-Sep-00 6: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.