Porting Windows Dynamic Link Libraries to Linux

Costas

Administrator
Staff member
This project does not replace Wine or Winelib.

Winelib is used to port Windows C++ projects to Linux, and Wine is intended to run full Windows applications. This project is intended to allow native Linux code to load simple Windows DLLs.

https://github.com/taviso/loadlibrary
https://github.com/taviso/avscript

#dll #native #linux
 
Top