Click here to Skip to main content
15,895,192 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Member function pointer Pin
kikocharana2-Dec-03 9:16
kikocharana2-Dec-03 9:16 
Generala Q about C++ and OS Pin
includeh102-Dec-03 1:04
includeh102-Dec-03 1:04 
GeneralRe: a Q about C++ and OS Pin
Michael P Butler2-Dec-03 1:26
Michael P Butler2-Dec-03 1:26 
GeneralRe: a Q about C++ and OS Pin
Kevin McFarlane2-Dec-03 2:43
Kevin McFarlane2-Dec-03 2:43 
GeneralRe: a Q about C++ and OS Pin
Tim Smith2-Dec-03 4:21
Tim Smith2-Dec-03 4:21 
GeneralRe: a Q about C++ and OS Pin
Signal-92-Dec-03 8:04
Signal-92-Dec-03 8:04 
GeneralRe: a Q about C++ and OS Pin
Tim Smith2-Dec-03 9:52
Tim Smith2-Dec-03 9:52 
GeneralRe: a Q about C++ and OS Pin
Big Art2-Dec-03 10:52
Big Art2-Dec-03 10:52 
Over the years I have developed on all the operating systems. There are only 3 things I can tell you:


1) Years ago I used to have the believe that if you could get an app to compile on old 95/98 machines it would have a better chance of working without modification on newer OS (NT). You would be supprised at how many developers ignore the footnotes for a function at the end of the MSDN literature that specify what operationing systems support them only to get burned later. Lately though I have decide to develop on the latest OS because of the next paragraph. Read on...

2) I have noticed that an application developed on 2000 using VC7 produces a GUI appearance that looks the same on 2000 and XP (that is the old style buttons etc.). Whereas the same application developed on XP will have the newer buttons (mouse hover hite etc..)and interface appearance when viewed on XP and the older but standard appearance on 2000.

3) Visual studio.Net won't work on anything older than 2000 so you might as well forget the older OS for developing.

Art


GeneralProgrammatic control of mouse cursor Pin
Arshad Tanveer2-Dec-03 0:59
Arshad Tanveer2-Dec-03 0:59 
GeneralRe: Programmatic control of mouse cursor Pin
KellyR2-Dec-03 4:31
KellyR2-Dec-03 4:31 
GeneralRe: Programmatic control of mouse cursor Pin
El'Cachubrey2-Dec-03 4:36
El'Cachubrey2-Dec-03 4:36 
Generalwriting in a file Pin
karteek2-Dec-03 0:53
karteek2-Dec-03 0:53 
GeneralRe: writing in a file Pin
BaldwinMartin2-Dec-03 1:09
BaldwinMartin2-Dec-03 1:09 
GeneralRe: writing in a file Pin
karteek2-Dec-03 1:15
karteek2-Dec-03 1:15 
GeneralRe: writing in a file Pin
judo2-Dec-03 1:53
judo2-Dec-03 1:53 
GeneralRe: writing in a file Pin
BaldwinMartin2-Dec-03 2:12
BaldwinMartin2-Dec-03 2:12 
GeneralRe: writing in a file Pin
David Crow2-Dec-03 3:20
David Crow2-Dec-03 3:20 
QuestionDeleting listbox item jumps to top? Pin
Moak2-Dec-03 0:43
Moak2-Dec-03 0:43 
AnswerRe: Deleting listbox item jumps to top? Pin
BaldwinMartin2-Dec-03 0:48
BaldwinMartin2-Dec-03 0:48 
AnswerRe: Deleting listbox item jumps to top? Pin
includeh102-Dec-03 0:50
includeh102-Dec-03 0:50 
GeneralRe: Deleting listbox item jumps to top? Pin
Moak2-Dec-03 1:00
Moak2-Dec-03 1:00 
GeneralRe: Deleting listbox item jumps to top? Pin
Moak2-Dec-03 1:09
Moak2-Dec-03 1:09 
GeneralXP style Pin
viliam2-Dec-03 0:00
viliam2-Dec-03 0:00 
GeneralRe: XP style Pin
Chris Morrison7-Dec-03 7:54
Chris Morrison7-Dec-03 7:54 
GeneralSlow Editor in VC+ 6.0 Pin
BadJerry1-Dec-03 23:50
BadJerry1-Dec-03 23:50 

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.