J jimi lee Unregistered / Unconfirmed GUEST, unregistred user! 1999-06-19 #1 如何获得一个物理内存区域(64K),并进行读写?
L lhz Unregistered / Unconfirmed GUEST, unregistred user! 1999-06-19 #2 用DDK可以的,不过有个控件封装了这个功能:tvichw32.zip 可以映射物理内存,可以访问IO端口,可以响应中断,NT和95通用. 只是要$.免费试用一个月.我可以给你发个试用版.
J jimi lee Unregistered / Unconfirmed GUEST, unregistred user! 1999-06-20 #3 我有TVICHW32,问题是如何使得该区域不被别的程序占用。不用VXD不行吗?
M mjt Unregistered / Unconfirmed GUEST, unregistred user! 1999-06-20 #4 在DELPHI4的HELP文件的索引中查一下GETMEMAllocRoutines 里面有你所需要的东西。
S sherman Unregistered / Unconfirmed GUEST, unregistred user! 1999-08-04 #6 用sharemem,就可以锁定内存,不让其他程序使用
视 视窗王子 Unregistered / Unconfirmed GUEST, unregistred user! 1999-08-05 #7 NT DDK has the sample (allocateand map physical memory). If you want to lock the memory block, call Win32 API VirtualLock()
NT DDK has the sample (allocateand map physical memory). If you want to lock the memory block, call Win32 API VirtualLock()