"Gregory M. Turner" gmturner007@ameritech.net wrote:
One ritual is that you should not use msvcrt from other dlls, this will cause trouble with apps that use the Unix libc.
Is it OK to do LoadLibrary/GetProcAddress, or is that equally problematic?
Why don't you use _lclose, _lcreat, _llseek, _lopen, _lread, _lwrite exported from kernel32?