Closed GoogleCodeExporter closed 9 years ago
Workaround:
Result := VirtualFree(PSave, 0, MEM_RELEASE);
See documentation of VirtualFree (dwSize must be zero):
MEM_RELEASE
0x8000
Releases the specified region of pages. After this operation, the pages are in
the free state.
If you specify this value, dwSize must be 0 (zero), and lpAddress must point to
the base address returned by the VirtualAlloc function when the region is
reserved. The function fails if either of these conditions is not met.
Original comment by dirk.car...@gmail.com
on 8 Dec 2014 at 9:20
Hi Dirk
This issue is related to the v1 of the library.
I no longer provide support for the old version (v1) .
You need to update to the new version (v2).
BTW , your issue is similar to this one:
https://code.google.com/p/delphi-detours-library/issues/detail?id=8
Regards
Mahdi.
Original comment by ismspi...@gmail.com
on 8 Dec 2014 at 3:09
Hi Mahdi,
thanks for your explaination! I use VCL.Styles which uses a deprecated version
V1?
I'll report it to the VCL.Styles project..
Best regards
Dirk
Original comment by dirk.car...@gmail.com
on 9 Dec 2014 at 8:51
Original issue reported on code.google.com by
dirk.car...@gmail.com
on 8 Dec 2014 at 9:17Attachments: