www.delorie.com/archives/browse.cgi | search |
"Maciek Dobrzanski" <macko AT scifi DOT pl> writes: > Hi, > > I have written simple program that imports functions from external > modules (using dlopen() and dlsyms()). Also I have written simple module > with one function inside that does nothing but printing "It worked". > Now, I don't now how to compile/link/whatever the module, so that it > could be loaded into the program. You need to create a DLL first. http://www.xraylith.wisc.edu/~khan/software/gnu-win32/ (download the dllhelpers package that has examples). ftp://ftp.xraylith.wisc.edu/pub/khan/gnu-win32/cygwin/misc/ has an example package (dlopen-example.tar.gz) that shows how to do what you need to do. Regards, Mumit -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |