aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils/dyn_load
Commit message (Expand)AuthorAgeFilesLines
* Dynamic loading confirmed to work on Windows (tested Windows 7 x64)lloyd2010-09-081-0/+1
* Under certain compilation modules, HMODULE isn't a void* but rather alloyd2010-09-081-2/+2
* Add support for Windows-style dynamic loading with LoadLibrary. Notlloyd2010-08-252-8/+31
* Workaround problem with GCC 3 - it doesn't like you casting pointerslloyd2010-08-101-0/+4
* If dynamic loading fails, include result of dlerror() in the exception msglloyd2010-07-301-1/+8
* Restrict dyn_load to platforms where it might theoretically work:lloyd2010-07-281-0/+9
* Add a new utility class Dynamically_Loaded_Library which wraps aroundlloyd2010-07-273-0/+122