Subject Re: possible bug with firebird2/isc_version (??)
Author jrmrenegade
--- In firebird-support@yahoogroups.com, "Ivan Prenosil" >
> Sometimes it is much easier to "try" instead of "think". :)
>
> Ivan
>

changing the function from stdcall to cdecl worked.

This library that I have uses stdcall for all windows versions, so
this brings up the question: Is this library wrong? should all the
dll functions be called with cdecl? Is the calling convention
requirements documented anywhere? Apparently I'm confused on this
subject.