RE: Wrapping C -- errno's?

new topic     » topic index » view thread      » older message » newer message

> From: Andy Serpa [mailto:renegade at earthling.net]

> Are basic error numbers (like EINVAL or EEXISTS) returned from C 
> functions the same from compiler to compiler?  Is there a standard or 
> are they all different?

Many are standard errors, and many are library/application specific.  Find
the header file that defines them.  The first place you might look is in
winerror.h.  I usually do a search in Explorer for text in files using
"#define ERRORNAME".

Matt Lewis

PS Didn't check my email this weekend, but looks like you solved your
callback problem, right?

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu