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

C / C++ / MFC

 
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 
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 
G_S wrote:
is there a way of determinig the OS running.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/sysinfo/base/osversioninfo_str.asp[^]

But like Shog said, if you use unsupported API's, then you need to dynamically load them, or your app won't run, even if you never run the code that calls them. The alternative is to write your own versions. I did that with TransparentBlt and AlphaBlend many years ago, so I could support W95 and still call them.

G_S wrote:
how many different windows platforms are there.

Assuming you start with W95, there's W95, W98, NT4, WME, W2000, WXP. Then W98 has service pack 2 to consider, that added a lot, from memory.


Christian Graus - Microsoft MVP - C++
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 
GeneralRe: Rounding Pin
G_S17-May-05 17:10
G_S17-May-05 17:10 
GeneralRe: Rounding Pin
cmk17-May-05 19:01
cmk17-May-05 19:01 

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.