Error : LNK2020: unresolved token (0A0000F7) __imp__DebugHeapTag

  • Thread starter Thread starter SDec
  • Start date Start date
S

SDec

Hi,
i compile with option '/clr' managed code in .Net 2002
and i get this error!!!!!!!!!!!

error LNK2020: unresolved token (0A0000F7) __imp__DebugHeapTag

Anyone know why....
thanks
 
How about documenting what you found so that others that run into similar
problems can use your results.

Thanks
 
The problem was in [acutXMLDOM16.lib acdbxml16.lib] libraries.
I replace by .Net Dll #using <System.Xml.dll>.
Need to make somes change in codes, but now all is OK...
 

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