|
Question : error LNK2001: unresolved external symbol _CLSID_DccMan????
|
|
Hello
I don't know what to do. I tried everything and nothing helps. I am trying to implement in my app IDccMan and IDccManSkin to get notified if my PDA get connected. Both are part of ActiveSync connection manager.
the included file in my project is #include "dccole.h"
links form microsoft.com is http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcesdkr/html/_wcesdk_IDccMan_IUnknown.asp
thank you very much for your help
|
|
Answer : error LNK2001: unresolved external symbol _CLSID_DccMan????
|
|
Yes, but what about moving that to the .cpp files and only *one* having 'INITGUID' defined?
|
|
|