Ich rufe auf:
LinkInfo.FullPathAndNameOfLinkFile:= blablablub
Das Attribut sieht so aus:
FullPathAndNameOfLinkFile: array[0..MAX_PATH] of Char;
Egal mit was ich ihn füttere. Es kommt immer eine Inkompatibilitätsmeldung.
Grundlegend habe ich einen String den ich da reinschreiben will.
EDIT: Selbst wenn ich ihm ein a: array[0..1213] of Char; überreiche mault er rum (dann jedoch nur noch "Inkompatible typen")
So sieht der Rest aus:
Delphi-Quellcode:
copymemory(@a[low(a)],@datei[1],sizeof(a));
LinkInfo.FullPathAndNameOfLinkFile := a;