Einzelnen Beitrag anzeigen

Robert_G
(Gast)

n/a Beiträge
 
#4

Re: [erledigt]compiler sagt unsicherer typ ?

  Alt 5. Mai 2004, 22:41
Ehrlich gesagt, so einen Käse habe ich nie benutzt. (ist ja auch genauso witzlos wie VCL.Net )
Aber es wird wohl ein Block sein, der sich unter .Net kompilieren lässt obwohl er nicht von der CLR verwaltet und geprüft werden kann. -> App muss in FullTrust laufen.

Nachtrag:
Zitat von D8 OH:
The $UNSAFECODE directive controls whether the unsafe keyword is accepted by the compiler. With {$UNSAFECODE ON}, you can mark procedures and functions with the unsafe keyword, for example:
procedure unsafeProc; unsafe;
begin
end;
Note: Unsafe code will not pass PEVerify, nor will any assembly or Delphi module that calls an unsafe procedure or function.
  Mit Zitat antworten Zitat