Using win API in blitzmax

BlitzMax Forums/BlitzMax Programming/Using win API in blitzmax

Triforce Guardian(Posted 2006) [#1]
Honestly i've never got that concept. If anybody can explain to me how to use win api i would love that.


assari(Posted 2006) [#2]
its a 3 step process
1) First you need to know the names of the API and their parameters
2) Declare them within an extern block
3) use them

There's an example here