LoadLibrary under wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Leonardo

LoadLibrary under wine

Post by Leonardo »

i have a dll that i really need to user under linux.

on windows i'm using it with mingw and some sort of dlopen-ish funcions.

compiling with winegcc can help me to use explicit linking in the same way
that i've used on windows?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: LoadLibrary under wine

Post by vitamin »

Leonardo wrote:i have a dll that i really need to user under linux.
In what way? By a native Linux program? You can't. It have to be winelib or win-pe app.
Leonardo

LoadLibrary under wine

Post by Leonardo »

2009/3/20 vitamin <[email protected]>
Leonardo wrote:
i have a dll that i really need to user under linux.
In what way? By a native Linux program? You can't. It have to be winelib or
win-pe app.
hello an thanks for the reply.

it's a 3rd party component which is working under windows/mingw

i'm trying to figure if i can simply take the working code on eclipse
CDT/mingw, even having inside some GetProcAddress inisde, and recompile it
agains winelib and produce a linux wrapper.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.winehq.org/pipermail/wine-us ... chment.htm>
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: LoadLibrary under wine

Post by vitamin »

Leonardo wrote:recompile it agains winelib and produce a linux wrapper.
Again - no. Winelib apps are NOT native Linux executables. You can not run them be themselves. You have to run them under Wine.
Locked