Ok, no problem. we can add delay import for advapi32. (guessing) As most of the implemented functions use the same code, for implementing those functions. So I thought moving them to a common location would be a good idea. Do you know where should i move the common implementation to? Thanks, Vijay PS: I am now going home, will discuss on IRC On 6/22/06, James Hawkins <truiken(a)gmail.com> wrote:
On 6/22/06, Vijay Kiran Kamuju <infyquest(a)gmail.com> wrote:
Most of the dlls which have implemented the above functions are importing advapi, because all/most of the Reg*Key functions are implemented in advapi
I think this makes no difference to the existing dlls.
You misunderstood what I said. There's nothing wrong with a dll importing advapi32 exports. What you want to do would require *adding* an export to advapi32 that is not in native advapi32, which is wrong.
-- James Hawkins