Hi all,
These days I am porting my driver from 32-bit to 64-bit in winxp. The
driver is working fine in winxp32. now I have rebuilt my driver for amd64
successfully. I can see peview video in winxp64 now. But I can't show out my
property page. I have check the registry for my pegas. It is registered
successfully in MediaSet. I have try to use visualstudio 2005 to build x64
version or use my origanal 32-bit property.ax. They two are no use. And I use
the vs2005 to trace in debug. I found that the *.ax is nerver be called when
amcap want to show my property page. It nerver get into the DllGetClassObject
function. Does anyone can tell me how was it happened? How to solve it?
Thanks.

Saxen.

Re: Camera driver in WinXP64 can't show my own property page by SaxenKo

SaxenKo
Wed Aug 10 01:39:36 CDT 2005

does anyone know it?

and I encounter another new problem, The HCT12.1.01 can't run normally!
It shutdown and reboot PC when I finish selecting my testing driver.
The HECT testing is not run yet! I has use windbg to open crash dump to
solve, but I found it was not fault in my driver. It fails in os
kernel. It was really strange for me. I really need help.

Saxen Ko


Re: Camera driver in WinXP64 can't show my own property page by Max

Max
Wed Aug 10 02:07:16 CDT 2005

What do you mean by saying that you successfully registered it in MediaSet?
Can you post exactly what you added to the registry?

Did you register your page as a COM server?
Can you create an instance of it?
Can you try it manually (with VB script, for example)?

-- Max.



"Saxen Ko" <Saxen Ko@discussions.microsoft.com> wrote in message
news:B8A7AE94-1142-48CF-BFBE-40746EC4DBFA@microsoft.com...
> Hi all,
> These days I am porting my driver from 32-bit to 64-bit in winxp. The
> driver is working fine in winxp32. now I have rebuilt my driver for amd64
> successfully. I can see peview video in winxp64 now. But I can't show out
> my
> property page. I have check the registry for my pegas. It is registered
> successfully in MediaSet. I have try to use visualstudio 2005 to build x64
> version or use my origanal 32-bit property.ax. They two are no use. And I
> use
> the vs2005 to trace in debug. I found that the *.ax is nerver be called
> when
> amcap want to show my property page. It nerver get into the
> DllGetClassObject
> function. Does anyone can tell me how was it happened? How to solve it?
> Thanks.
>
> Saxen.



Re: Camera driver in WinXP64 can't show my own property page by SaxenKo

SaxenKo
Thu Aug 11 23:51:50 CDT 2005

Thanks Max,
But I know what's the problem it is.

My property page can't show out because I use 32-bit AMCap.exe. I have
try to use my origanal 32-bit page.ax file, and it works well.

I have tried days to build a 64-bit AMCap.exe, but it always has link
error in it. I use the aug 2005 version DXSDK to work with but still
fail.
Does anyone can build 64-bit versino of AMCap.exe? if yes, please mail
(SaxenKo@hotmail.com) one copy to me thanks.

SaxenKo