On 10/17/2011 02:11 AM, raja_s_patil wrote:
Hello,
I am trying to run our own Delphi Application with wine 1.2 on Kubuntu.
Applications runs without any problems but Functionality of stuffing keys with
setWindowsHookEx(WH_JOURNALPLAYBACK, @Playback, hInstance, 0); is not working at all.
Can somebody suggest any work around for this ? If any code changes are
needed we can do the same since we have sources of application with us.
Since application is Data Entry Centric this functionality is Vital to Client and
can stop them from switching to Linux to use this application. Rest of the
matters like printing, fonts etc. etc. have been settled very nicely with wine.
Thanks and Warm regards
Raja
Try with a newer wine as 1.2 is very old. Also it may be possible to
port the app to linux using
http://wiki.lazarus.freepascal.org/Lazarus_For_Delphi_Users
Paul R.