Hello group !
1) When i try to make a C++ project for device, i have an error "Echec
of the operation".
I can create all other devices project, i can create all others C++
Projects.
I can't found any help about this problem.
Have you an idea ?
2) I have a C++ Device DLL (thanks CodeProject), i am newbie about
that. It compile, and deploy, but i can't use it. I am quite sure it
is a bad plateform problem. How can i change the plateform by editing
the project properties (or project XML File if necessary), without
create a new C++ Device project (i can't see point 1).
Thank you group
Romain TAILLANDIER.
Norman Diamond - 01 Apr 2008 02:21 GMT
To the best of my understanding you can't use C++ with the DotNet Framework
on devices.
If you're trying to use C++ without DotNet on devices, then it is possible,
but there is a known bug. Some update to Visual Studio 2005 or maybe to
Internet Explorer added that bug. Sorry I don't remember the details after
more than one year. If you have the complete English text of the error then
probably Google can help you, or otherwise maybe someone will answer you in
the newsgroups for Pocket PC development or Smartphone development.
> Hello group !
>
[quoted text clipped - 15 lines]
>
> Romain TAILLANDIER.
Romain TAILLANDIER - 01 Apr 2008 15:23 GMT
Finally I got it !
see this link : http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=959312&SiteID=1
thanks to you Norman, and thanks to Srikanth Bogadapati.
The workaround is to add the following key in the registry
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext
\PreApproved
Add a new registry key - {D245F352-3F45-4516-B1E6-04608DA126CC}
Romain TAILLANDIER