Does mac PB support some kind of APi commands if you want to code OS-specific functions ? (like GetClientRect_() for windows)
What is it based on ? (For windows, there's win32.hlp file )
Does mac PB support some kind of APi commands ?
Does mac PB support some kind of APi commands ?
win10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual toolRe: Does mac PB support some kind of APi commands ?
Yes, but very few (just the one we use for the IDE). That said, you can add yours trough .pbl (use the pbsomaker tool). It's based on Carbon and such.
Re: Does mac PB support some kind of APi commands ?
Hi Fred,Fred wrote:Yes, but very few (just the one we use for the IDE). That said, you can add yours trough .pbl (use the pbsomaker tool). It's based on Carbon and such.
can you share a list of the Mac Os Api you are using?
Because double calling / defining occures an error.
With this list one can save much double work
michel51
Mac OS X Snow Leopard (10.6.8 ) Intel
PureBasic V 5.21(x64), V 5.22beta
Mac OS X Snow Leopard (10.6.8 ) Intel
PureBasic V 5.21(x64), V 5.22beta
Re: Does mac PB support some kind of APi commands ?
True, i will see what can be done.


