J
jackliew
Unregistered / Unconfirmed
GUEST, unregistred user!
程序如下:
bCreated := CreateProcess( nil,'c:/exe/pkzip.exe c:/exe/tmp.zip c:/exe/tmp/*.*' ,nil,nil,False,
NORMAL_PRIORITY_CLASS or CREATE_SEPARATE_WOW_VDM,nil,nil,StartupInfo,
ProcessInfo )
if bCreated then
WaitForsingleObject( ProcessInfo.hProcess ,INFINITE )
如果连续调用(如循环等)nt报错:ntvdm 初始化user32.dll出错
该exception无法获得.
问,在delphi调用16一定会出现这个错误吗?是否有解决方案?
请赐教!
bCreated := CreateProcess( nil,'c:/exe/pkzip.exe c:/exe/tmp.zip c:/exe/tmp/*.*' ,nil,nil,False,
NORMAL_PRIORITY_CLASS or CREATE_SEPARATE_WOW_VDM,nil,nil,StartupInfo,
ProcessInfo )
if bCreated then
WaitForsingleObject( ProcessInfo.hProcess ,INFINITE )
如果连续调用(如循环等)nt报错:ntvdm 初始化user32.dll出错
该exception无法获得.
问,在delphi调用16一定会出现这个错误吗?是否有解决方案?
请赐教!