What is the Bes way to Use WIn API's

Archives Forums/Win32 Discussion/What is the Bes way to Use WIn API's

Ziltch(Posted 2004) [#1]
Has anyone any ideas on the best way to get access to windows API functions?


Perturbatio(Posted 2004) [#2]
you need to write your own interface to them, or wait until someone else does.


Perturbatio(Posted 2004) [#3]
take a look in \mod\pub.mod\win32.mod for some of the win32 stuff already


EOF(Posted 2004) [#4]
Also see samples\birdie\mods\TWin32\
Plenty of stuff in there.


Ziltch(Posted 2004) [#5]
Thanks for the help


Russell(Posted 2005) [#6]
I looked in Birdie's folder and it looks like he did a lot of work for us! But I am still unclear as to how to use that information to access the Win32 API...

Russell


Perturbatio(Posted 2005) [#7]
http://msdn.microsoft.com/


Zethrax(Posted 2005) [#8]
There's a few useful Win32 API links on this Purebasic forum page.

http://purebasic.myforums.net/viewtopic.php?t=10046


Ziltch(Posted 2005) [#9]
Axeman using API's in Purebasic is easy!

But in Blitzmax I get crap back when info is returning via a structure.

I could not find any examples in Birdies dir that used the API functions stuff he wrote.