question related to DLL reuse via Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
nixbert
Newbie
Newbie
Posts: 1
Joined: Tue Dec 16, 2008 5:03 am

question related to DLL reuse via Wine

Post by nixbert »

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
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: question related to DLL reuse via Wine

Post by vitamin »

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?
Possibly. It highly depends on what all they do. Some things are not supported by Wine.
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)?
You have to use winelib app to communicate with such services. Then expose whatever you need via named pipe/socket/etc.

Again all depends on what all those services do.
Locked