uafxcwd.lib/nafxcwd.lib missing(error:1104) |
Post Reply |
Author | |
prasun.hazra
Newbie Joined: 07 January 2014 Location: India Status: Offline Points: 2 |
Post Options
Thanks(0)
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
|
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |