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

  • Thread starter Thread starter =?iso-8859-1?q?Horacio_Nu=F1ez_Hern=E1ndez?=
  • Start date 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
 
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.
 
Back
Top