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

  • Thread starter Thread starter Joel Rondeau
  • Start date Start date
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
 
Can you post a simple repro , that causes this?
Thanks
--------------------
 
Back
Top