problem in porting 32 bit application in x64...

  • Thread starter Thread starter mani
  • Start date Start date
M

mani

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
 
mani said:
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

Well, if you were running OpenBSD, then your problem would be that you
can't run both 32-bit and 64-bit on the same OS. So what OS are you using?
--
 
Well, if you were running OpenBSD, then yourproblemwould be that you
can't run both32-bitand 64-biton the same OS. So what OS are you using?
--

thanks for the reply..
my OS is windows XP(professional X64 edition)
 
Back
Top