API
An application programming interface (API) is a set of declarations of the functions (or procedures) that an operating system, library or service provides to support requests made by computer programs.
Forum Post

Re: Another API problem for you folks.

: : That ...LEAN_AND_MEAN... thing is not good. Using it excludes some : low level (or maybe rarely used, like that hardware profile : function) stuff from Win32 headers. I remember, when...
Forum Post

Re: Another API problem for you folks.

: : What freaks me out with this API is that it is part of the compiler. : : When I write the function it registers and shows the parameters : : that are :needed. But it comes up with the...
Forum Post

Re: Another API problem for you folks.

: What freaks me out with this API is that it is part of the compiler. : When I write the function it registers and shows the parameters : that are :needed. But it comes up with the "undefined...
Forum Post

Re: Another API problem for you folks.

: : :I did what you suggested AsmGuru62 but to no avail. I opened : : winbase.h :and did a copy and paste of the relevant section in my : : application but to : : :no avail. I kept getting the...
Forum Post

Re: Ouch Vista

I'm not sure if I understand what you mean. Are you trying to change the read-only property through Windows explorer or through the API function SetFileAttributes()? In case of the former, you...
Forum Post

Ouch Vista

Bought new machine with Vista Bought new Visual Studio 2008 IDE I'm trying an example from a WROX book and the code compiled, but would not run. Found file was read only and tried to change it...
Forum Post

Re: Another API problem for you folks.

: :I did what you suggested AsmGuru62 but to no avail. I opened : winbase.h :and did a copy and paste of the relevant section in my : application but to : :no avail. I kept getting the same...
Forum Post

Re: Another API problem for you folks.

: : : Why is it that when I use the GetCurrentHwProfile() I keep getting : : : this error from my compiler. Incidentally, I am using Windows XP and : : : the compiler is VS6. : : : : : : error...
Forum Post

Source for Printing Info

Currently, my program creates a large editbox and fills it with the results of competitors in a competition. Using an editbox allows the director to make changes, if desired. I'm looking for a good...
Forum Post

Re: Another API problem for you folks.

: : Why is it that when I use the GetCurrentHwProfile() I keep getting : : this error from my compiler. Incidentally, I am using Windows XP and : : the compiler is VS6. : : : : error C2065:...
Forum Post

Re: Another API problem for you folks.

: Why is it that when I use the GetCurrentHwProfile() I keep getting : this error from my compiler. Incidentally, I am using Windows XP and : the compiler is VS6. : : error C2065:...
Forum Post

Another API problem for you folks.

Why is it that when I use the GetCurrentHwProfile() I keep getting this error from my compiler. Incidentally, I am using Windows XP and the compiler is VS6. error C2065: 'GetCurrentHwProfile' :...
Forum Post

Re: An API for getch()...

: : Can't you simply catch WM_KEYDOWN or similar then? : : Unfortunately, according to the info at MSDN, keystrokes are not : processed within a dialog unless TranslateMessage and all its extra...
Forum Post

Re: An API for getch()...

: Can't you simply catch WM_KEYDOWN or similar then? Unfortunately, according to the info at MSDN, keystrokes are not processed within a dialog unless TranslateMessage and all its extra support...
Forum Post

Re: An API for getch()...

Can't you simply catch WM_KEYDOWN or similar then?
Forum Post

Re: An API for getch()...

: I swear I have posted this before but I can't find it... : : Anyway, you already have the answer, PeekConsoleInput(). : : For your convenience, here's some quick & dirty functions without :...
Forum Post

Re: An API for getch()...

I swear I have posted this before but I can't find it... Anyway, you already have the answer, PeekConsoleInput(). For your convenience, here's some quick & dirty functions without any error...
Forum Post

Re: An API for getch()...

: : Win32 Equivalents for C : : Run-Time Functions : : : : http://support.microsoft.com/kb/99456 : : : : http://support.microsoft.com/kb/99456 : : : : The three above links should all go...
Forum Post

Re: An API for getch()...

: Win32 Equivalents for C : Run-Time Functions : : http://support.microsoft.com/kb/99456 : : http://support.microsoft.com/kb/99456 : : The three above links should all go to the same page....
Forum Post

Re: An API for getch()...

Great list! According to what I see, the function I suggested should work for _getch, but isn't recommended for getch. I wonder what the difference is. Also, in looking down the list, I see _kbhit...
 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.