At 10:01 AM 1/18/01 -0800, you wrote:
>On Thu, 18 Jan 2001, Thomas Dodd wrote:
>[...]
>> I didn't write it, but it was written using Delphi according to the
>> help files. Any way to find out what DLLs are being used,
>> without extra huge amounts of messages?
>
> Ah, it's written with Delphi. It's different then, I thought it was a
>C/C++ application.
> Note that you're still in luck because Borland has released Kylix
>which is Delphi's Linux version. From what I understand you should just
>have to get a hold of Kylix and then recompile the application with it.
'has released' ? When ? Do you have an URL for the announce ?
Anyway, Borland announced that Kylix will miss the 'windows' unit so
things like treeview, listview, and the like, as any direct call to win32 api also,
should
break in a Kylix app. I am not sure how much trust I should put in Borland's
statements, but it was said this way.
The Vcl (Borland library under Windows is probably not portable with Winelib
even if there was a Pascal able to deal with Borland's code under Unix
(there are parts in assembly dealing with exceptions, and some part
is even binary only - the debugger hooks). The emulator (Wine) is IMO
the best option.
Gerard