1. Win32 DLL listings

I'm kinda new to (and kinda dumb about) Win32 programming.  Can somebody
tell me what's in the standard win32 dll's (i.e. GDI32.DLL, etc.)?  My
computer won't allow QuickView.

new topic     » topic index » view message » categorize

2. Re: Win32 DLL listings

James Begley wrote:
>
> I'm kinda new to (and kinda dumb about) Win32 programming.  Can somebody
> tell me what's in the standard win32 dll's (i.e. GDI32.DLL, etc.)?  My
> computer won't allow QuickView.

Short answer: thousands of inscrutable calls to Windows internals.

Longer answer: There are lots of (thick) books available, as well as
the API documentation available on Borland's website. Plus an
unknown number of "undocumented" calls kept secret by Micro$oft.

I have one book on the Win API - 1098 pages, but it's just an overview,
not enough details to get all the calls to work.

BTW: it does no good to try to view these DLL's, it's all machine code.

Regards,

Irv

new topic     » goto parent     » topic index » view message » categorize

3. Re: Win32 DLL listings

>Date:         Tue, 11 Aug 1998 21:56:19 -0700
>Reply-To:     Euphoria Programming for MS-DOS
<EUPHORIA at LISTSERV.MUOHIO.EDU>
>From:         James Begley <jizim at GEOCITIES.COM>
>Subject:      Win32 DLL listings
>To:           EUPHORIA at LISTSERV.MUOHIO.EDU
>
>I'm kinda new to (and kinda dumb about) Win32 programming.  Can
somebody
>tell me what's in the standard win32 dll's (i.e. GDI32.DLL, etc.)?  My
>computer won't allow QuickView.
>

Some of thefunctions of the Dll's would be shown in the win32 demos.
All?... I would ask that question. :)

"LEVIATHAN"

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

new topic     » goto parent     » topic index » view message » categorize

4. Re: Win32 DLL listings

>Date:         Wed, 12 Aug 1998 09:25:19 -0400
>Reply-To:     Euphoria Programming for MS-DOS
<EUPHORIA at LISTSERV.MUOHIO.EDU>
>From:         Irv <irv at ELLIJAY.COM>
>Subject:      Re: Win32 DLL listings
>To:           EUPHORIA at LISTSERV.MUOHIO.EDU
>
>James Begley wrote:
>>
>> I'm kinda new to (and kinda dumb about) Win32 programming.  Can
somebody
>> tell me what's in the standard win32 dll's (i.e. GDI32.DLL, etc.)?
My
>> computer won't allow QuickView.
>
>Short answer: thousands of inscrutable calls to Windows internals.
>
>Longer answer: There are lots of (thick) books available, as well as
>the API documentation available on Borland's website. Plus an
>unknown number of "undocumented" calls kept secret by Micro$oft.
>
>I have one book on the Win API - 1098 pages, but it's just an overview,
>not enough details to get all the calls to work.
>
>BTW: it does no good to try to view these DLL's, it's all machine code.
>
>Regards,
>
>Irv
>

Hmm... Do you have laying around the calls to the standard DLL's, and
how to call them? (C_LONG, U_LONG, etc)

Thanx in advance.

"LEVIATHAN"

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com

new topic     » goto parent     » topic index » view message » categorize

5. Re: Win32 DLL listings

bonn ortloff wrote:
>
>
> Hmm... Do you have laying around the calls to the standard DLL's, and
> how to call them? (C_LONG, U_LONG, etc)
>
> Thanx in advance.
>
I have a list of Win 3.1 calls, but in Pascal calling convention.

Irv

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu