Re: handle unimplemented function stubs

2007-12-03 Thread Stefan Dösinger
Am Montag, 3. Dezember 2007 13:55:59 schrieb [EMAIL PROTECTED]: > I know, that I can find a workaround for this case, but this in not my > problem. How can I handle, in principle, such exceptions? What is the > reason for creating a function stub without an implementation ??? The reason is often th

handle unimplemented function stubs

2007-12-03 Thread [EMAIL PROTECTED]
Hello all, I'm a Windows software developer and I'm trying to execute an application under the wine environment. Now I have a problem introduced with wine 0.9.49. I use the function RegOverridePredefKey from the advapi32.dll. To be compatible with older windows versions, I use the following code