Hi everybody! I am new with wine and very sorry for my question. Is it possible to create standard linux so library which would call Win32API functions? Thank you, Alexander.
pvshura wrote:> Is it possible to create standard linux so library which would call Win32API functions?Yes, but you have to run it under Wine. You can not create standalone winelib applications. They will still require full Wine.
Documentation says I am able to skip wine loader, is it true? http://www.winehq.org/site/docs/winedev-guide/c2726 "wine_init() can, with the correct preparation, be called from programs other than the wine loader itself" Does it mean I may call wine libraries from standalone Linux process? Thank you.