MyDAC in Delphi and Lazarus simultaneously
Posted: Thu 16 Feb 2017 05:23
Hi
Trying to use in Lazarus the same datamodule of delphi....
There are several property in delphi not used in lazarus then when I used the delphi conversion in lazarus tools I have in the log this:
Hint: * Converting file C:\tools\ToolsXE10\DelphiLazarus\Neutral\Lazarus\DataModuleMain.pas *
Hint: * Repairing form file C:\tools\ToolsXE10\DelphiLazarus\Neutral\Lazarus\DataModuleMain.lfm *
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Removed property "Width".
Hint: Removed property "Height".
Hint: Removed property "OldCreateOrder".
Hint: Conversion Aborted.
Another missed property is FixedChar.
What is the path to use the same datamodule in both IDE's at the less pain ? Why a Mysql Integer field in delphi is generated as TLongWordField and in lazarus as TLargeIntField ?
How to keep a common Model-Controller for both and just the view in every IDE ?
Thanks
Trying to use in Lazarus the same datamodule of delphi....
There are several property in delphi not used in lazarus then when I used the delphi conversion in lazarus tools I have in the log this:
Hint: * Converting file C:\tools\ToolsXE10\DelphiLazarus\Neutral\Lazarus\DataModuleMain.pas *
Hint: * Repairing form file C:\tools\ToolsXE10\DelphiLazarus\Neutral\Lazarus\DataModuleMain.lfm *
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Replaced type "TLongWordField" with "TLargeIntField".
Hint: Removed property "Width".
Hint: Removed property "Height".
Hint: Removed property "OldCreateOrder".
Hint: Conversion Aborted.
Another missed property is FixedChar.
What is the path to use the same datamodule in both IDE's at the less pain ? Why a Mysql Integer field in delphi is generated as TLongWordField and in lazarus as TLargeIntField ?
How to keep a common Model-Controller for both and just the view in every IDE ?
Thanks