Click here to Skip to main content
15,914,016 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSoftware Pin
Anonymous17-May-05 19:22
Anonymous17-May-05 19:22 
GeneralRe: Software Pin
Christian Graus17-May-05 19:26
protectorChristian Graus17-May-05 19:26 
GeneralRe: Software Pin
Bob Stanneveld18-May-05 2:36
Bob Stanneveld18-May-05 2:36 
GeneralRe: Software Pin
Anonymous18-May-05 9:12
Anonymous18-May-05 9:12 
GeneralFragmented Disk Pin
Anonymous17-May-05 19:08
Anonymous17-May-05 19:08 
GeneralRe: Fragmented Disk Pin
Joel Holdsworth17-May-05 23:49
Joel Holdsworth17-May-05 23:49 
GeneralWindows Version Pin
G_S17-May-05 17:39
G_S17-May-05 17:39 
GeneralRe: Windows Version Pin
Shog917-May-05 17:50
sitebuilderShog917-May-05 17:50 
G_S wrote:
how many different windows platforms are there.

Lots.
I'm serious - if you factor in all the various versions of IE, the service packs, the Win9x and WinNT lines, it's a frighteningly large number.

Generally, if you wish to use an API that only exists in certain versions, you're best finding a way to include the redistributable for that API along with your install. Failing that, test for the existence of the API prior to using it (for regular APIs, that usually means LoadLibrary() + GetProcAddress() rather than static linking).

For other platform-dependant functionality (such as registry locations, file formats), you're gonna have to either get more creative, or write for the lowest common denominator.


You must be careful in the forest
Broken glass and rusty nails
If you're to bring back something for us
I have bullets for sale...

GeneralRe: Windows Version Pin
G_S17-May-05 18:02
G_S17-May-05 18:02 
GeneralRe: Windows Version Pin
Christian Graus17-May-05 18:18
protectorChristian Graus17-May-05 18:18 
GeneralRe: Windows Version Pin
G_S17-May-05 18:32
G_S17-May-05 18:32 
GeneralRe: Windows Version Pin
Christian Graus17-May-05 18:40
protectorChristian Graus17-May-05 18:40 
GeneralRe: Windows Version Pin
Jack Puppy17-May-05 18:45
Jack Puppy17-May-05 18:45 
GeneralRounding Pin
knapak17-May-05 14:20
knapak17-May-05 14:20 
GeneralRe: Rounding Pin
Christian Graus17-May-05 14:30
protectorChristian Graus17-May-05 14:30 
GeneralRe: Rounding Pin
knapak17-May-05 14:34
knapak17-May-05 14:34 
GeneralRe: Rounding Pin
Christian Graus17-May-05 14:38
protectorChristian Graus17-May-05 14:38 
GeneralRe: Rounding Pin
knapak17-May-05 15:00
knapak17-May-05 15:00 
GeneralRe: Rounding Pin
G_S17-May-05 16:32
G_S17-May-05 16:32 
GeneralRe: Rounding Pin
Christian Graus17-May-05 16:37
protectorChristian Graus17-May-05 16:37 
GeneralRe: Rounding Pin
Shog917-May-05 17:53
sitebuilderShog917-May-05 17:53 
GeneralRe: Rounding Pin
Bob Stanneveld17-May-05 22:19
Bob Stanneveld17-May-05 22:19 
GeneralRe: Rounding Pin
Shog917-May-05 14:38
sitebuilderShog917-May-05 14:38 
GeneralRe: Rounding Pin
knapak17-May-05 15:00
knapak17-May-05 15:00 
GeneralRe: Rounding Pin
PJ Arends17-May-05 16:51
professionalPJ Arends17-May-05 16:51 

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.