Unresolved typeinfo

A

Adriano Coser

Hello.

I created a mon-managed DLL and I trying to use it on a "Windows
Control Library .NET".

Simply including a non-managed header on my control header file causes
the following linker error:

error LNK2020: unresolved token (0A000011) ??_7type_info@@6B@

The included header uses template classes.
Does anyone have an idea to resolve this error?

Thanks in advance for any help.

Regards,
Adriano.
 
G

Guest

Hello.

I created a mon-managed DLL and I trying to use it on a "Windows
Control Library .NET".

Simply including a non-managed header on my control header file causes
the following linker error:

error LNK2020: unresolved token (0A000011) ??_7type_info@@6B@

The included header uses template classes.
Does anyone have an idea to resolve this error?

Thanks in advance for any help.

Regards,
Adriano.

User submitted from AEWNET (http://www.aewnet.com/)
 
G

Guest

I got the same crap, and after browsing the Internet I found out that it has something to do with RTTI (Run-time type information)...

have a look at
http://support.microsoft.com/default.aspx?scid=kb;en;830482#toc

that fixed it for me!
(PocketPC 2003 SDK related, but maybe also other sdk's...)

greetz,
loki of mute

Hello.

I created a mon-managed DLL and I trying to use it on a "Windows
Control Library .NET".

Simply including a non-managed header on my control header file causes
the following linker error:

error LNK2020: unresolved token (0A000011) ??_7type_info@@6B@

The included header uses template classes.
Does anyone have an idea to resolve this error?

Thanks in advance for any help.

Regards,
Adriano.

User submitted from AEWNET (http://www.aewnet.com/)
 

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