Linker error C2732

  • Thread starter Thread starter Bill Sun
  • Start date Start date
B

Bill Sun

Hi,
who can help me on this.
what error can cause the linkage error:
string.h(130): error C2732: linkage specification contradicts earlier specification for 'strerror'

Thanks

Bill
 
Bill Sun said:
who can help me on this.
what error can cause the linkage error:
string.h(130): error C2732: linkage specification contradicts earlier
specification for 'strerror'

http://msdn.microsoft.com/library/en-us/vccore98/html/c2732.asp

Are you including string.h from inside extern "C" {} braces, by any
chance
--
With best wishes,
Igor Tandetnik

"For every complex problem, there is a solution that is simple, neat,
and wrong." H.L. Mencken
 
Back
Top