Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Controls
  New Posts New Posts RSS Feed - uafxcwd.lib/nafxcwd.lib missing(error:1104)
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

uafxcwd.lib/nafxcwd.lib missing(error:1104)

 Post Reply Post Reply
Author
Message
prasun.hazra View Drop Down
Newbie
Newbie
Avatar

Joined: 07 January 2014
Location: India
Status: Offline
Points: 2
Post Options Post Options   Thanks (0) Thanks(0)   Quote prasun.hazra Quote  Post ReplyReply Direct Link To This Post Topic: uafxcwd.lib/nafxcwd.lib missing(error:1104)
    Posted: 07 January 2014 at 11:43am
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

Prasun Hazra
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.172 seconds.