News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

How do i ensure a DLL is included?

Started by jimeeg, November 07, 2006, 10:07:05 PM

Previous topic - Next topic

jimeeg

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

TNick

Hi, jimeeg!

Have a look at LoadLibrary function in win32.hlp or msdn.
Is this what you need?

Regards,
Nick

jimeeg

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.

TNick

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