i am trying to debug my program and have run into a problem - apparently Olly doesn't load all the DLL's ... this is really a guess, but the memory address i have for my DLL does not show any data.
is there a way to ensure that the DLL i want loaded will be loaded similar to the "includelib ... ****.lib" we use?
thx
Hi, jimeeg!
Have a look at LoadLibrary function in win32.hlp or msdn.
Is this what you need?
Regards,
Nick
Do you have a good source for the win32.hlp file? where is it? this is probably a noob question isn't it?
i found one from 95, but didn't know if there is a more current one.
PM me with your e-mail and I'll send you my file. I don't know what date it has. A great source is MSDN,too.
http://msdn2.microsoft.com/en-us/default.aspx
Nick