Re: winebuild examples

2013-09-22 Thread André Hentschel
Am 21.09.2013 19:49, schrieb paul.clark...@btinternet.com: Hi, I am new to WINE and indeed winebuild. What I need to do is write a wrapper C part and Spec file and build a wrapper around an existing Linux shared library so that my wrapper DLL can be dynamically loaded into my program

winebuild examples

2013-09-21 Thread paul.clarke85
Hi, I am new to WINE and indeed winebuild. What I need to do is write a wrapper C part and Spec file and build a wrapper around an existing Linux shared library so that my wrapper DLL can be dynamically loaded into my program running in WINE. This, I believe, is supposed to be a simple thing