Click here to Skip to main content
15,887,027 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionProblem with writeprivateprofilestring() Pin
Shivanand Gupta14-May-10 3:29
Shivanand Gupta14-May-10 3:29 
QuestionRe: Problem with writeprivateprofilestring() Pin
David Crow14-May-10 7:58
David Crow14-May-10 7:58 
AnswerRe: Problem with writeprivateprofilestring() Pin
Shivanand Gupta14-May-10 20:31
Shivanand Gupta14-May-10 20:31 
QuestionRAPI funcion generate problem in CFileDialog handling. Pin
Le@rner14-May-10 2:32
Le@rner14-May-10 2:32 
AnswerRe: RAPI funcion generate problem in CFileDialog handling. Pin
Cedric Moonen14-May-10 4:13
Cedric Moonen14-May-10 4:13 
GeneralRe: RAPI funcion generate problem in CFileDialog handling. Pin
Le@rner14-May-10 18:19
Le@rner14-May-10 18:19 
QuestionConverting something in MFC (.NET) to work under wxWidgets (for windows only) Pin
brdavid14-May-10 2:17
brdavid14-May-10 2:17 
AnswerRe: Converting something in MFC (.NET) to work under wxWidgets (for windows only) Pin
Tim Craig14-May-10 14:38
Tim Craig14-May-10 14:38 
I've been playing with wxWidgets for a year or so now but mostly just to have a GUI interface for testing my machine vision tools. I used MFC for a long time before. It should be possible to do it since it's all just programming and there seems to be a very high correspondence between MFC message handlers and the handlers in wxWidgets.

I'm not familiar with the control you mentioned but a potential problem is where the MFC class is just a wrapper for a Window's control. In that case if you're looking for a truly cross platform solution, then it gets a lot tougher since the underlying control won't exist on other platforms or if a similar control does exist, you'll have to do essentially multiple implementaions under the covers to make it transparent at the top level.

MFC being Windows specific allows you get get to and use the underlying Windows API pretty easily and depending on how much that has been done may cause problems, too.
The wonderful thing about the Darwin Awards is that everyone wins, especially the members of the audience.

Questionmaze in c Pin
hasani200714-May-10 2:00
hasani200714-May-10 2:00 
AnswerRe: maze in c Pin
CPallini14-May-10 2:05
mveCPallini14-May-10 2:05 
GeneralRe: maze in c Pin
Luc Pattyn14-May-10 8:08
sitebuilderLuc Pattyn14-May-10 8:08 
GeneralRe: maze in c Pin
CPallini14-May-10 10:19
mveCPallini14-May-10 10:19 
AnswerRe: maze in c Pin
Maximilien14-May-10 2:29
Maximilien14-May-10 2:29 
AnswerRe: maze in c Pin
Iain Clarke, Warrior Programmer14-May-10 4:50
Iain Clarke, Warrior Programmer14-May-10 4:50 
QuestionRe: maze in c Pin
David Crow14-May-10 8:00
David Crow14-May-10 8:00 
QuestionData communication between MFC and JavaScript for a Google Maps application Pin
ursular14-May-10 1:59
ursular14-May-10 1:59 
Questionpng button Pin
AbhiHcl14-May-10 0:23
AbhiHcl14-May-10 0:23 
AnswerRe: png button Pin
CPallini14-May-10 0:57
mveCPallini14-May-10 0:57 
QuestionThread local variables Pin
SelvaKr13-May-10 23:54
SelvaKr13-May-10 23:54 
AnswerRe: Thread local variables Pin
KellyR14-May-10 3:54
KellyR14-May-10 3:54 
AnswerRe: Thread local variables Pin
cmk14-May-10 12:35
cmk14-May-10 12:35 
GeneralRe: Thread local variables Pin
SelvaKr19-May-10 21:32
SelvaKr19-May-10 21:32 
QuestionSystem date and time c++ Pin
Member 365375113-May-10 21:55
Member 365375113-May-10 21:55 
AnswerRe: System date and time c++ Pin
Stephen Hewitt13-May-10 22:01
Stephen Hewitt13-May-10 22:01 
AnswerRe: System date and time c++ Pin
Richard MacCutchan13-May-10 22:58
mveRichard MacCutchan13-May-10 22:58 

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.