I am trying to help a friend that is migrating a Windows application he
wrote using the Borland C++ IDE to linux using Kylix 3. Apart from the
hell it took to make Kylix actually run, we are now stuck with some
libraries problem and we were wondering if it was safer to distribute the
software with all the necessary libraries statically included.
We wandered through the menus of Kylix and searched the online help, but
couldn't find a solution: does anybody have a pointer for us to read?
Thanks for any help, and please if there is a more appropriate resource
point it out!
--
Best Regards, Jack
Linux User #264449
Powered by Debian GNU/Linux on AMD64
Acctually, there is a more appropriate resource, Lazarus:
http://www.lazarus.freepascal.org/
http://en.wikipedia.org/wiki/Image:Lazarus_0.9.7.PNG
With it you can create completely multiplatform programs based on VCL,
and they will be completely standalone on the following platforms:
Windows
Linux
Free BSD
Mac OS X
> Acctually, there is a more appropriate resource, Lazarus:
Hmmm maybe I don't understand, but how does this Lazarus apply to a C++
project?
Thanks again for your help.