1. Using a callback in a DLL
- Posted by Matthew Lewis <MatthewL at KAPCOUSA.COM> Oct 28, 1999
- 747 views
Hi, I'm trying to wrap a DLL for use in Euphoria, and it turns out I need to create another DLL in order to do what I want. Long story short, I need to call Euphoria routines from the DLL. Presumably, I can get the callback address from Euphoria, and use that. My C++ knowledge is extremely limited, and I can't figure out how this would work. Can someone out there give me some help? Thanks, Matt Lewis

