Hello!

  I have some FUNCTION: declarations for functions that aren't available on all 
versions of Windows.
  The vocab (windows.user32) loads fine, the errors only happen when I try to 
call the missing functions.
  That's all fine, except I'd like to know in advance which of the functions 
are available, and which aren't, so I can avoid using the missing ones.
  Is there a way to check whether a function is available before actually 
calling it? I don't want to resort to manually calling GetProcAddress.

---=====--- 
 Александр

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Factor-talk mailing list
Factor-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to