admin
Admin
 Admin
| Posts: 321 |  | Karma: 0
|
another "patch" for the Delphi lib of sept 2002 - 2003/01/21 17:43
Type NW_FILE_INFO2 = {packed} Record fileAttributes : nuint8 ; extendedFileAttributes : nuint8 ; fileSize : nuint32 ; creationDate : nuint16 ; lastAccessDate : nuint16 ; lastUpdateDateAndTime : nuint32 ; fileOwnerID : nuint32 ; lastArchiveDateAndTime : nuint32 ; fileName : Array[0..259] Of nstr8 ; End;
In File NWFile.inc should the declaration NW_FILE_INFO2 not be packed. Above the correct declaration.
Hans Boone |