Hi
newbie to Wine but have read FAQs and could not find a clear answer to my doubt so here goes -
I am looking to re-use some windows dlls in linux. Assume that these dlls are used via svchost.exe in MS environment to provide a service.
My questions are
1.) Can such a setup be migrated to run under Wine?
2.) If above is true then is it subsequently possible to write a set of Linux binaries which can invoke and use the service provided by above dlls(running under Wine)?
Sorry if above question sound too newbie-ish to you. I would be happy even if you are able to point me to some relevant documentation.
thanks
question related to DLL reuse via Wine
Re: question related to DLL reuse via Wine
Possibly. It highly depends on what all they do. Some things are not supported by Wine.nixbert wrote:I am looking to re-use some windows dlls in linux. Assume that these dlls are used via svchost.exe in MS environment to provide a service.
My questions are
1.) Can such a setup be migrated to run under Wine?
You have to use winelib app to communicate with such services. Then expose whatever you need via named pipe/socket/etc.nixbert wrote:2.) If above is true then is it subsequently possible to write a set of Linux binaries which can invoke and use the service provided by above dlls(running under Wine)?
Again all depends on what all those services do.