Click here to Skip to main content
15,916,417 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convert MDI to SDI application Pin
Johan Rosengren4-Jun-04 3:27
Johan Rosengren4-Jun-04 3:27 
GeneralRe: Convert MDI to SDI application Pin
Salvador Dali4-Jun-04 3:56
Salvador Dali4-Jun-04 3:56 
GeneralRe: Convert MDI to SDI application Pin
Johan Rosengren4-Jun-04 5:07
Johan Rosengren4-Jun-04 5:07 
General[Q] layered image application Pin
Choi Wanho4-Jun-04 0:46
Choi Wanho4-Jun-04 0:46 
GeneralRe: [Q] layered image application Pin
basementman4-Jun-04 6:04
basementman4-Jun-04 6:04 
QuestionHow to use MFC classes in WinAPI app Pin
lapenkov3-Jun-04 23:46
lapenkov3-Jun-04 23:46 
AnswerRe: How to use MFC classes in WinAPI app Pin
toxcct3-Jun-04 23:49
toxcct3-Jun-04 23:49 
AnswerRe: How to use MFC classes in WinAPI app Pin
Diddy3-Jun-04 23:50
Diddy3-Jun-04 23:50 
Include MFC support in your project.

Or....

Dont use them.

Simple. Some of the smaller classes you can actually copy and paste into Win32 code and they work with a bit of tweaking. But there is much more to MFC than a bunch of classes that can be used independatly of the framework im affraid... So you either use MFC, or you dont.

The best bet is to forgo MFC ....

For CString - id just use std::string or one of the billion other string classes out there.

For CRecordset - well, personally I'd use ADO anyway but thats just me.
GeneralRe: How to use MFC classes in WinAPI app Pin
lapenkov4-Jun-04 0:00
lapenkov4-Jun-04 0:00 
GeneralRe: How to use MFC classes in WinAPI app Pin
toxcct4-Jun-04 0:04
toxcct4-Jun-04 0:04 
GeneralRe: How to use MFC classes in WinAPI app Pin
Diddy4-Jun-04 0:05
Diddy4-Jun-04 0:05 
GeneralRe: How to use MFC classes in WinAPI app Pin
John M. Drescher4-Jun-04 5:45
John M. Drescher4-Jun-04 5:45 
GeneralRe: How to use MFC classes in WinAPI app Pin
Rodrigo Pinto Pereira de Souza4-Jun-04 7:21
Rodrigo Pinto Pereira de Souza4-Jun-04 7:21 
GeneralInvalidate() Pin
cruschy3-Jun-04 23:34
cruschy3-Jun-04 23:34 
GeneralRe: Invalidate() Pin
Diddy3-Jun-04 23:43
Diddy3-Jun-04 23:43 
GeneralRe: Invalidate() Pin
Johan Rosengren4-Jun-04 3:32
Johan Rosengren4-Jun-04 3:32 
GeneralRe: Invalidate() Pin
basementman4-Jun-04 6:07
basementman4-Jun-04 6:07 
GeneralRe: Invalidate() Pin
Blake Miller4-Jun-04 14:20
Blake Miller4-Jun-04 14:20 
Generalbluetooth includes [edit] ON WINDOWS !!! [/edit] Pin
toxcct3-Jun-04 23:06
toxcct3-Jun-04 23:06 
GeneralRe: bluetooth includes Pin
jmkhael3-Jun-04 23:10
jmkhael3-Jun-04 23:10 
GeneralRe: bluetooth includes Pin
toxcct3-Jun-04 23:12
toxcct3-Jun-04 23:12 
GeneralRe: bluetooth includes Pin
toxcct3-Jun-04 23:15
toxcct3-Jun-04 23:15 
GeneralRe: bluetooth includes Pin
jmkhael3-Jun-04 23:21
jmkhael3-Jun-04 23:21 
GeneralRe: bluetooth includes Pin
toxcct3-Jun-04 23:23
toxcct3-Jun-04 23:23 
GeneralRe: bluetooth includes Pin
jmkhael3-Jun-04 23:31
jmkhael3-Jun-04 23:31 

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.