unresolved token ??_9$$F$BMI@AE

J

Joel Rondeau

I am building a mixed-mode DLL with VS.NET 2003 and have run across
some link errors. (I have looked at the MS Help articles about LNK2020
errors with mixed-mode C++ and that has not helped)
Typically, it is relatively easy to understand why the token is
unresolved. Unfortunately, this one means nothing to me. I'm actually
getting 6 similar unresolved tokens:
LINK : error LNK2020: unresolved token (0A00083B) ??_9@$$F$BMI@AE
LINK : error LNK2020: unresolved token (0A00084D) ??_9@$$F$BNE@AE
LINK : error LNK2020: unresolved token (0A000AFD) ??_9@$$F$BOE@AE
LINK : error LNK2020: unresolved token (0A000AFE) ??_9@$$F$BMM@AE
LINK : error LNK2020: unresolved token (0A000AFF) ??_9@$$F$BNI@AE
LINK : error LNK2020: unresolved token (0A000CC2) ??_9@$$F$BOA@AE

Thanks,
Joel Rondeau
 
M

Mahesh Hariharan[MSFT]

Can you post a simple repro , that causes this?
Thanks
--------------------
 

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