Menu

#55 Obsolete Windows API calls in TFileDocument

unspecified
open
nobody
Internal (120)
1
2015-05-21
2009-11-13
No

TFileDocument still uses obsolete 16-bit compatibility calls like _lopen() to open files.
An issue with these calls is that they support only single-bye file names and not Unicode.

These calls should be replaced with the modern equivalents like CreateFile()

Discussion


Log in to post a comment.