Does Kylix3 work with Mandrake 10.1 or later? thanks.
FrankW
Bye,
Raktzo
What I can say is that the InterBase UDFs it creates will abnormally
terminate the InterBase Linux server after all users disconnect. I
rewrote my UDFs in C using GCC and they work fine now.
I write few UDFs with non problem, all with Delphi.
Bye,
Raktzo
Kylix 3 (Delphi personality) on Linux kernel 2.6 has subtle problems.
UDFs built with Kylix 3, running on linux kernal 2.6 abnormal terminate
InterBase 7.5+ on Linux when all the clients disconnect from the server.
You can use it as a toy, but it is NOT production ready.
I had a support case with Borland for 6 months. They never supplied an
answer, except to acknowledge there was a problem. I supplied code
samples - the whole nine yards. As far as I am concerned, Kylix is just
not maintained enough for me to spend my valuable time on. I rewrote
our UDFs in C using GCC and they work quite well. The FreeAdhocUDF is
a great replacement for FreeUDFLib.
Believe me, I wish that Borland was committed to Kylix and Linux. I
think they are missing the boat.
I highly recommend using GCC for InterBase Linux UDFs.
I used Firebird, not IB....
Bye,
Raktzo
I'm looking for a tool to write cross platform apps, what is the good
choice?
"Tom Wilk" <tw...@logisticshealth.com> wrote in message
news:434b...@newsgroups.borland.com...
> UDFs using Delphi 6/7 on Windows work just fine.
>
> Hi,
>
> I'm looking for a tool to write cross platform apps, what is the good
> choice?
>
Tcl/Tk
Ian
--
Ian Bell
Or Python. There are several IDEs for it too (i. e., boa-constructor).
There are also many GUIs to use: wxPython for wxWidgets, PyGTK for GTK,
PyQt for Qt...
I personally moved from Delphi/Kylix to Python. Maybe there isn't such
pleasant convenience using the (free) IDEs as in the Delphi IDE but you
can find attempts for code completion and calltips in the development
environments. On the other side, Python has a less "verbous" syntax than
Pascal that is easy to learn and aims to be the most readable and
understandable as possible.
Python is a scripting language like Tcl/Tk but unlike Object Pascal.
Though, it can produce executable files (*.exe) with embedded code for
Windows via the Py2Exe package. There are attempts to build executables
for Linux too (cxfreeze). A standard way is to execute the just written
or "compiled" scripts launching them with the Python interpreter.
It's a high-level object-oriented language; everything what can be
stored in a variable is an object. It has a large support for local and
unicode encodings. I think the most commonly known application written
in Python is the PySol Solitaire card game. For those who don't like its
graphical user environment (GUI), there are many other alternatives that
I have named above.
Python is distributed free of charge.
Pavel
"Ian Bell" <ruffr...@yahoo.com> wrote in message
news:4353...@newsgroups.borland.com...
Found your email on borland.public.kylix.distros-compatibility : Kylix 3
and Mandriva_2006, won't run programs. Compile OK apparently. Do you
have anything to add?
Mike Finch
mikf...@bigpond.net.au
OS: Mandriva LE 2006, Kylix 3, got the same thing: compile/build OK. But when running the application: kylix freezes. Also not able to run the compiled application from the command line.
What is missing?
Please, help!
/byteway
So for anyone interested, this is what I did:
1.I decided to install Kylix only to be used by me.
2.Before Kylix can be installed, check if all previous installs of Kylix
have been removed. Try the command: rpm -qa | grep kylix. Delete all
found packages with: rpm -e PackageName.
3.After Kylix install, copy all *.so files (~/kylix3/bin) to /usr/lib.
4.Check environment paths (and fix): ~/kylix3/bin/kylixpath
5.Add into the "/etc/rc.d/rc.local" file "echo > 1
/proc/sys/vm/legacy_va_layout"
6.Read about CrossKylix - http://crosskylix.untergrund.net/execshield.shtml
7.Nescessary information from the Unofficial Patches:
http://www.kylix-patch.de.vu
8.Extra information:
http://andy.jgknet.de/oss/kylix/wiki/index.php/Main_Page
/byteway
byteway wrote:
> Hi,
>
> OS: Mandriva LE 2006, Kylix 3, got the same thing: compile/build OK. But when running the application: kylix freezes. Also not able to run the compiled application from the command line.
>
> What is missing?
>
> Please, help!
>
> /byteway
- To fix this: disable the integrated debug option.... (oeps, I wish it
could be different)