![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Nov 2005
Posts: 13
Rep Power: 0
![]() |
I am quickly getting tired of "re-inventing the wheel," and was wondering if there was anywhere online where the utilities within each windows .dll file are identified and explained. I've already searched online extensively, but couldn't find anything. Does anybody here know of such a resource?
|
|
|
|
|
|
#2 |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4
![]() |
A lot of the DLLs contain functions from the Windows API. Learn more about it, and you will understand the things better
![]() |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Nov 2005
Posts: 13
Rep Power: 0
![]() |
I understand that many .DLL's contain functions from the windows API. However, if I wanted to utilize a function from a .DLL in a program (for example, a "save as..." dialog), I need to know the filename of the .DLL containing the function, and I need to know the name of the actual name of the function within the .DLL. I know neither at this point, so I'm trying to find a site or other resource where I can find that information about Windows .DLL files.
|
|
|
|
|
|
#4 | |
|
Professional Programmer
|
code a .dll that includes everything you will ever plan to use in your coding career
![]()
__________________
▄▄▄▄ Quote:
Due to incorrect calculations during the middle ages, our calendar actually begins a few years after Jesus' birth. Thus the real 6/6/6 happened a few years back. The world already ended and you missed it. Download Code::Blocks now! ▄▄▄▄ |
|
|
|
|
|
|
#5 |
|
Troll
Join Date: Apr 2005
Location: Texas
Posts: 732
Rep Power: 4
![]() |
For the Open and Save as boxes, use the Common Dialog Box Library
__________________
MD5(sig) = bcef75433db02e9ad9bf81d6f7c5c270 |
|
|
|
|
|
#6 |
|
Professional Programmer
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4
![]() |
I have read about Dynamic Library Link in a book called "Operating Systems" by William Stallings.
Though, I know the concept, I would not be able to put it 100% correctly here..(atleast for the moment...I do not want to commit a mistake...) I suggest, you can read about it from that book or (Windows specific book for Operating Systems) (and may be....you can get some help from VC++ help or book related to it...)
__________________
Visit: http://www.somaiya.edu |
|
|
|
|
|
#7 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Take a look at ApiViewer.
|
|
|
|
|
|
#8 | |
|
Expert Programmer
Join Date: Aug 2005
Location: Rotterdam, the Netherlands
Posts: 942
Rep Power: 4
![]() |
Quote:
You are here to learn. ![]() |
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|