Hi,
I hve compiled our 32bit driver with Longhorn x64 build environment without any error or warning. I also made neccessary changes in inf file(decoration).
But when i try to install the driver i get error “Driver is not intended for this platform”, i double checked that i m using 64 bit compiled driver.
any help is appericiated.
Thanks,
Rahul
What type of driver is it? Is there an actual error code?
mm
You didn’t accidentally compile for Itanium by any chance?
xxxxx@yahoo.com wrote:
I hve compiled our 32bit driver with Longhorn x64 build environment without any error or warning. I also made neccessary changes in inf file(decoration).
How did you do that? By hand? Can you show us the lines you changed?
But when i try to install the driver i get error “Driver is not intended for this platform”, i double checked that i m using 64 bit compiled driver.
What is your hardware? You’re positive you installed Vista 64? Did you
sign the driver?
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.
Also, did you add the necessary 64 bit decorations to you INF?
d
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of Tim Roberts
Sent: Friday, September 28, 2007 10:33 AM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] vista 64 bit driver help
xxxxx@yahoo.com wrote:
I hve compiled our 32bit driver with Longhorn x64 build environment without any error or warning. I also made neccessary changes in inf file(decoration).
How did you do that? By hand? Can you show us the lines you changed?
But when i try to install the driver i get error “Driver is not intended for this platform”, i double checked that i m using 64 bit compiled driver.
What is your hardware? You’re positive you installed Vista 64? Did you
sign the driver?
–
Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.
NTDEV is sponsored by OSR
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
I have read alot about 64 drivers here.
So answers for all the questions,
- I used Ntamd64 in my inf file for [Manufacturer].
- i m sure i m installing on vista 64 bit
- I use F8 at at boot time at use the “disable digital signature enforcment” option. so i think that takes care of unsigned driver.
- driver is compiled for x64 and not for Ia64