C++ project on devices

  • Thread starter Thread starter Romain TAILLANDIER
  • Start date Start date
R

Romain TAILLANDIER

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.
 
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.
 
Back
Top