|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Having two proxy/sub dlls? 64bit/32bit?
From: Peter Partch (peterpartch
PMCONSULT.COM)
Date: Wed Nov 16 2005 - 10:15:54 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It's been a while since I worked Win64, but I'll have a go:
Win64 contains two seperate registry: one for 32 bit and one for 64 bit for
some of the COM specific keys
For instance, HKCR/CLSID entries and HKCR/Interface entries
But for HKCR/TypeLib there is but one shared entry for both Win32 and Win64
(but the binary typelib, if different, will get separate subkeys)
Yes, you will need 64 bit specific binary for the proxy/stubs. Just build
and register them along with your 32 bit ps
Peter Partch
----- Original Message -----
From: "Natty Dread" <myrk99
HOTMAIL.COM>
To: <DCOM
DISCUSS.MICROSOFT.COM>
Sent: Wednesday, November 16, 2005 5:44 AM
Subject: [DCOM] Having two proxy/sub dlls? 64bit/32bit?
>I have a 64bit app. The app needs to make mapi calls but becausethere is
>no 64bit mapi I created an out-of-proc server to make the mapi calls.
>
> The server is built in 32bit and the app is in 64 bit.
>
> My questions is about the proxy/stub dll. Since it is loaded by the com
> server and the calling app, I think I actually need to have two proxy stub
> dlls, one compiled in 32bit and one in 64bit.
>
> Is this correct? And if so how do I make these to ensure the 64bit app
> loads the 64 and the 32bit server loads the 32?
>
> I created the com server using ATL.
>
> Thanks for any help.
>
> _________________________________________________________________
> Is your PC infected? Get a FREE online computer virus scan from McAfeeŽ
> Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
>
> ----------------------------------------------------------------
> Users Guide http://discuss.microsoft.com/archives/mailfaq.html
> contains important info. Save time, search the archives at
> http://discuss.microsoft.com/archives/index.html .
> To unsubscribe, mailto:DCOM-signoff-request
DISCUSS.MICROSOFT.COM
>
----------------------------------------------------------------
Users Guide http://discuss.microsoft.com/archives/mailfaq.html
contains important info. Save time, search the archives at
http://discuss.microsoft.com/archives/index.html .
To unsubscribe, mailto:DCOM-signoff-request
DISCUSS.MICROSOFT.COM
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]