Andriy Palamarchuk apa3a@yahoo.com writes:
My lack of understanding - what is correct approach in Winelib applications - to use msvcrt or native functions?
I always thought that correct approach is to use msvcrt ones.
Unless you depend on msvcrt-specific features, it's better to use the Unix C library. It will use less memory and load faster.