Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!thunder.mcrcim.mcgill.edu!poly-vlsi!news From: big@info.polymtl.ca (Patrick Drolet) Newsgroups: comp.os.msdos.programmers,comp.sys.ibm.pc.programmer Subject: Borland C++ .DLL Summary: Dynamic function call Keywords: BORLAND DLL DYNAMIC Message-ID: <1991Apr21.215731.20903@vlsi.polymtl.ca> Date: 21 Apr 91 21:57:31 GMT Sender: news@vlsi.polymtl.ca (USENET News System) Organization: Ecole Polytechnique de Montreal Lines: 9 Is it possible to load just about any DLL an execute one of it's function knowing it's prototype ? I'm doing an interpreter that get it's functions from libraries. These function are taken from the librairies at run-time. I tough DLL would be fine. The only problem is that I don't know before run-time wich libraries I need, nor the name of the functions in those librairies. Knowing the prototype of a function, can I go in the DLL, load it in memory an execute it ? Patrick big@info.polymtl.ca