|
shared memory implememtation in vpsysos2.pas
|
Veit Kannegieser
|
Feb 19, 2004 06:43 PST
|
Hello,
have noticed that vpsysos2.pas needs changes, please
remove obj_Giveable bit from SysAllocSharedMemory
and SysAccessSharedMemory, else the call fails.
and also a 16/32 bit call problem,
in os2base.pas HFile is defined
HFile = LHandle;
and
LHandle = Longint; (from os2def.pas)
but in os2def.pas, there is
HFile = SHandle;
and
SHandle = Word; ({$AlignRec-,Use32-})
the 16 bit definition should go (or renamed).
Veit
|
|
 |
|