On Sat, 28 Oct 2000 [EMAIL PROTECTED] wrote:

> I am trying to make a winelib rundll32, but I can not get GetProcAddress
> to return anything but (nil).  I must be doing something even stupider
> than the stupid errors I have already fixed, but I can't see it.  Maybe
> somebody who is really bored could tell me the error of my
> ways.  Wine-20001026 with wine_win2k.diff, wininet.diff, Rein's little
> timezone patch, and Marcus' OleLoadFromStream and itemmoniker from
> wine-patches.

Apart from that your string handling is somewhat clumsy and bug-ridden
(one of these bugs are likely to leave the space character in the string
you pass to GetProcAddress), I don't see any other obvious misuse of
GetProcAddress here. Perhaps you could also look at regapi, which already
contains a regsrv-like function (registerDLL -> doRegisterDLL())?



Reply via email to