Click here to Skip to main content
15,904,416 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Error in ShowWindow() Pin
Nathan Holt at EMOM11-Oct-07 8:10
Nathan Holt at EMOM11-Oct-07 8:10 
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 
I have a dumb question. I basically have two issues that are for the same question. I am using Microsoft Visual Studio 2005 C/C++ compiler.
The first issue is that I have a basic C application that will read in a text file, excel file, SQL 2005 database file and import them to Oracle. The code does not use any of the MFC foundation classes or even the C++ classes. It is basic C. The code does use Oracle' pro-C compiler to interact wit the Oracle database but that is not the question.

I compiled my code on Windows XP Professional using static linked libraries. I am not using any Window specific DLLs except what is available for the C compiler. I want to compile my code on Windows XP and run the application .EXE on Windows 2000, Windows 2000 Server, and Windows 2003. I found out that I could do this. I successfully ran my application built for Windows XP on Windows 2000, Windows 2000 Server and Windows 2003 without a problem.

I am basically linking with the PlatformSDK out of MS Visual 2005 Studio. I just want to verify that I will have no problem. I tested it and it appears to be no problem.

The second issue is that I also have a GUI application that uses the Windows SDK for GUIs (no C++ MFC foundations). This application creates a dialog box and adds buttons and menus that allow the user to create schedules for the oracle database via a GUI interface As I mentioned it is an older version of code that is just being maintained. It was also built on Windows XP and runs on Windows 2000 and Windows 2003.

The question:

1. Does anybody know if compiled code (statically linked) built on Windows XP will cause an issue on Windows 2000, Windows 2000 Server and Windows 2003?
2. Do I have to install VC8 Dlls? It appears that I do not since I am using the PlatformSDK and basic C.


ThanksSmile | :) Smile | :)


Dennis Russell
GeneralRe: Compiling Visual C/C++ code on Windows XP Pin
Matthew Faithfull10-Oct-07 5:14
Matthew Faithfull10-Oct-07 5:14 
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 

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.