Versuchs mal mit
Delphi-Quellcode:
export_ShowParserErrorText(PChar(ShowParserErrorText));
export_WriteTextToConsole (PChar(WriteTextToConsole));
oder
Delphi-Quellcode:
export_ShowParserErrorText(@ShowParserErrorText[1]);
export_WriteTextToConsole (@WriteTextToConsole[1]);
Sollte funktionieren wenn ShowParserErrorText und WriteTextToConsole variablen vom Typ String sind. Ansonsten sag uns, wie diese beiden Variablen oder Konstanten deklariert sind.