Dlfcn-win32
dlfcn-win32 is an implementation of dlfcn for Windows.
How to install
LGPL을 준수하기 위하여 동적 라이브러리로 빌드해야 한다. 아래와 같이 사용하면 된다.
License
dlfcn-win32 is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.
Local Download
- dlfcn-win32 master 00d5cd1
- Dlfcn-win32-master-00d5cd1.tar.gz (include v1.0.0 tag)
Troubleshooting
Undefined EnumProcessModules
- [https://msdn.microsoft.com/ko-kr/library/windows/desktop/ms682631(v=vs.85.aspx MSDN: EnumProcessModules function]
링커 옵션으로 -lpsapi
를 추가해 주면 된다.