Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. ATL / WTL / STL
  4. link error 1104

link error 1104

Scheduled Pinned Locked Moved ATL / WTL / STL
c++visual-studiohelpquestion
5 Posts 3 Posters 6 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

    error LNK1104: cannot open file 'uafxcwd.lib' I have installed vs 2012 express edition. To use mfc i have installed wdk7.1 and set path for mfc libraries and includes directories. after that i write a code: #include; struct CSimpleApp : public CWinApp { BOOL InitInstance() { return TRUE; } }; CSimpleApp theApp; But the above mentioned 1 link error lnk1104 cannot open file 'uafxcwd.lib' is coming. I tried static and shared mfc and also trid with different character set. Anybody can solve pls?

    L 1 Reply Last reply
    0
    • P Prasun Hazra

      error LNK1104: cannot open file 'uafxcwd.lib' I have installed vs 2012 express edition. To use mfc i have installed wdk7.1 and set path for mfc libraries and includes directories. after that i write a code: #include; struct CSimpleApp : public CWinApp { BOOL InitInstance() { return TRUE; } }; CSimpleApp theApp; But the above mentioned 1 link error lnk1104 cannot open file 'uafxcwd.lib' is coming. I tried static and shared mfc and also trid with different character set. Anybody can solve pls?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      Express edition products do not include MFC, and as far as I am aware the Windows Driver Kit does not either. A quick search of the various directories will tell whether this lib file exists or not.

      Veni, vidi, abiit domum

      P 1 Reply Last reply
      0
      • L Lost User

        Express edition products do not include MFC, and as far as I am aware the Windows Driver Kit does not either. A quick search of the various directories will tell whether this lib file exists or not.

        Veni, vidi, abiit domum

        P Offline
        P Offline
        Prasun Hazra
        wrote on last edited by
        #3

        Dear Richard, I want to use express version with wdk for mfc programming. can you suggest me any way? Regards, Prasun

        L A 2 Replies Last reply
        0
        • P Prasun Hazra

          Dear Richard, I want to use express version with wdk for mfc programming. can you suggest me any way? Regards, Prasun

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          WDK is the Windows Driver Kit, it has nothing to do with MFC.

          Veni, vidi, abiit domum

          1 Reply Last reply
          0
          • P Prasun Hazra

            Dear Richard, I want to use express version with wdk for mfc programming. can you suggest me any way? Regards, Prasun

            A Offline
            A Offline
            Albert Holguin
            wrote on last edited by
            #5

            If you want to use MFC, you usually have to pay for VisualStudio. I usually use the "Professional" version, it should have everything you need. Only thing that's useful that any of the other versions have that would be nice is the remote debugger, you have to get one of the other versions for that (for debugging remotely on embedded systems and/or just remote systems). It is expensive, but if you're a professional, your company should probably cover the cost. If you're a student, I believe you can get student pricing (may depend on university). If you're neither, you may have to consider using an open source alternative. There's quite a few alternative frameworks out there (wxWidgets, Qt, etc.).

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups