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

C / C++ / MFC

 
GeneralRe: Difference between XP and XPe Pin
FPeeters18-Apr-08 2:56
FPeeters18-Apr-08 2:56 
GeneralRe: Difference between XP and XPe Pin
Cedric Moonen18-Apr-08 3:06
Cedric Moonen18-Apr-08 3:06 
GeneralRe: Difference between XP and XPe Pin
FPeeters18-Apr-08 3:53
FPeeters18-Apr-08 3:53 
GeneralRe: Difference between XP and XPe Pin
David Crow18-Apr-08 4:51
David Crow18-Apr-08 4:51 
GeneralVisual C++ MFC program not on Windows Pin
Kwanalouie18-Apr-08 1:09
Kwanalouie18-Apr-08 1:09 
GeneralRe: Visual C++ MFC program not on Windows Pin
Iain Clarke, Warrior Programmer18-Apr-08 1:15
Iain Clarke, Warrior Programmer18-Apr-08 1:15 
GeneralRe: Visual C++ MFC program not on Windows Pin
Rajesh R Subramanian18-Apr-08 1:18
professionalRajesh R Subramanian18-Apr-08 1:18 
GeneralRe: Visual C++ MFC program not on Windows Pin
Cedric Moonen18-Apr-08 1:21
Cedric Moonen18-Apr-08 1:21 
You won't be able to do that. MFC is for windows only. Anyway, even if your code was 100% system independant, you still would need to recompile it for a different platform (the binaries are totally different).

If you want to make something portable, you will need to make your code portable, you will need to get rid of every call to the win32 API (and get rid of MFC, completely). However, don't panic, there is a cross-platform alternative to MFC: wxWidgets[^]. If you have experience with MFC, it shouldn't be too difficult to switch because it is more or less similar (in usage I mean).

Good luck, it is probably more complicated than you think...

Cédric Moonen
Software developer

Charting control [v1.4 - Updated]

QuestionRe: Visual C++ MFC program not on Windows Pin
CPallini18-Apr-08 1:30
mveCPallini18-Apr-08 1:30 
GeneralRe: Visual C++ MFC program not on Windows Pin
ThatsAlok18-Apr-08 3:46
ThatsAlok18-Apr-08 3:46 
GeneralRe: Visual C++ MFC program not on Windows Pin
Hamid_RT18-Apr-08 5:34
Hamid_RT18-Apr-08 5:34 
Question[Message Deleted] Pin
C.P.Rajesh18-Apr-08 0:05
C.P.Rajesh18-Apr-08 0:05 
GeneralRe: operator overloading Pin
CPallini18-Apr-08 0:21
mveCPallini18-Apr-08 0:21 
GeneralRe: operator overloading Pin
ThatsAlok18-Apr-08 3:21
ThatsAlok18-Apr-08 3:21 
GeneralRe: operator overloading Pin
CPallini18-Apr-08 4:15
mveCPallini18-Apr-08 4:15 
GeneralRe: [Message Deleted] Pin
Hamid_RT18-Apr-08 5:34
Hamid_RT18-Apr-08 5:34 
GeneralRe: [Message Deleted] Pin
Moak18-Apr-08 10:46
Moak18-Apr-08 10:46 
GeneralRe: [Message Deleted] Pin
Hamid_RT18-Apr-08 17:10
Hamid_RT18-Apr-08 17:10 
Generalany smarter ways to design this tree structure Pin
George_George17-Apr-08 23:58
George_George17-Apr-08 23:58 
GeneralOT Pin
CPallini18-Apr-08 0:30
mveCPallini18-Apr-08 0:30 
GeneralRe: OT Pin
George_George18-Apr-08 0:34
George_George18-Apr-08 0:34 
GeneralRe: OT Pin
CPallini18-Apr-08 0:53
mveCPallini18-Apr-08 0:53 
GeneralRe: OT Pin
George_George18-Apr-08 0:59
George_George18-Apr-08 0:59 
GeneralRe: any smarter ways to design this tree structure Pin
Matthew Faithfull18-Apr-08 0:58
Matthew Faithfull18-Apr-08 0:58 
GeneralRe: any smarter ways to design this tree structure Pin
George_George18-Apr-08 1:17
George_George18-Apr-08 1:17 

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.