Print Page | Close Window

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

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Controls
Forum Description: Topics Related to Codejock Controls
URL: http://forum.codejock.com/forum_posts.asp?TID=22155
Printed Date: 11 May 2024 at 1:32am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: uafxcwd.lib/nafxcwd.lib missing(error:1104)
Posted By: prasun.hazra
Subject: uafxcwd.lib/nafxcwd.lib missing(error:1104)
Date 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



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net