|
Prev: FREE Tutorials on HTML XHTML CSS JavaScript XML XSL ASP SQL ADO VBScript, SAP - ABAP and more...
Next: Replace characters outside of area with "..."
From: ToeKneeSee on 16 Jun 2008 06:34 Hi all, I'd be really grateful if anyone could help clear up a point of confusion reagrding the .NET Compact Framework, supported languages, and the use of COM & ActiveX controls. We have a PocketPC app, currently written in eMbedded Visual C++ 4.0, which depends heavily on a set of COM Dlls and an ActiveX control (which provides a graphical 'map window'). We would like to rewrite this as a .NET Compact Framework type App, to take advantage of features such as easy loclisation etc. However, as I understand it, we cannot have a .NET CF app (in any language), that also uses COM and Active X controls in it - is that correct? Also, the only two .NET CF languages are C# and VB, and there's no managed C++ extensions for the CF - is that right? Thanks for any help you may be able to provide, Tony.
From: Peter Foot on 16 Jun 2008 07:50 ..NETCF 2.0 can consume COM objects but you can't write COM objects in managed code. There is no built in functionality to host ActiveX controls though this door has been opened by a third-party. See Alex Feinman's webcast:- http://blog.opennetcf.com/afeinman/PermaLink,guid,1dfc3c39-d3cc-4faa-b5f6-cb5c9aed61dd.aspx You are correct that there is no support for managed C++. Peter -- Peter Foot Microsoft Device Application Development MVP peterfoot.net | appamundi.com | inthehand.com APPA Mundi Ltd - Software Solutions for a Mobile World In The Hand Ltd - .NET Components for Mobility <ToeKneeSee(a)googlemail.com> wrote in message news:6566092a-39f3-4e4a-aac4-9a7d8e40d0f2(a)r66g2000hsg.googlegroups.com... > Hi all, > > I'd be really grateful if anyone could help clear up a point of > confusion reagrding the .NET Compact Framework, supported languages, > and the use of COM & ActiveX controls. > > We have a PocketPC app, currently written in eMbedded Visual C++ 4.0, > which depends heavily on a set of COM Dlls and an ActiveX control > (which provides a graphical 'map window'). We would like to rewrite > this as a .NET Compact Framework type App, to take advantage of > features such as easy loclisation etc. > > However, as I understand it, we cannot have a .NET CF app (in any > language), that also uses COM and Active X controls in it - is that > correct? Also, the only two .NET CF languages are C# and VB, and > there's no managed C++ extensions for the CF - is that right? > > Thanks for any help you may be able to provide, > > Tony.
From: Markus Humm on 17 Jun 2008 17:01
Hello, there is incomplete CF support in Delphi 2006. Just to mention it. And afaik Chrome can do it as well. Greetings Markus |