I have a windows native DLL from which I need to execute functions, from within a GCC compiled linux executable. Could someone direct me to relevant docs for this ? :) Thanks!!
robiwan
2011-Dec-13 20:01 UTC
[Wine] Re: Running windows DLL functions from GCC application
Ok, browse the topic via google, would I be correct to say that if I convert my cmdline application to a winelib appl (compiled via winegcc), I can use both linux and windows apis, and thus have access to LoadLibrary/GetProcAddress ?