search for: wine_dlsym

Displaying 1 result from an estimated 1 matches for "wine_dlsym".

2009 Jul 26
10
Help! How to mix win32 and native os calls in code?
Hi I have a tool that I am running under Mac version of Wine. What I am doing is installing the tool under wine (i.e wine <path to installer pkg.exe>) and then running it from wine. It uses an api to capture current screen (BitBlt api). Under Mac, it is capturing the X windows frame buffer instead of native Quartz frame buffer. I have source code for this tool. I am thinking of