dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #9823] cscc does not properly build resource dll


From: Rhys Weatherley
Subject: [Pnet-developers] [bugs #9823] cscc does not properly build resource dlls
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #9823] Latest Modifications:

Changes by: 
                Rhys Weatherley <address@hidden>
'Date: 
                Sat 08/07/2004 at 00:15 (GMT)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
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.






/**************************************************************************/
[bugs #9823] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=9823>
Project: DotGNU Portable.NET
Submitted by: David Logan
On: Fri 07/30/2004 at 15:20

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  Fixed
Assigned to:  None
Status:  Closed


Summary:  cscc does not properly build resource dlls

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
}


Follow-up Comments
------------------


-------------------------------------------------------
Date: Sat 08/07/2004 at 00:15       By: rweather
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.












For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=9823>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]