Results 1 to 3 of 3
well guys i am new to the world of linux currently pursuing my bachelors in computer science in india so i thought of giving a seminar on wine.could any body ...
- 03-11-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 1
how does wine work internally
well guys i am new to the world of linux currently pursuing my bachelors in computer science in india so i thought of giving a seminar on wine.could any body provide internal implementation as to how wine would work
after i goggled i learnt that it uses reverse engineering but couldnt quiet get the concept help me out guys
- 03-11-2010 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,099
Welcome to the forums... this article probably lays it all out for you about as well as anyone here could do it. Otherwise, it's open source so you should be able to download the source code and take a closer look to see what's taking place.
oz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 03-15-2010 #3Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,977
Wine provides the API's (programming functions) needed by Windows applications in a Linux environment. It does that by providing shared libraries that Windows applications expect to be available to handle standard system calls. In addition, applications that provide their own shared libraries (DLL's) when installed, can load and use those in the Wine environment. In any case, Ozar provided a pretty good link to how this all works. You might also want to visit WineHQ for more information.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote