Attributed C++ programming with Smart Devices

  • Thread starter Thread starter Smith
  • Start date Start date
S

Smith

Is Attributed C++ programming supported for Smart Devices with VS 2005?

For now I can create an ATL smart device DLL project and create an ATL
Simple Object, with attributes support.
However when I bui;d the project I get the following errors:

fatal error CVT1100: duplicate resource . type: TYPELIB, name:1,
language=0x0409
fatal error LNK1123: failure during conversion to COFF: file invalid or
corrupt.

Thank you.
 
I suggest to use a non-attributed model. There is really no gain in
attributed approach
 
Let's suppose for one second there is.
Is this yes or no supported in VS 2005, when targeting Smart Devices?
 
It should work in VS 2005. Unfortunately every build including beta 2 has a
number issues with the ATL project wizard and if you want the result to
compile, try to stay on the default path as much as possible. This goes for
using attributed model too

If you insist, one thing to check would be to make sure you have removed the
..idl file from your project (and the generated files as well) and rebuild
all
 
Back
Top