winelib applications

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
MichaelZ
Level 2
Level 2
Posts: 16
Joined: Tue Apr 22, 2008 1:50 pm

winelib applications

Post by MichaelZ »

If my application is compiled with winelib, do I need to install Wine to run the application?
Thanks.


Michael
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: winelib applications

Post by vitamin »

MichaelZ wrote:If my application is compiled with winelib, do I need to install Wine to run the application?
Yes you can run them with Wine only. Ex: 'wine my_winelib_app.so'
MichaelZ
Level 2
Level 2
Posts: 16
Joined: Tue Apr 22, 2008 1:50 pm

Re: winelib applications

Post by MichaelZ »

vitamin wrote: Yes you can run them with Wine only. Ex: 'wine my_winelib_app.so'
Thanks for the reply. What if I don't have Wine installed, would my application still run?
Dan Kegel

winelib applications

Post by Dan Kegel »

On Thu, May 8, 2008 at 10:43 AM, MichaelZ <[email protected]> wrote:
Yes you can run them with Wine only. Ex: 'wine my_winelib_app.so'
Thanks for the reply. What if I don't have Wine installed, would my application still run?
No.

Are you starting to see why we don't encourage anybody to use winelib?
MichaelZ
Level 2
Level 2
Posts: 16
Joined: Tue Apr 22, 2008 1:50 pm

Re: winelib applications

Post by MichaelZ »

Dan Kegel wrote: Are you starting to see why we don't encourage anybody to use winelib?
Understood. Thank-you.
Locked