Re: Loading libs under different names

2008-07-20 Thread Reini Urban
Geoffrey Broadwell schrieb: I've noticed several patches from you today in which you're adding code to try to load an existing library under additional library names for cygwin support. It's beginning to look like this is a common operation. See "=item loadlib DLL versioning" in README_cygwin.

Loading libs under different names

2008-07-19 Thread Geoffrey Broadwell
I've noticed several patches from you today in which you're adding code to try to load an existing library under additional library names for cygwin support. It's beginning to look like this is a common operation. I needed this for the OpenGL bindings, so I wrote a utility routine in runtime/parr