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.