- Timestamp:
- Aug 11, 2000, 12:54:06 PM (25 years ago)
- Location:
- trunk/doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/Notes.txt
r3811 r3990 13 13 Use OSLibGpi* functions or create a new function called Odin* which 14 14 doesn't add metafile data 15 16 - DosSetFileLocksL: 17 an offset with anything other than 0 in the top dword will only work 18 on IFSes that support 64 bit access. For now, that's just JFS. Thus, 19 your observation that this works on JFS and fails on HPFS is what 20 we'd expect. -
trunk/doc/Porting.txt
r3811 r3990 1 /* $Id: Porting.txt,v 1. 1 2000-07-09 22:27:54 phallerExp $ */1 /* $Id: Porting.txt,v 1.2 2000-08-11 10:54:06 sandervl Exp $ */ 2 2 3 3 Porting Win32 applications to OS/2 using Odin - 991212 … … 85 85 and, again, a pointer to the resource object. (as produced by wrc) 86 86 The resource pointer can be NULL. 87 The handle returned by RegisterLxDll must be used when calling UnregisterLxDll. 87 88 88 89 In the skeleton dll entrypoint we also call ctordtorInit/Term to create/destroy
Note:
See TracChangeset
for help on using the changeset viewer.