problem in porting 32 bit application in x64...

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
 
D

dave

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?
--
 
M

mani

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top