Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Win2000 API crazy problem

Status
Not open for further replies.

Robertus

Programmer
Feb 16, 2001
81
RO
Does anybody know how could I find ALL the API functions that DOESN'T work in Windows 2000 (or in Win NT) ?

('cause I have a little program that works fine in Win98 but doesn't work well under Win2000 - it's a puzzle game that displays a lot of CStatics derived controls, each control containing an image set there with CStatic::SetBitmap() and being loaded with ::LoadImage() API function....)
 
Hello, are you there?
I really need to know
 
In every API's documentation, there is a "Requirement" section. It will show whether the API is supported in the list of platform.

Also, carefully read the API's docs, some flags are only available in some platform.

For some API, NT/2000 are less forgiving in bad arguments.

It'll help if you show your code.

Shyan
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top