search for: spamsux

Displaying 5 results from an estimated 5 matches for "spamsux".

Did you mean: spamsum
2007 Mar 19
2
dll override for select apps only
I've been experimenting with Wine on Ubuntu Edgy. I installed WinRAR, and when it didn't work, I looked at this page: http://frankscorner.org/index.php?p=winrar350 First I copied the required dll (comctl32.dll) over from Windows to the program dir (not the Wine windows dir), then tried to add it via winecfg, simply entering the name in the dialog. Then Winecfg couldn't start again. I
2001 Dec 03
1
GetCurrentThreadId()
Does anyone have any ideas as to why my application always crashes on calls to "kernel32.GetCurrentThreadId()"? Every time I call GCTID I get: - a call to UnhandledExceptionFilter() - producing an "Unhanded privileged instruction at address 0x40112584" message box (which I've never seen popup, I only know it happens because I'm reading the --debugmsg +relay output.)
2001 Nov 29
1
System DLLs
Are there "builtin" wine implementations of common Windoze DLLs (ntdll, kernal32, comdlg32, winsock etc) and if so, where do they reside? I am trying to get my own application to run using wine (without a recompile) and it continues to ask me for common windows dlls. I would like to try to get my application running without having to copy over all of the relevant windows dlls as I am
2001 Nov 30
1
debugging my application
My application seems to come up under wine; I get a window that comes up, but it never redraws, so I can't tell if my application has crashed or what is going on. I would like to try to add in some printfs or other type of debug statements to my code to see what is going on. How do I go about doing this? Just adding printfs doesn't seem to do anything. I don't see any debug
2001 Nov 28
3
first timer, so go easy on me
Hello fellow Wine users, I have written an app that runs in Windows and I would like to try to get it running under Linux using Wine. So I copied all of my files and binaries from my Windows box to my Linux box (as well as all required DLLs.) So far I have been able to get Wine to come up and start, only giving me: 'FIXME:pthread_rwlock_rdlock' and 'FIXME:pthread_rwlock_unlock'