Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Error:1104 uafxcwd.lib not found

Error:1104 uafxcwd.lib not found

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    prasun.hazra
    wrote on last edited by
    #1

    I have installed visual studio 2012 xpress for desktop application. To use mfc framework also installed wdk 7.1 and include files and libraries. after that i executed the code:

    "
    #include<afxwin.h>

    //#pragma comment(lib, "uafxcwd")

    struct CSimpleApp : public CWinApp
    {
    BOOL InitInstance() { return TRUE; }
    };
    CSimpleApp theApp; "

    But it is showing error:
    Error 1 error LNK1104: cannot open file 'uafxcwd.lib'

    I tried with both shared and static mfc library with both character set i.e. unicode and multi byte.

    Please help me

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi and welcome to devnet,

      This question is not Qt related, you should ask it on the Microsoft developer forums

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved