J
Jorgen Grahn
.
I can understand that, given that it's part of the worst part of
Windows. That means it's not representative.
All important libraries written in C are available in other languages,
so I don't see a desperate need for some new sort of API. There are
enough people who are able and willing to read C code.
/Jorgen
In general, you want to use a library, it's written in C, comes in a binary
LIB form, and might have a header containing the functions, types and data
structures used; however this is not usually designed to be human readable,
you're expected to be using a C compiler (sometimes a particular compiler,
set of options, etc).
I remember trying to read STDAFX.H, and it was totally impossible.
I can understand that, given that it's part of the worst part of
Windows. That means it's not representative.
Binary APIs are needed not APIs geared to a specific language. You
have to get involved in C source even if you have no intention of
writing any yourself.
All important libraries written in C are available in other languages,
so I don't see a desperate need for some new sort of API. There are
enough people who are able and willing to read C code.
/Jorgen