Jeremy, On Windows, deleting an open file fails with an error, and so running tests more than once doesn't work because you never close the library. At some point, you need to close it. Since there was no nice way of doing this with the alien.libraries API, I added a new word, remove-library. It takes a single name parameter and it is the inverse of add-library. Also, add-library will call remove-library on the old instance. remove-library closes native resources associated with the library, thus enabling the file to be deleted.
Slava ------------------------------------------------------------------------------ Enter the BlackBerry Developer Challenge This is your chance to win up to $100,000 in prizes! For a limited time, vendors submitting new applications to BlackBerry App World(TM) will have the opportunity to enter the BlackBerry Developer Challenge. See full prize details at: http://p.sf.net/sfu/Challenge _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
