I&#39;m writing a program in which I have a Windows DLL that I need to load.&nbsp; The DLL contains a function that returns a pointer to some data, and I want to expose that data as file data in a Fuse file system.&nbsp; My first thought was that I could have the program load the DLL using winelib, but I&#39;m not sure what&#39;s involved in this and whether the resulting program could also use the Fuse libraries.&nbsp; I&#39;m a bit of a novice to Wine, and Linux programming in general, so I&#39;d appreciate any expert opinions you guys have about the best way to do this.<br>
<br>Thanks in advance,<br>Richard<br>