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...
 
Back
Top