[Verse-dev] usage of perror function breaks compatibility with EVC3

Thorsten Jordan verse-dev@blender.org
Wed, 14 Jul 2004 17:07:08 +0200


Hi,

there is one place in the verse-r3p2 code where the "perror"-Function is 
used (verse versions r2 and older seem to not use it). The function is 
not provided with the c-library of embedded Visual C++ 3, and as far as 
the Help of the compiler says the function is just an abbreviation for 
fprintf(stderr, somestring);
I know that if someone's compiler can't handle some libc-functions it is 
the problem of the compiler or of the one who uses it... however i have 
to use the code and have to use this compiler and don't want to ship 
patched libraries with my code, so is it possible that you change the 
perror call to fprintf(stderr, something)? thanks!

-- 
Greetings, Thorsten