Re: Calling a windows .dll
- Posted by Juergen Luethje <j.lue at gmx.de> Jun 08, 2007
- 625 views
Jesus Consuegra wrote: > After so many time away, I've forgotten most of the basic issues... and I > cannot > recall where in the documentation I can find some pieces of information. > For instance, would any of you be so kind of pointing me to the > right place where I could learn again how to call a windows .dll?. You'll have to start with open_dll(), see http://rapideuphoria.com/lib_h_o.htm#open_dll Then use the commands that are mentioned there in the "See Also" section. Regards, Juergen