Attributed C++ programming with Smart Devices

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.
 
A

Alex Feinman [MVP]

I suggest to use a non-attributed model. There is really no gain in
attributed approach
 
S

Smith

Let's suppose for one second there is.
Is this yes or no supported in VS 2005, when targeting Smart Devices?
 
A

Alex Feinman [MVP]

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top