Click here to Skip to main content
15,911,139 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: stackwalk64 compilation error on 64 bit windows - Cannot convert parameter from 'int' to 'HANDLE' Pin
John Oliviers24-Aug-07 9:16
John Oliviers24-Aug-07 9:16 
GeneralRe: stackwalk64 compilation error on 64 bit windows - Cannot convert parameter from 'int' to 'HANDLE' Pin
Maxwell Chen24-Aug-07 9:51
Maxwell Chen24-Aug-07 9:51 
QuestionRe: stackwalk64 compilation error on 64 bit windows - Cannot convert parameter from 'int' to 'HANDLE' Pin
John Oliviers29-Aug-07 9:26
John Oliviers29-Aug-07 9:26 
GeneralRe: stackwalk64 compilation error on 64 bit windows - Cannot convert parameter from 'int' to 'HANDLE' Pin
Maxwell Chen29-Aug-07 18:36
Maxwell Chen29-Aug-07 18:36 
QuestionHow to pass data to child process using anonymous pipes Pin
Visweswara Koduri24-Aug-07 5:05
Visweswara Koduri24-Aug-07 5:05 
QuestionFolder Security in VS Setup Project Pin
Federico Milano24-Aug-07 4:28
Federico Milano24-Aug-07 4:28 
QuestioneVC4 and VC++6 Pin
elegantcharm24-Aug-07 3:56
elegantcharm24-Aug-07 3:56 
AnswerRe: eVC4 and VC++6 Pin
Matthew Faithfull24-Aug-07 4:53
Matthew Faithfull24-Aug-07 4:53 
Yes definitely. I develop WinCE MFCish software and most of the development is done on XP. The very great majority of the code runs fine on XP built with VS2005 ( We used to use VC6 ) and on CE built with EVC4. You have to be a little careful which CRT functions you call as the CRT on CE is a bit limited and keep the MFC as simple as possible but it works without too many issues.
One thing to watch is that threading is handled completely differently on CE. It has a deterministic priority based threading model so no low priority thread ever gets a look in if a higher priority one is busy looping.
If you want portable code across CE and XP then develop for CE and port to XP is the way to go. EVC4 is also a stricter compiler in some ways than MSVC so you'll probably get unexpected warnings if you go the other way. I'm not sure why you'd want to do this except for development purposes but if you've got some killer app that everyone's goign to want on their PDAs and their desktops then why not.

Nothing is exactly what it seems but everything with seems can be unpicked.

AnswerRe: eVC4 and VC++6 Pin
elegantcharm24-Aug-07 9:25
elegantcharm24-Aug-07 9:25 
AnswerRe: eVC4 and VC++6 Pin
ghle24-Aug-07 15:18
ghle24-Aug-07 15:18 
QuestionImages in ListCtrl disappear after selecting Pin
Atul2324-Aug-07 2:48
Atul2324-Aug-07 2:48 
QuestionRe: Images in ListCtrl disappear after selecting Pin
Hamid_RT24-Aug-07 3:06
Hamid_RT24-Aug-07 3:06 
QuestionBinding an application in VC++ Pin
Andy Rama24-Aug-07 1:45
Andy Rama24-Aug-07 1:45 
AnswerRe: Binding an application in VC++ Pin
toxcct24-Aug-07 1:49
toxcct24-Aug-07 1:49 
AnswerRe: Binding an application in VC++ Pin
Matthew Faithfull24-Aug-07 2:10
Matthew Faithfull24-Aug-07 2:10 
QuestionRe: Binding an application in VC++ Pin
Hamid_RT24-Aug-07 2:16
Hamid_RT24-Aug-07 2:16 
AnswerRe: Binding an application in VC++ Pin
Andy Rama26-Aug-07 23:17
Andy Rama26-Aug-07 23:17 
QuestionRe: Binding an application in VC++ Pin
David Crow24-Aug-07 6:00
David Crow24-Aug-07 6:00 
AnswerRe: Binding an application in VC++ Pin
Andy Rama26-Aug-07 23:19
Andy Rama26-Aug-07 23:19 
GeneralRe: Binding an application in VC++ Pin
David Crow27-Aug-07 3:00
David Crow27-Aug-07 3:00 
QuestionVisual c++ 6.0 Pin
plural24-Aug-07 1:18
plural24-Aug-07 1:18 
AnswerRe: Visual c++ 6.0 Pin
toxcct24-Aug-07 1:46
toxcct24-Aug-07 1:46 
GeneralRe: Visual c++ 6.0 Pin
plural24-Aug-07 1:56
plural24-Aug-07 1:56 
GeneralRe: Visual c++ 6.0 Pin
toxcct24-Aug-07 2:00
toxcct24-Aug-07 2:00 
GeneralRe: Visual c++ 6.0 Pin
plural24-Aug-07 2:16
plural24-Aug-07 2:16 

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.