From: forum648 on
hi...
i m using an 32 bit allication to load a driver ...but when i m trying
this application in X64,its failing at
SetupDiCallClassInstaller(DIF_REGISTERDEVICE,
DeviceInfoSet,
&DeviceInfoData)
with error code e0000235
can any body plz tell me y its happening so????
Regards
mani

From: Skywing [MVP] on
# for hex 0xe0000235 / decimal -536870347 :
ERROR_IN_WOW64 setupapi.h
# 1 matches found for "e0000235"

The problem is you can't call the (64-bit) class installer DLLs from a
32-bit program via setupapi. If you need to do this on an x64 computer,
compile your program for x64.

--
Ken Johnson (Skywing)
Windows SDK MVP
http://www.nynaeve.net
<forum648(a)gmail.com> wrote in message
news:1187871621.510348.159950(a)z24g2000prh.googlegroups.com...
> hi...
> i m using an 32 bit allication to load a driver ...but when i m trying
> this application in X64,its failing at
> SetupDiCallClassInstaller(DIF_REGISTERDEVICE,
> DeviceInfoSet,
> &DeviceInfoData)
> with error code e0000235
> can any body plz tell me y its happening so????
> Regards
> mani
>

From: mani on
thanks for the reply....
i tried after compiling my code in x64,but its still giving the same
error...is it a problem with the inf ????
Regards
mani

On Aug 23, 8:12 pm, "Skywing [MVP]"
<skywing_NO_SP...(a)valhallalegends.com> wrote:
> # for hex 0xe0000235 / decimal -536870347 :
> ERROR_IN_WOW64 setupapi.h
> # 1 matches found for "e0000235"
>
> Theproblemis you can't call the (64-bit) class installer DLLs from a32-bitprogram via setupapi. If you need to do this on anx64computer,
> compile your program forx64.
>
> --
> Ken Johnson (Skywing)
> Windows SDK MVPhttp://www.nynaeve.net<forum...(a)gmail.com> wrote in message
>
> news:1187871621.510348.159950(a)z24g2000prh.googlegroups.com...
>
>
>
>
>
> > hi...
> > i m using an32bitallication to load a driver ...but when i m trying
> > thisapplicationinX64,its failing at
> > SetupDiCallClassInstaller(DIF_REGISTERDEVICE,
> > DeviceInfoSet,
> > &DeviceInfoData)
> > with error code e0000235
> > can any body plz tell me y its happening so????
> > Regards
> > mani


From: Owen Smith on
Can you install the driver manually using this inf and the Add New
Hardware wizard/Device Managers update driver option?

On Fri, 24 Aug 2007 07:43:07 +0100, mani <forum648(a)gmail.com> wrote:

> thanks for the reply....
> i tried after compiling my code in x64,but its still giving the same
> error...is it a problem with the inf ????
> Regards
> mani
>
> On Aug 23, 8:12 pm, "Skywing [MVP]"
> <skywing_NO_SP...(a)valhallalegends.com> wrote:
>> # for hex 0xe0000235 / decimal -536870347 :
>> ERROR_IN_WOW64
>> setupapi.h
>> # 1 matches found for "e0000235"
>>
>> Theproblemis you can't call the (64-bit) class installer DLLs from
>> a32-bitprogram via setupapi. If you need to do this on anx64computer,
>> compile your program forx64.
>>
>> --
>> Ken Johnson (Skywing)
>> Windows SDK MVPhttp://www.nynaeve.net<forum...(a)gmail.com> wrote in
>> message
>>
>> news:1187871621.510348.159950(a)z24g2000prh.googlegroups.com...
>>
>>
>>
>>
>>
>> > hi...
>> > i m using an32bitallication to load a driver ...but when i m trying
>> > thisapplicationinX64,its failing at
>> > SetupDiCallClassInstaller(DIF_REGISTERDEVICE,
>> > DeviceInfoSet,
>> > &DeviceInfoData)
>> > with error code e0000235
>> > can any body plz tell me y its happening so????
>> > Regards
>> > mani
>
>



--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/