I just ran in to the opposite issue, using std::set in a Managed C++
lib...still trying to figure that out.
I'n not sure this really applies to your question but in my quest to
figure out how to use std::set in my managed code I ran accross this
article, have you check these out yet?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmex/html/vcco
nConvertingManagedExtensionsForCProjectsFromPureIntermediateLanguageToMixedMode.
asp
and
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmex/html/vcgr
fconvertingmanagedextensionsforcprojectsfrommixed-modetopureil.asp
Colin Desmond - 23 Nov 2005 09:34 GMT
> I just ran in to the opposite issue, using std::set in a Managed C++
> lib...still trying to figure that out.
[quoted text clipped - 8 lines]
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcmex/html/vcgr
fconvertingmanagedextensionsforcprojectsfrommixed-modetopureil.asp
Thanks for this information Maxwell, unfortunately I don't think it really
applies as my DLL's don't contain DLLMain methods and are being consumed by a
/clr compiled executable.
Good luck with your problem and I'll keep looking.
Colin.