CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2002
    Location
    Seattle Area, WA
    Posts
    241

    [RESOLVED] Unresolved typeref token?

    On a project (old VS 6 project upgraded minimally to work in VS 2005), I changed setting from "no clr support" to "clr support".

    I got this warning now (that appears to from another DLL that is used in the project).

    warning LNK4248: unresolved typeref token (01000015) for '_TREEITEM'; image may not run

    I see this stems from a data type in the other DLL used. The data type is HTREEITEM which appears to come from commctrl.h.

    Based on a little googling I did, I tried adding the comctl32.lib library. No luck.

    Any ideas?

  2. #2
    Join Date
    Oct 2002
    Location
    Timisoara, Romania
    Posts
    14,360

    Re: Unresolved typeref token?

    Marius Bancila
    Home Page
    My CodeGuru articles

    I do not offer technical support via PM or e-mail. Please use vbBulletin codes.

  3. #3
    Join Date
    Jul 2002
    Location
    Seattle Area, WA
    Posts
    241

    Re: Unresolved typeref token?

    Quote Originally Posted by cilu View Post
    Awesome! That was it. Thank you.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured