This are the kinds of errors generated when you mix a library compiled using a static version of the C runtime with a program using the shared runtime (msvcrt.dll - MicroSoft Visual C runtime). Check all modules are compiled using the same type of link to the C runtime (in the release and debug build).
Regards, ~Nuno Lucas --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

