NaN
NaN

Reputation: 9104

Windows Service Application Dependent that uses WINE for Linux

I am developing an custom office like application that uses a custom service that authenticates the users.

My doubts are:

  1. Will it work in MAC if some client ask me to compile it to OSX using Delphi-XE3?
  2. Will it work in Linux if I use WINE to port the application and the service?

Upvotes: 0

Views: 1593

Answers (1)

Remy Lebeau
Remy Lebeau

Reputation: 597205

If you are using the VCL's TService framework, then it will only work on Windows, which includes use of WINE.

Upvotes: 4

Related Questions