Dmitry Timoshkov wrote:
"Gregory M. Turner" <[EMAIL PROTECTED]> 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?

except for _lopen which differs a bit from CreateFile, but why not using ReadFile, WriteFile, CloseHandle...
A+


--
Eric Pouech




Reply via email to