I know this has to be a FAQ, but I'm not finding it.
I want to test a custom version of kernel32.dll without bothering other wine users on the box. What do I need to do to make an app search the local directory for it instead of using the one in /usr/lib/wine?
"Kenneth" == Kenneth Porter shiva@sewingwitch.com writes:
Kenneth> I know this has to be a FAQ, but I'm not finding it. I want to Kenneth> test a custom version of kernel32.dll without bothering other Kenneth> wine users on the box. What do I need to do to make an app Kenneth> search the local directory for it instead of using the one in Kenneth> /usr/lib/wine?
At least for a real DLL, you can put it in the application directory, the directory where the application starts. I don' know if thta works foe a dll.so however..
Bye