error LNK2020: unresolved token (0A00003D) linhas2.__dtor

  • Thread starter Thread starter Adamirand
  • Start date Start date
A

Adamirand

Dear friends

Happy 2006 for all of you. Well, I'm experiencing a little (big)
problem with the Linking process of my VC++.NET project, perhaps it's
quite easy to overcome it but for me it's not that clear. Going
directly to the point it is as follows:

*LINK : error LNK2020: unresolved token (0A00003D) linhas2.__dtor
LINK : fatal error LNK1120: 1 unresolved externals*

that is, everything runs well in compilation time but one link error
has stopped me for a couple of days and this is driving me crazy, it
should be noted that "*linhas2*" is a class that I wrote of my own in
my VC++.NET project. If anybody out there has the "magic" please drop
me the hints. Thanks alot in advance.
 
Adamirand said:
*LINK : error LNK2020: unresolved token (0A00003D) linhas2.__dtor
LINK : fatal error LNK1120: 1 unresolved externals*

that is, everything runs well in compilation time but one link error
has stopped me for a couple of days and this is driving me crazy, it
should be noted that "*linhas2*" is a class that I wrote of my own in
my VC++.NET project. If anybody out there has the "magic" please drop
me the hints. Thanks alot in advance.

Did you implement your destructor for linhas2?
 
Back
Top