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.