Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Visual Studio.NET / Setup / February 2007

Tip: Looking for answers? Try searching our database.

LINK : fatal error LNK1104: cannot open file 'uafxcwd.lib'

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Norbert - 01 Feb 2007 11:06 GMT
Hello,
I use and need MFC and unicode.
After I changed from shared dll to static library a get a linker error:
LINK : fatal error LNK1104: cannot open file 'uafxcwd.lib'

I searched ...'Microsoft Visual Studio 8', found nothing.
I checked Visual Studio 2005 Maintenance Mode: everthing included

Anybody can help me please.

Regards
Norbert
Charles Wang[MSFT] - 16 Feb 2007 07:49 GMT
Hi, Norbert,
From my research, uafxcwd.lib is located in %ProgramFiles%\Microsoft Visual
Studio 8\VC\atlmfc\lib, please check if it is there.

Also, I would like to know what your meaning of Visual Studio 2005
Maintenance Mode is. I could not find it.

Look forward to your response. If you have any other questions or concerns,
please feel free to let me know.

Sincerely yours,
Charles Wang
Microsoft Online Community Support

======================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
Norbert - 16 Feb 2007 13:03 GMT
Hi Charles,
Thank you for your reply.

I checked again but there is no uafxcwd in VC\atlmfc\lib.

With Maintenance Mode I mean to change the installation of VS 2005 by:
Start - Settings - Control Panel  - Software - Microsoft Visual Studio 2005
– change/delete.
When I click change/delete the Visual Studio 2005 Maintenance Mode starts.

Best Regards
Norbert

These files are in C:\Programme\Microsoft Visual Studio 8\VC\atlmfc\lib
31.01.2007  17:30    <DIR>          amd64
01.12.2006  22:55            16.826 Atl.lib
01.12.2006  22:55           394.474 atldload.lib
01.12.2006  22:55            71.536 atlmincrt.lib
01.12.2006  22:55           774.144 atlmincrt.pdb
01.12.2006  22:55           992.826 atls.lib
01.12.2006  22:55         1.527.808 atls.pdb
01.12.2006  22:55         1.174.902 atlsd.lib
01.12.2006  22:55         1.527.808 atlsd.pdb
02.12.2006  00:08           419.552 eafxis.lib
02.12.2006  00:08         1.126.400 eafxis.pdb
02.12.2006  00:08           429.716 eafxisd.lib
02.12.2006  00:08           921.600 eafxisd.pdb
02.12.2006  00:08         2.623.050 mfc80.lib
02.12.2006  00:08         3.414.806 mfc80d.lib
02.12.2006  00:08         3.429.192 mfc80u.lib
02.12.2006  00:08         4.401.158 mfc80ud.lib
02.12.2006  00:08           743.866 mfcdload.lib
02.12.2006  00:09            39.068 mfcm80.lib
02.12.2006  00:09            42.592 mfcm80d.lib
02.12.2006  00:09            40.392 mfcm80u.lib
02.12.2006  00:09            43.926 mfcm80ud.lib
02.12.2006  06:15             7.168 mfcmifc80.dll
02.12.2006  00:08           797.886 mfcs80.lib
02.12.2006  00:08         2.322.432 mfcs80.pdb
02.12.2006  00:08           847.600 mfcs80d.lib
02.12.2006  00:08         2.330.624 mfcs80d.pdb
02.12.2006  00:08           661.438 mfcs80u.lib
02.12.2006  00:08         2.322.432 mfcs80u.pdb
02.12.2006  00:08           692.512 mfcs80ud.lib
02.12.2006  00:08         2.330.624 mfcs80ud.pdb
02.12.2006  00:08        19.135.018 nafxcw.lib
02.12.2006  00:08         2.584.576 nafxcw.pdb
02.12.2006  00:08        21.839.354 nafxcwd.lib
02.12.2006  00:08         2.600.960 nafxcwd.pdb
02.12.2006  00:08           189.526 nafxis.lib
02.12.2006  00:08           126.976 nafxis.pdb
02.12.2006  00:08           219.226 nafxisd.lib
02.12.2006  00:08           135.168 nafxisd.pdb
02.12.2006  00:08        19.316.762 uafxcw.lib
02.12.2006  00:08         2.576.384 uafxcw.pdb
Charles Wang[MSFT] - 19 Feb 2007 07:52 GMT
Hi, Norbert,
I checked several computers at my side, with or without SP1, all of them
having the file uafxcwd.lib.
I compared your file list with mine and I found that your folder only
missed the files uafxcwd.lib and uafxcwd.pdb.

For now, I think that it is hard for us to track the root cause why they
are missed, but if VS 2005 was installed on your other machines, you may
check and copy the two files to the problematic machine. If there were no
other machines with VS2005 installed, you can send me
(changliw@microsoft.com) an email response and I will send you the two
files.

Please feel free to let me know if you have any other questions or
concerns.

Have a good day!

Charles Wang
Microsoft Online Community Support

======================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
Norbert - 21 Feb 2007 15:09 GMT
Hi Charles,
Thank you very much.
Yes I found the two files on another machine.
Never know why that could happen but everthing is fine now.

Regards
Norbert

> Hi, Norbert,
> I checked several computers at my side, with or without SP1, all of them
[quoted text clipped - 24 lines]
> This posting is provided "AS IS" with no warranties, and confers no rights.
> ======================================================
Charles Wang[MSFT] - 22 Feb 2007 10:24 GMT
Hi, Norbert,
Thanks for your updating and response.

I am very glad to hear that the suggestions are helpful. If you encounter
any issues in future, please feel free to post hear. I am very glad to be
of assistance.

Charles Wang
Microsoft Online Community Support
=====================================================
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications

If you are using Outlook Express, please make sure you clear the check box
"Tools/Options/Read: Get 300 headers at a time" to see your reply promptly.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
======================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================
Charles Wang[MSFT] - 21 Feb 2007 11:40 GMT
Hi,
I am interested in this issue. Would you mind letting me know the result of
the suggestions? If you need further assistance, feel free to let me know.
I will be more than happy to be of assistance.

Charles Wang
Microsoft Online Community Support

======================================================
When responding to posts, please "Reply to Group" via
your newsreader so that others may learn and benefit
from this issue.
======================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
======================================================

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.