Search

VS11DP linker outputs LINK messages in chinese language, in VC++ solutions, for specific source code. by aljodAv

Closed
as Fixed Help for as Fixed

1
0
Sign in
to vote
Type: Bug
ID: 723548
Opened: 2/5/2012 6:05:24 PM
Access Restriction: Public
Moderator Decision: Sent to Engineering Team for consideration
0
Workaround(s)
0
User(s) can reproduce this bug
The linker outputs the following message:

LINK : absolute symbol '彟汦畴敳d彀呒彃桃捥卫慴正慖獲㡀䀀剟䍔䍟敨正瑓捡噫牡㉳ㅀ2彀呒彃汁潬慣效灬牥ㅀ2' changed; performing full link
Details (expand)

Visual Studio/Team Foundation Server/.NET Framework Tooling version

Visual Studio 11 Developer Preview

Steps to reproduce

To reproduce the LINK message chinese language in the output window, follow these steps ( I'm using VS11DP set for VC# ):

1- Create a standard VC++ console window Project; the source will be like this:

#include "stdafx.h"

int _tmain(int argc, _TCHAR* argv[])
{
    return 0;
}

2- Press F6 to build the solution ( I'm using VS11DP set for VC#). Do not build it more than once, and do not use Rebuild All option.

3- Change the source code to the following:

#include "stdafx.h"

int Inteiro(int i){return i;}
int _tmain(int argc, _TCHAR* argv[])
{
    double d=1.2;
    return Inteiro(int(d));
}

4- Press F6 to build the solution ( I'm using VS11DP set for VC# ). I guess it's important that this building be the 2nd one.

5- See the output window; it'll contain the following LINK message:

LINK : absolute symbol '彟汦畴敳d彀呒彃桃捥卫慴正慖獲㡀䀀剟䍔䍟敨正瑓捡噫牡㉳ㅀ2彀呒彃汁潬慣效灬牥ㅀ2' changed; performing full link

Product Language

English

Operating System

Windows 8

Operating System Language

English

Actual results

linker message in chinese language

Expected results

linker message in english language
File Attachments
0 attachments
Sign in to post a comment.
Posted by aljodAv on 2/21/2012 at 3:07 PM
Hi,
I guess the field status should change from "Active" to "Resolved" or something else.
Posted by Microsoft on 2/6/2012 at 4:37 PM
Hi,

We have found and fixed the problem in our product. The fix will be included in our next upcoming major release. Unfortunately there is no work around to this problem. The message could only show up when the linker is trying to do incremental linking.

Thank you very much for the report!

YongKang Zhu
--
VC++ CodeGen and Tools
Posted by MS-Moderator10 [Feedback Moderator] on 2/6/2012 at 1:51 AM
Thank you for submitting feedback on Visual Studio 2010 and .NET Framework. Your issue has been routed to the appropriate VS development team for investigation. We will contact you if we require any additional information.
Posted by MS-Moderator01 on 2/5/2012 at 6:41 PM
Thank you for your feedback, we are currently reviewing the issue you have submitted. If this issue is urgent, please contact support directly(http://support.microsoft.com)
Posted by aljodAv on 2/5/2012 at 6:11 PM
Do you think these 2 suggestions are useful:

http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2519702-include-in-csproj-files-a-new-xml-element-for-the

and

http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2572369-for-vc-editor-include-the-characters-
Sign in to post a workaround.