Need some explanation - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4) +---- Forum: Scripting (/forumdisplay.php?fid=39) +----- Forum: Plug-Ins (/forumdisplay.php?fid=28) +------ Thread: Need some explanation (/showthread.php?tid=29275) Need some explanation by Devildust21 on 07-30-2004 at 03:30 AM
i need to kno what windows API is and how do i get it? RE: Need some explanation by RaceProUK on 07-30-2004 at 09:26 AM The Windows API is a set of basic services provided by the operating system, and, as a result, you already have the implementation. However, to use it, you will have to have a development suite of some variety, as they will come with all the heander files and libraries needed to compile and link any programs you write that use the API. |