Click here to Skip to main content
15,899,313 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRead/Write properties Office 2007 in C++ Pin
SameerSathe10-Oct-07 4:42
SameerSathe10-Oct-07 4:42 
AnswerRe: Read/Write properties Office 2007 in C++ Pin
toxcct10-Oct-07 5:15
toxcct10-Oct-07 5:15 
QuestionHelp moving from FTP to HTTPS Pin
al_in_the_city10-Oct-07 4:40
al_in_the_city10-Oct-07 4:40 
AnswerRe: Help moving from FTP to HTTPS Pin
led mike10-Oct-07 5:23
led mike10-Oct-07 5:23 
AnswerRe: Help moving from FTP to HTTPS Pin
vikas amin11-Oct-07 7:00
vikas amin11-Oct-07 7:00 
AnswerRe: Help moving from FTP to HTTPS [modified] Pin
vikas amin11-Oct-07 11:47
vikas amin11-Oct-07 11:47 
QuestionCompiling Visual C/C++ code on Windows XP Pin
Dennis Russell10-Oct-07 4:38
Dennis Russell10-Oct-07 4:38 
GeneralRe: Compiling Visual C/C++ code on Windows XP Pin
Matthew Faithfull10-Oct-07 5:14
Matthew Faithfull10-Oct-07 5:14 
Statically linked is good but not the same thing as self contained. Every API call you make will still end up in a version dependent Windows Dlls, that shouldn't attempt to update, loaded at runtime from a runtime determined location with the potential for the function to be missing on older versions of Windows. Even the statically linked C Library makes runtime calls to Windows Dlls, some before your code even gets executed when your process starts.
Provided you code defensively to allow for this where you can then you shouldn't have any other problems on the versions you mentioned. Running code accross NT and non NT based (i.e 9x/ME) versions is another kettle of pirhanas.

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

GeneralRe: Compiling Visual C/C++ code on Windows XP Pin
Dennis Russell10-Oct-07 5:19
Dennis Russell10-Oct-07 5:19 
Questionvc 2005 compile error Pin
ns10-Oct-07 4:26
ns10-Oct-07 4:26 
AnswerRe: vc 2005 compile error Pin
Cedric Moonen10-Oct-07 4:33
Cedric Moonen10-Oct-07 4:33 
GeneralRe: vc 2005 compile error Pin
ns10-Oct-07 5:18
ns10-Oct-07 5:18 
AnswerRe: vc 2005 compile error Pin
toxcct10-Oct-07 5:11
toxcct10-Oct-07 5:11 
QuestionAbout SQL Server Pin
DSPCottage10-Oct-07 3:20
DSPCottage10-Oct-07 3:20 
Questionchar pointer question Pin
Yadrif10-Oct-07 3:00
Yadrif10-Oct-07 3:00 
QuestionRe: char pointer question Pin
David Crow10-Oct-07 3:08
David Crow10-Oct-07 3:08 
AnswerRe: char pointer question Pin
Cedric Moonen10-Oct-07 3:13
Cedric Moonen10-Oct-07 3:13 
GeneralRe: char pointer question Pin
David Crow10-Oct-07 3:16
David Crow10-Oct-07 3:16 
GeneralRe: char pointer question Pin
Mark Salsbery10-Oct-07 5:42
Mark Salsbery10-Oct-07 5:42 
GeneralRe: char pointer question Pin
Cedric Moonen10-Oct-07 7:05
Cedric Moonen10-Oct-07 7:05 
GeneralRe: char pointer question Pin
Mark Salsbery10-Oct-07 7:06
Mark Salsbery10-Oct-07 7:06 
AnswerRe: char pointer question Pin
Yadrif10-Oct-07 3:17
Yadrif10-Oct-07 3:17 
GeneralRe: char pointer question Pin
DQNOK10-Oct-07 5:48
professionalDQNOK10-Oct-07 5:48 
GeneralRe: char pointer question Pin
Robert Surtees10-Oct-07 18:45
Robert Surtees10-Oct-07 18:45 
QuestionDificulty ifintegrating an old C++ code into Visual C++ Pin
taintransit10-Oct-07 2:40
taintransit10-Oct-07 2:40 

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.