The Lady in Black (1951 film)
The Lady in Black (German: Die Dame in Schwarz) is a 1951 West German crime film directed by Erich Engels and starring Paul Hartmann, Mady Rahl and Rudolf Prack.[1] The film's sets were designed by the art director Max Mellin.
The Lady in Black | |
---|---|
Directed by | Erich Engels |
Produced by | Hans Tost |
Written by |
|
Starring | |
Music by | Adolf Steimel |
Cinematography | Ernst W. Kalinke |
Production company | Dornas-Film |
Distributed by | Union-Film |
Release date | 23 November 1951 |
Running time | 93 minutes |
Country | West Germany |
Language | German |
Cast
- Paul Hartmann as Frederik Royce
- Mady Rahl as Bianca Monnier
- Rudolf Prack as Nils Corbett
- Harald Paulsen as 'Fürst' Balbanoff
- Inge Egger as Ann
- Franz Schafheitlin as Chefinspektor Marshall
- Ernst Fritz Fürbringer as Bankier Petterson
- Josefin Kipper as Carla Royce
- Rolf von Nauckhoff as Henry Richards
- Gertrud Wolle as Frau Dalström
- Toni Treutler as Frau Milovic
- Liesl Karlstadt as Frau Bogota
- Rudolf Schündler as Polizeiinspektor Polter
- Ludwig Schmidseder as Herr Bogota
- Ulrich Folkmar as Polizeiinspektor Bonden
- Petra Unkel
gollark: And yet it has GLOBALS in it?
gollark: ```pythondef c_wrapper(file): print("Compiling", file) temp = tempfile.mktemp(prefix="lib-compile-") print(temp) if subprocess.run(["gcc", file, "-o", temp, "-shared"]).returncode != 0: raise ValueError("compilation failed") library = ctypes.CDLL(temp) entry = library.entry entry.restype = ctypes.POINTER(ctypes.c_int)```Here's a bit of the *excellent* code.
gollark: Your entry is a function, it doesn't start up a process on every iteration or it would go slower.
gollark: How is not arbitrarily zeroing things "unusual"?
gollark: But the test code was in Python, because I only write C ironically, and dealing with anomalous C things would have been annoying.
References
- Bock & Bergfelder p.374
Bibliography
- Hans-Michael Bock and Tim Bergfelder. The Concise Cinegraph: An Encyclopedia of German Cinema. Berghahn Books.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.