/clr:pure doens't compile at release mode with unmanaged functions

  • Thread starter =?iso-8859-1?q?Horacio_Nu=F1ez_Hern=E1ndez?=
  • Start date
?

=?iso-8859-1?q?Horacio_Nu=F1ez_Hern=E1ndez?=

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
 
B

Ben Voigt [C++ MVP]

Horacio Nuñez Hernández said:
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.
 

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