Displaying 1 result from an estimated 1 matches for "windowsdll".
Did you mean:
windowsdc
2003 Aug 05
0
dll wrapper strategy help
...ows DLL.
On first examination it looks like winelib is the way to go, but I'm
having trouble dissecting the documentation from whole windows
application porting to just what I need. Essentially from what I can
gather I need to write a spec file for the windows dll and somehow from
this build a windowsdll.so. Then I can just write a standard unix based
C program which I can link to this shared library, and compile using
standard gcc? Is that right? or there more too it than that.
The documentation for the spec file says that the ordinal stuff is
optional and only required if you want dynamic loading...