Hi... just started switching my own libraries from Dalphi to Lazarus.
With win-lazarus it's pretty good right now (at least it compiles :-))
With Linux I ran into somewhat of trouble, when trying to compile a unit that has some functions to run other programs (or the associated program to a *.png or *.odt-File)
Several types and function calls are not supported with linux.
e.g.:
tProcessInformation
_process_information;
_StartupInfoA;
Actually I searched the forum but couldn't find anything related to this topic.
Any help?
Thanx in Advance