M
Michael C
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?
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?