bugDotGNU Portable.NET - Bugs: bug #9823, cscc does not properly build...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #9823: cscc does not properly build resource dlls

Submitter:  David Logan <djlogan>
Submitted:  Fri 30 Jul 2004 03:20:48 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Sat 07 Aug 2004 12:15:22 AM UTC, comment #1: 

Fix committed to CVS - 7 August 2004.

There is now a "-fculture=XXX" option to cscc that can be
used to set the culture to "XXX".  The csc-compatibility
option "/culture:XXX" should also work.

Rhys Weatherley <rweather>
Group administrator
Fri 30 Jul 2004 03:20:48 PM UTC, original submission:  

cscc needs to support a "culture" or "locale" flag. ildasm shows the following difference that precludes cscc-built resource dlls from working on the M$ clr:

Microsoft:
.assembly iccdll.resources
{
        .hash algorithm 0x00008004
        .ver 0:0:0:0
        .locale "en-US"
}

cscc:
.assembly iccdll.resources
{
        .hash algorithm 0x00008004
        .ver 0:0:0:0
}

David Logan <djlogan>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-08-07 rweather StatusNone Fixed
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.15-94dd.
Corresponding source code