porting windowsxp driver to windowsxp 64 problem

  • Thread starter Thread starter aymen
  • Start date Start date
A

aymen

hi, i'm porting a windows xp driver to windows xp 64.
when i install the driver under windows 64 i get an
error:"\SystemRoot\system32\DRIVERS\<MyDriver.sys> cannot find hal.dll
KeStallExecutionProcessor" .
I don't know where is the problem.
thanks for your help.
 
aymen said:
hi, i'm porting a windows xp driver to windows xp 64.
when i install the driver under windows 64 i get an
error:"\SystemRoot\system32\DRIVERS\<MyDriver.sys> cannot find hal.dll
KeStallExecutionProcessor" .
I don't know where is the problem.
thanks for your help.
when i change the ordre of the .lib files in sources MAKE file a have an
other error: cant find DXAPI.SYS DXAPI !
 
What do you mean - porting? Are you rewriting it to work on XP 64 or are
you trying to install a 32-bit driver in a 64-bit environment? If the
latter, I don't think that's going to work.

--

Star Fleet Admiral Q @ your Service!

http://www.google.com
Google is your "Friend"
 
I'm rewriting it.


Star Fleet Admiral Q said:
What do you mean - porting? Are you rewriting it to work on XP 64 or are
you trying to install a 32-bit driver in a 64-bit environment? If the
latter, I don't think that's going to work.

--

Star Fleet Admiral Q @ your Service!

http://www.google.com
Google is your "Friend"
 
Back
Top