Connecting Tech Pros Worldwide Forums | Help | Site Map

When are MS going to fix their API help?

Michael C
Guest
 
Posts: n/a
#1: Nov 17 '05
MS API help is still geared towards C programmers only despite that fact
that programmers from other languages have been using them for 10+ years
now. When looking up an API it can be a real pain to find the dll that the
API is in and the value of the constants. With the common API like
ShowWindow it's very easy to work out but with more obscure API, like say
those for win CE, it can be a real pain requiring downloading and installing
SDKs. I guess showing the syntax for vb6/C# and other languages would be a
bit over the top but at least specifying the name of the dll and the value
of the constants would be good. Sound fair?



Michael C#
Guest
 
Posts: n/a
#2: Nov 17 '05

re: When are MS going to fix their API help?


I doubt converting the API docs is high on their priority list - they're
busy herding programmers to .NET - in the opposite direction from WIN32 API
programming. I ended up getting a book for Win32 Programming in VB from the
discount rack at the bookstore. It was specifically geared to VB6, but was
easier to translate over to VB.NET than all those god-awful C++ .h files.

"Michael C" <mculley@NOSPAMoptushome.com.au> wrote in message
news:uDWGLysSFHA.3088@TK2MSFTNGP10.phx.gbl...[color=blue]
> MS API help is still geared towards C programmers only despite that fact
> that programmers from other languages have been using them for 10+ years
> now. When looking up an API it can be a real pain to find the dll that the
> API is in and the value of the constants. With the common API like
> ShowWindow it's very easy to work out but with more obscure API, like say
> those for win CE, it can be a real pain requiring downloading and
> installing SDKs. I guess showing the syntax for vb6/C# and other languages
> would be a bit over the top but at least specifying the name of the dll
> and the value of the constants would be good. Sound fair?
>[/color]


Michael C
Guest
 
Posts: n/a
#3: Nov 17 '05

re: When are MS going to fix their API help?


"Michael C#" <xyz@abcdef.com> wrote in message
news:DKCbe.17750$V02.6471@fe08.lga...[color=blue]
>I doubt converting the API docs is high on their priority list - they're
>busy herding programmers to .NET - in the opposite direction from WIN32 API
>programming. I ended up getting a book for Win32 Programming in VB from
>the discount rack at the bookstore. It was specifically geared to VB6, but
>was easier to translate over to VB.NET than all those god-awful C++ .h
>files.[/color]

It might be good if they put the functionality into .net so we didn't need
APIs any longer :-) I have got one of those books but they tend to cover the
less obscure areas of API.

Michael


Michael C#
Guest
 
Posts: n/a
#4: Nov 17 '05

re: When are MS going to fix their API help?


"Michael C" <mculley@NOSPAMoptushome.com.au> wrote in message
news:uy3tgntSFHA.3464@tk2msftngp13.phx.gbl...[color=blue]
> It might be good if they put the functionality into .net so we didn't need
> APIs any longer :-) I have got one of those books but they tend to cover
> the less obscure areas of API.[/color]

Yeah tell me about it :) I spent mad hours trying to make sense of some of
the newer APIs that aren't even covered in the older books - like the
Windows Term Svcs API... Still having nightmares about that project :) And
the documentation on MSDN makes no sense unless you spend hours ripping
through the C header files to figure out the actual values of the constants
they reference.


Closed Thread


Similar C# / C Sharp bytes