N
nicolas.hilaire
Hi group,
when using unmanaged class with my managed app, I've seen errors when
including (for example) <windows.h>.
One of theses erros is :
IDataObject : ambiguous symbol error
I've seen somewhere that to avoid this error, i've to remove all "using
namespace XXXXX" from .h, and move it to .cpp.
This is working ... but, i would like to know why such an error ?
Thanks in advance for any explanation
Best,
Nicolas H.
when using unmanaged class with my managed app, I've seen errors when
including (for example) <windows.h>.
One of theses erros is :
IDataObject : ambiguous symbol error
I've seen somewhere that to avoid this error, i've to remove all "using
namespace XXXXX" from .h, and move it to .cpp.
This is working ... but, i would like to know why such an error ?
Thanks in advance for any explanation
Best,
Nicolas H.