Error : LNK2020: unresolved token (0A0000F7) __imp__DebugHeapTag

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
 
B

Bret Pehrson

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

Thanks
 
S

SDec

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

Top