cut the crap

From: Skybuck Flying (nospam_at_hotmail.com)
Date: 08/26/04


Date: Thu, 26 Aug 2004 03:09:08 +0200

Delphi generated this:

// Notes:
// (*) If no key is specified, the assembly is not signed.

Pretty fricking unhandy...

Now I have to change this (all these) lines to

// ( * ) If no key is specified, the assembly is not signed.

So I can use (*

*)

to comment the stuff to try out if that helps ;)
// ( * ) KeyName refers to a key that has been installed in the Crypto
Service
// Provider (CSP) on your machine. KeyFile refers to a file which
contains
// a key.
// ( * ) If the KeyFile and the KeyName values are both specified, the
// following processing occurs:
// (1) If the KeyName can be found in the CSP, that key is used.
// (2) If the KeyName does not exist and the KeyFile does exist, the
key
// in the KeyFile is installed into the CSP and used.
// ( * ) In order to create a KeyFile, you can use the sn.exe (Strong
Name) utility.
// When specifying the KeyFile, the location of the KeyFile should be
// relative to the project output directory. For example, if your
KeyFile is
// located in the project directory, you would specify the
AssemblyKeyFile
// attribute as [assembly: AssemblyKeyFile('mykey.snk')], provided
your output
// directory is the project directory (the default).
// ( * ) Delay Signing is an advanced option - see the Microsoft .NET
Framework
// documentation for more information on this.



Relevant Pages

  • still not working
    ... // You can specify all the values or you can default the Revision and Build ... // If the KeyName does not exist and the KeyFile does exist, ... // directory is the project directory. ... Could not import assembly 'LibraryTest' because it contains ...
    (alt.comp.lang.borland-delphi)
  • pretty ridicilious ;)
    ... library LibraryTest; ... // You can specify all the values or you can default the Revision and Build ... // If the KeyFile and the KeyName values are both specified, ... // directory is the project directory. ...
    (alt.comp.lang.borland-delphi)