Zitat von
Sfaizst:
Code:
var
pThreadStartRoutine: [color=#ff0000][b]Pointer;[/b][/color]
[...]
hThread := CreateRemoteThread(Pidhandle,nil,0,[b][color=#ff0000][u]@[/u]pThreadStartRoutine[/color][/b],@WriteStr,0,TID);
[...]
Ich schätze, da liegt das Problem. Lass das @ mal weg, und guck, ob es dann "funktioniert".