From: "AndrewJ" Newsgroups: comp.os.msdos.djgpp References: <8h8g1c$2oc$1 AT pegasus DOT tiscalinet DOT it> Subject: Re: WIN32 API : help needed Lines: 25 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 Message-ID: Date: Sun, 04 Jun 2000 00:37:51 GMT NNTP-Posting-Host: 24.42.120.18 X-Complaints-To: abuse AT home DOT net X-Trace: news2.rdc1.on.home.com 960079071 24.42.120.18 (Sat, 03 Jun 2000 17:37:51 PDT) NNTP-Posting-Date: Sat, 03 Jun 2000 17:37:51 PDT Organization: @Home Network Canada To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Online information about programming the Win32 API is, IMHO, spotty at best. The best reference is the Windows Platform SDK, although if you are using a <= 56k modem, this may not be desirable or feasible. I suggest turning to your local bookstore/library for help. Using the PlatSDK's examples, I was able to code up a few basic windowed applications, although advanced concepts and API calls are a bit hard to remember without some good dox along with the code. AndrewJ > hello, > i've downloaded gccw32.exe (rsxntdj) > but: > > -i cannot use options like -Zwin32 ... and others.. > > -i cannot compile c++ programs.... > or better .. it does not produce the EXE file... > > where can i find docs on line about API programming? > Thanx!!!!!