The R3 program installs the NT driver with SCM and has been tested in Vmware9.0 + WINXPSP3.
Added some code today and found that R3 boot NT driver failed.
R3 where the error occurred is startservice, error code = 0x7f
Go to the CodeProject to see the demo, people are so used.
Compile with win7x86 configuration, run in VMware 9 + WINXPSP3, a period of time before, always normal ...
0x7f is viewed with Errorlookup as "The specified program cannot be found." ”
It suddenly comes to mind that the win7x86 configuration is used when compiling the driver. Is it possible that win7x86 compiled a driver that uses a nonexistent function under WinXpX86?
Configure the build driver with WinXpX86, prompting "D:\WinDDK\7600.16385.1\lib\wxp\i386\AUX_KLIB. LIB "cannot be processed.
Go to the D:\WinDDK\7600.16385.1\lib\wxp\i386 to see if there is no aux_klib. LIB, it seems to be in which version of Windows to run with which parameter the WDK configuration ah.
Found an article on OSR, also this problem, saw someone suggested to install aux_lib for WinXp
Go to MS site, download Aux_lib Library
http://www.microsoft.com/en-us/download/confirmation.aspx?id=19632
Install Auxlib32.msi to D:\WinDDK\7600.16385.1\lib\wxp\i386\Aux_LIB.
Copy the D:\winddk\7600.16385.1\lib\wxp\i386\aux_lib\x86\*.lib to the D:\WinDDK\7600.16385.1\lib\wxp\i386\
*.h with WDK7600, no change.
Re-configure the build driver with WinXP and put it in the virtual machine WinXP to run.
Debug:startservice failed, GetLastError = 0x7f (127) Turn