Can someone provide a quick example of how to link a an app and initialize wine via wine_init myself? I've tried the stuff from mono and also libfst.. I really need this to work, it isn't an option to run from a winelib app because I need to access a non-managed dll via the mono runtime.
#0 0x4030ed68 in server_init_process () from /usr/lib/wine/ntdll.dll.so #1 0x4031339e in thread_init () from /usr/lib/wine/ntdll.dll.so #2 0x402face8 in __wine_process_init () from /usr/lib/wine/ntdll.dll.so #3 0x4018c9a2 in wine_init () from /usr/lib/libwine.so.1
Thanks, Stephen