[Wine] Winelib Calling POSIX function from Windows application

milasudril wineforum-user at winehq.org
Sun Jan 16 08:48:58 CST 2011


Suppose that I have Windows application using


Code:
LoadLibrary



followed by 
Code:
GetProcAddress



It should be possible to load a library implemented in terms of POSIX function but I do not understand how. Should I load the dll.so file generated by winegcc or do i need a plain .dll file?[/code]







More information about the wine-users mailing list