The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: jimeeg on November 07, 2006, 10:07:05 PM

Title: How do i ensure a DLL is included?
Post by: jimeeg on November 07, 2006, 10:07:05 PM
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
Title: Re: How do i ensure a DLL is included?
Post by: TNick on November 08, 2006, 10:39:50 AM
Hi, jimeeg!

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

Regards,
Nick
Title: Re: How do i ensure a DLL is included?
Post by: jimeeg on November 08, 2006, 03:27:48 PM
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.
Title: Re: How do i ensure a DLL is included?
Post by: TNick on November 08, 2006, 03:46:16 PM
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