Muhammad Sharfuddin
2007-Jun-07 00:51 UTC
[Wine] is it possible to run delphi apps(forms) using wine
is it possible to run delphi apps/forms(that was build, compiled, and targeted to windows machines) on linux(fc6, suse 10.x) These delphi apps connects to MS SQL server. if it is possible, then I can easily ground all those windows xp machines, that are just use to run these delphi apps... and use linux instead Regards --------------------------------- Got a little couch potato? Check out fun summer activities for kids. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20070606/412fba4d/attachment.html
On Thursday 07 June 2007 09:50, Muhammad Sharfuddin wrote:> is it possible to run delphi apps/forms(that was build, compiled, and > targeted to windows machines)I don't know about MS SQL, but Delphi 6 itself works with wine, as well application that were created using Delphi 6. Best regards, Victor.
Dan Kegel
2007-Jun-07 12:16 UTC
[Wine] re: is it possible to run delphi apps(forms) using wine
Muhammad asked:> is it possible to run delphi apps [on linux]? > These delphi apps connects to MS SQL server.Maybe. You will probably need to install a few native DLLs and tell wine to use them. And even then, you might run into trouble. There isn't a good recipe to follow. A few resources that might help: http://wiki.winehq.org/NativeOdbc http://www.winehq.org/?issue=325#Winetricks You might also consider trying it with Crossover, a commercially supported wine package. http://www.codeweavers.com/products/cxoffice/ In any case, some assembly may be required. Ask back here when you run into trouble.
Gus Wirth
2007-Jun-07 14:45 UTC
[Wine] is it possible to run delphi apps(forms) using wine
Muhammad Sharfuddin wrote:> is it possible to run delphi apps/forms(that was build, compiled, and > targeted to windows machines) on linux(fc6, suse 10.x) These delphi > apps connects to MS SQL server. if it is possible, then I can easily > ground all those windows xp machines, that are just use to run these > delphi apps... and use linux insteadWINE will run apps built with Delphi just fine. However, a better alternative for the long run is to port your applications to FreePascal and Lazarus <http://www.lazarus.freepascal.org> That way you will have native applications that can run on Windows, Linux, Mac and whatever else they support. Gus
Maybe Matching Threads
- a simple Asterisk AMI interface with Delphi (or Lazarus+FreePascal)
- What to do to use libvorbis with FreePascal?
- How to discover within my application if executed in Wine?
- Native libpq.so instead of libpq.dll?
- I need to be able to retrieve windows user info on a windows server.