Jak przenieść kod napisany w Lazarusie z Windowsa na Linuksa i odwrotnie? Przy próbie kompilacji na innym systemie niż był utworzony projekt, wyrzuca błędy i nie chce mi kompilować kodu...
Czy wolisz polską wersję strony elektroda?
Nie, dziękuję Przekieruj mnie tam
object Form1: TForm1
Left = 531
Height = 516
Top = 235
Width = 895
ActiveControl = Button1
Caption = 'Form1'
ClientHeight = 516
ClientWidth = 895
LCLVersion = '0.9.28.2'
object Button1: TButton
Left = 26
Height = 25
Top = 139
Width = 75
Caption = 'Button1'
OnClick = Button1Click
TabOrder = 0
end
object Memo1: TMemo
Left = 416
Height = 328
Top = 104
Width = 408
Lines.Strings = (
'Memo1'
)
TabOrder = 1
end
object ZConnection1: TZConnection
Protocol = 'mysql'
HostName = 'xxxxxxxxxxx'
Port = 3306
Database = 'xxxxxxxxxx'
User = 'xxxxxxxxxxxxx'
left = 40
top = 40
end
object Datasource1: TDatasource
DataSet = ZReadOnlyQuery1
left = 120
top = 40
end
object ZReadOnlyQuery1: TZReadOnlyQuery
Connection = ZConnection1
Params = <>
DataSource = Datasource1
left = 200
top = 40
end
end