dlwrapper: POSIX Wrapper for Windows Dynamic Library Loading Calls
Related Blog Items
- c/c++ blogging - January 10, 2007
- Pelt: Posix Wrapper for Windows Threads
- C++ Advanced Tutorial - Lesson 11
- C/C++ Questions asked in various job interviews
- Posix Directory Browsing API for Windows
DLWrapper is a posix wrapper for windows dynamic library loading API calls. This package is useful for porting posix applications to windows and in developing portable applications
Download (source & binaries)
R1
Documentation
Snapshots
Release Notes
This release had implemented
dlopen
dlclose
dlsym
dlerror
and does not support dladdr
install or usability
To use these calls just use PosixDLLib.lib or include dlfcn.c, dlfcn.h in your project
Reporting Bugs:
Please report bugs to “open dot ponnada at gmail dot com”
(replace dot with ‘.’; at with ‘@’; just protection from spambots)
Licence:
LGPL
Please obtain a copy of LGPL if one is not present with this software, See LGPL for terms and conditions.
Developer(s) : Rajulu Ponnada
Contact: open dot ponnada at gmail dot com
Popularity: 11%
You need to log on to convert this article into PDF
Related Blog Items - c/c++ blogging - January 10, 2007
- Pelt: Posix Wrapper for Windows Threads
- C++ Advanced Tutorial - Lesson 11
- C/C++ Questions asked in various job interviews
- Posix Directory Browsing API for Windows
Related Blog Items
- c/c++ blogging - January 10, 2007
- Pelt: Posix Wrapper for Windows Threads
- C++ Advanced Tutorial - Lesson 11
- C/C++ Questions asked in various job interviews
- Posix Directory Browsing API for Windows
No Comments
No comments yet.