1.) download http://www.borland.com/devsupport/borla ... 52HLP1.ZIP (5,43MB)
2.) UnZIP it to a temporary folder
3.) Copy the "win32.hlp" file to "PureBasic\Help\" (create this dir if it doesnt exist)
Now start the PureBasic Editor and type some API commands
like SendMessage_() and CreateWindowEx_() and...
Move the cursor on the WinAPI function and press F1,
like you do with PureBasic commands.
Dont forget: You can also browse the WinAPI Help
with the buttons at the top of the Help.
Code: Select all
[ Contents ][ Index ][ Back ][ > ]
and doesnt have all the newest WinAPI functions in it.
But for some quick help on basic WinAPI functions
it is very nice (and fast - simply press F1

For advanced WinAPI coders are things like the
Platform SDK, MSDN etc. a "MUST HAVE".
Download the free Platform SDK from Microsoft:
http://www.microsoft.com/msdownload/pla ... k-full.htm (300MB+)
(dont say its huge -> its a "must have" if you code much WinAPI)
It includes all the headers for Win32 coding.
If you need to know the value of a constant that
isnt included in PureBasic, you simply run a
"search - Containing text: [ constant]" (without leading ´#´)
on the folder "Platform SDK\Include\" and you´ll find it.
The Platform SDK includes also Dokumentation for WinAPI.
cya,
...Danilo
(registered PureBasic user)
Edited by - Danilo on 11 April 2002 08:13:17