Log in

View Full Version : Windows API Reference


Maze
February 11th, 2009, 17:27
I used SoftICE many many years ago and I just started working with OllyDbg recenty.
I would like to get more information on the calls made while debugging a program.
I'm using OllyDbg 2 and Vista 32bit.

I think I need a WIN32.HLP file.
I can't find it anywhere.....is it officially made by Microsoft ?

While working on a program I find a lot of calls to MFC80U.
Can I research those calls from the WIN32.HLP file ?

Thanks !

JMI
February 11th, 2009, 20:39
Please actually READ THE FAQ! We expect posters here to have done their own basic research (i.e., their own homework) before they post a question here. Your post does not indicate that you have made any effort to find information about MFC80U on the net or otherwise, before posting your question here.

Putting MFC80U in google, I got 24,000 hits, some of which should be relevant to your question. For example, I quickly found that the file is usually found in:

:\program files\divx\divx converter\microsoft.vc80.mfc\mfc80u.dll location

and is reported to be part of the MFCDLL Shared Library.

Putting WIN32.HLP in google I got 230,00 hits, the very first one was a download location, so it is "obvious" you either are not searching very hard, or you need to study up on how to search effectively.

Now how about you actually go read that FAQ!

Regards,