Hi,
I'm on the lookout for a library to port my Windows SDK code to MacOS X. I came across the Wine website and I think this would solve my problem. However before I dive into it, I'd like to get the following clarification :
I need my application to be independent of any other binary (like wine) - so, once linked with the required wine-libraries it should just run on any MacOS X machine i.e. no dependency on wine binary/installation. Is this possible? I would also like to use my own makefile for linking in my application with the wine libraries. Is ths fine?
Thanks.
________________________________________________________________________ Yahoo! India Matrimony: Find your partner online. http://yahoo.shaadi.com/india-matrimony/
On Thu, Jun 03, 2004 at 08:18:46AM +0100, saneh gupta wrote:
I need my application to be independent of any other binary (like wine) - so, once linked with the required wine-libraries it should just run on any MacOS X machine i.e. no dependency on wine binary/installation. Is this possible?
No, it's not. A windows application uses a bunch of DLLs that you'll need those around, so you need wine.
I would also like to use my own makefile for linking in my application with the wine libraries. Is ths fine?
Of course, you can use your own Makefiles.