Hi,
I have been writing a wrapper with /clr:pure set, while I using the
debug mode it was fine, when turned the mode to release it begins show
me the same errors that when we try to use unmanaged functions
whithout specify the input libs to the linker,
thanks in advance,
regards
hnh
Ben Voigt [C++ MVP] - 14 Sep 2007 20:43 GMT
> Hi,
>
> I have been writing a wrapper with /clr:pure set, while I using the
> debug mode it was fine, when turned the mode to release it begins show
> me the same errors that when we try to use unmanaged functions
> whithout specify the input libs to the linker,
You added a list of import libraries to the debug configuration, but not to
release.
> thanks in advance,
> regards
>
> hnh