> Hi all, this is my first post and if I'm honest its not a particularly
> new one but here goes
[quoted text clipped - 10 lines]
> Does anyone know of any good points (or links) that they could throw
> in my direction on how best to achieve this.
AFIAK it's not possible to develop a m ixed mode WinCE application using the
tools currently available. You can do all native with EVC or pure .NET, but
not a mixture.
VC++ 2005 will support what you're trying to do, but it won't be released
until... well, sometime in 2005.
-cd
Ronald Laeremans [MSFT] - 08 Dec 2004 19:37 GMT
Actually VS 2005 will still not support this since the Compact Framework
(the version of the .NET framework that CE uses) does not have the features
to support mixed mode applications.
Ronald Laeremans
Visual C++ team
>> Hi all, this is my first post and if I'm honest its not a particularly
>> new one but here goes
[quoted text clipped - 19 lines]
>
> -cd
Carl Daniel [VC++ MVP] - 09 Dec 2004 02:42 GMT
> Actually VS 2005 will still not support this since the Compact
> Framework (the version of the .NET framework that CE uses) does not
> have the features to support mixed mode applications.
Bummer.
-cd
EchoRev@gmail.com - 09 Dec 2004 10:50 GMT
Wouldn't it be possible thou to pass any data types that I have to the
unmanaged c++ by use of a DllImport and a static extern????? The only
real problem that I can see is on the c++ side. But even then I've
tried and succeed to pass an abstract type like LPCTSTR, the issue then
becomes how I convert that into a more feasible type?
Still thats crap about vs 2005