>>>
No, there's no COM interop in the CompactFramework, there's only P/Invoke
support,
<<<

Is this just the RCW or does it also include no CCW support. Specifically,
does this mean that my unmanaged code that uses .NET components through CCW
can not be used on PocketPCs?


-----Original Message-----
From: The DOTNET list will be retired 7/1/02
[mailto:[EMAIL PROTECTED]]On Behalf Of Simon Fell
Sent: Thursday, June 06, 2002 9:06 PM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Invoking a COM from .Net using .Net
CompactFramework


On Thu, 6 Jun 2002 19:11:54 +0530, in dotnet you wrote:

>Hi,
>  I am writing an App for PocketPC 2002 using .Net CompactFramework. Is
>there any way where in I can invoke a COM component in .Net using the
>Compact framework. There is no wrapper concept. Any help will be highly
>appreciated.
>
>Thanks
>PrashanthG

No, there's no COM interop in the CompactFramework, there's only
P/Invoke support, the only solution i've heard of is to write a DLL
wrapper for the COM stuff and P/Invoke the DLL wrapper from .NET.

Cheers
Simon
www.pocketsoap.com

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to