Re: API Calls in C++

2008-06-20 Thread Mike Wahler
"Lars Uffmann" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > X-Posted to gnu.g++.help, F'Up set also > > Mike Wahler wrote: >> Usually an API (aka 'library') is provided with headers to include >> in your source, along with a library file containing compiled code >> that you link

Re: API Calls in C++

2008-06-20 Thread Lars Uffmann
X-Posted to gnu.g++.help, F'Up set also Mike Wahler wrote: Usually an API (aka 'library') is provided with headers to include in your source, along with a library file containing compiled code that you link with your executable. Well - the headers are there, the library file is a *.lib, appare