Ĺadny brzuch
Witam!
Mam mały kłopot, z którym nie mogę się uporac.
Ten kod to kod przycisu do kompilacji kodu.
Oto kod:
procedure TForm2.Button3Click(Sender: TObject); var SourceFile:String; CompileFile:String; begin SourceFile:=edit1.Text; CompileFile:=edit2.Text; ShellExecute(handle, 'open', 'nasm.exe', PChar(SourceFile)+'-f bin -o'+PChar(CompileFile), 'compiler', SW_SHOWNORMAL); end;
a podczas kompilacji wyświetla błąd:
[Error] Unit2.pas(57): Incompatible types: 'String' and 'PAnsiChar'
Pomóżcie
ShellExecute(handle, 'open', 'nasm.exe', PChar(SourceFile'-f bin -o'+CompileFile), 'compiler', SW_SHOWNORMAL);
zanotowane.pl doc.pisz.pl pdf.pisz.pl zsf.htw.pl
Mam mały kłopot, z którym nie mogę się uporac.
Ten kod to kod przycisu do kompilacji kodu.
Oto kod:
procedure TForm2.Button3Click(Sender: TObject); var SourceFile:String; CompileFile:String; begin SourceFile:=edit1.Text; CompileFile:=edit2.Text; ShellExecute(handle, 'open', 'nasm.exe', PChar(SourceFile)+'-f bin -o'+PChar(CompileFile), 'compiler', SW_SHOWNORMAL); end;
a podczas kompilacji wyświetla błąd:
[Error] Unit2.pas(57): Incompatible types: 'String' and 'PAnsiChar'
Pomóżcie
ShellExecute(handle, 'open', 'nasm.exe', PChar(SourceFile'-f bin -o'+CompileFile), 'compiler', SW_SHOWNORMAL);