Displaying 1 result from an estimated 1 matches for "server_init_thread".
2010 Oct 18
2
Wine on Windows
...s this the only thing that has to be done explicitly that the "wine" loader does and the Windows' doesn't (connecting to wineserver)? For example there is the "server_init_process_done" function, which I am not explicitly calling - should it be? Also - I am calling "server_init_thread" with NULL - perhaps that is important? I do not fully comprehend what Wine does prior to jumping to the main function in a program, so I need help from someone who knows what's going on. :)
Another problem with ntdll.dll - there were some missing symbols when linking. I noticed that wine...