cut the crap
From: Skybuck Flying (nospam_at_hotmail.com)
Date: 08/26/04
- Next message: Skybuck Flying: "still not working"
- Previous message: Skybuck Flying: "pretty ridicilious ;)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Next message: Skybuck Flying: "still not working"
- Previous message: Skybuck Flying: "pretty ridicilious ;)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|