Thread: references for the winapi

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    157

    references for the winapi

    i started using devc++ v. 4 and now that i get more delved into winapi programming i find that many of times i need a quick reference to just look up a function to see its use, parameters, and everything else about a function. but there doesnt seem to be any documentation on the winapi with devc++.

    is there any download for a reference on the winapi? i know there is an online reference at microsoft.com but i have dialup and its not possible for me to always dial up when i dont know a function. thats why it would be easier for me to just download a reference in one shot and put it on my computer?

    anybody know of one? can you point me to it?

    thanks.

  2. #2

  3. #3
    Registered User
    Join Date
    Nov 2002
    Posts
    157
    thank you! ill download it and try it as soon as possible. thanks.

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Always be careful downloading and running a .exe file. There is a lot of mallicious code around.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  5. #5
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    It's safe the last I know. I downloaded it a while ago too. It is the one given by the lcc compiler.

  6. #6
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    The best bet is to go on Microsoft.com and download the Platform SDK documentation....that will be a safe download...and the info is as recent as you can possibly get for dowloaded info.....also get the new libs and includes while your there

  7. #7
    Registered User
    Join Date
    Nov 2002
    Posts
    157
    i think i'll try that fordy. believe it or not, but i think one time ago i tried to go there and download that sdk docs but i coulnd't find where to download!!! i cant explain it, i just couldn't find it. i'll look aroudn for it and hopefully i'll find it.

  8. #8
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> It's safe the last I know

    Yeah, probably is, but you've been around long enough to know that I issue that kind of warning often. It is a real shame that I have to. The bottom line is, and has been for ages, don't run unknown code on your system. Your anti virus may pick up a known hidden virus, but hell, if your running a .exe, why hide the malicious code, just let it go out onto your system and do what it likes.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  9. #9
    mustang benny bennyandthejets's Avatar
    Join Date
    Jul 2002
    Posts
    1,401
    So adrian, basically, we should never run an .exe that we've downloaded from the net? That seems kind of harsh
    [email protected]
    Microsoft Visual Studio .NET 2003 Enterprise Architect
    Windows XP Pro

    Code Tags
    Programming FAQ
    Tutorials

  10. #10
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    >>> we should never run an .exe that we've downloaded from the net

    You should make sure of your source, and then be prepared to reload your OS if you goof.

    A short while ago, we had someone on the board post a series of questions, all quite innocent, then posted his finished .exe for comment. I don't think anyone actually ran it, and it was deleted quickly, but it first up tried various spy tricks, then tried to delete some files, then tried to low level format the hard drive.
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Compiler settings, references etc...
    By ejohns85 in forum C++ Programming
    Replies: 0
    Last Post: 05-14-2009, 04:53 AM
  2. do i still need winAPI
    By datainjector in forum Windows Programming
    Replies: 8
    Last Post: 07-12-2003, 01:43 AM
  3. Vector of references
    By roktsyntst in forum C++ Programming
    Replies: 5
    Last Post: 04-15-2003, 06:40 PM
  4. declare references to references works!
    By ManuelH in forum C++ Programming
    Replies: 4
    Last Post: 01-20-2003, 08:14 AM
  5. Pointers and references...
    By SushiFugu in forum C++ Programming
    Replies: 6
    Last Post: 12-08-2001, 04:21 PM