1. Calling a windows .dll
- Posted by Jesus Consuegra <jconsuegra at yahoo.com> Jun 08, 2007
- 586 views
Hi Euphorians, 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?. Thanks in advance. Jes.
2. Re: Calling a windows .dll
- Posted by Juergen Luethje <j.lue at gmx.de> Jun 08, 2007
- 626 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
3. Re: Calling a windows .dll
- Posted by Jesus Consuegra <jconsuegra at yahoo.com> Jun 08, 2007
- 609 views
Thanks, Juergen!. The information I looked for was in platform.doc (as stated in the reference you have passed me). Now to the deep work... Regards, Jes.