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
 

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

Back
Top