Hello All,
can somebody tell weather it is possible to run NT service on Wine, especially written in Delphi VCL(TService)
Services do not natively run on Wine startup. You have to start them and then leave at least one window open.
If your service depends on direct hardware access or the use of any special device driver, it will not work in Wine as it does not recreate all of the functionality of Windows.
You are welcome to attempt to try and run your service under Wine and advise what happened.
James McKenzie