It's an option to ILDASM, not to one of the compilers.

At 05:02 PM 2/20/2004, Fred Palmer wrote
>For examples sake, I changed the name of the company (also didn't want any
>legal entanglements), but their manifests contain single quotes around all
>of their referenced assemblies.  The version of ILDASM is 1.1.4322.573.
>
>Where is /QUOTEALL documented?? I can't find it in MSDN under C# or C++
>compiler options.
>
>Thanks,
>
>Fred Palmer
>[EMAIL PROTECTED]
>
>> -----Original Message-----
>> From: On Behalf Of Serge Lidin
>> Sent: Friday, February 20, 2004 2:51 PM
>> To: [EMAIL PROTECTED]
>> Subject: Re: [ADVANCED-DOTNET] ILDASM and manifests question
>>
>> ILDASM quotes names if at least one of the following is true:
>> 1. Command line option /QUOTEALL is used;
>> 2. The name is an IL Assembler keyword;
>> 3. The name contains an invalid symbol. Valid starting symbols:
>> '?','_','@','$','A'-'Z','a'-'z'. Valid continuing symbols: the same plus
>> '0'-'9'.
>>
>> The name "SomeCompany.Shared" should not get quoted unless /QUOTEALL is
>> specified. What version of ILDASM are you using?
>>
>> Thanks,
>> Serge
>>
>> -----Original Message-----
>> From: On Behalf Of Fred Palmer
>> Sent: Friday, February 20, 2004 12:21 PM
>> To: [EMAIL PROTECTED]
>> Subject: [ADVANCED-DOTNET] ILDASM and manifests question
>>
>>
>> Can anyone tell me what causes a referenced assembly in a manifest to be
>> single quoted like so:
>>
>> .assembly extern 'SomeCompany.Shared'
>>
>> Thanks,
>>
>> Fred Palmer
>> [EMAIL PROTECTED]


J. Merrill / Analytical Software Corp

===================================
This list is hosted by DevelopMentorŪ  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to