Login
`
Templates, Tools and Utilities
|
||
Icetips Article
Back to article list
Search Articles
Add Comment
Printer friendly
Direct link
Windows API: Using LoadLibrary and FreeLibary to dynamically call external procedures 2004-03-04 -- Andy Ireland Newsgroups: softvelocity.public.clarion6
Hi Robert,
> Can you help me do that, or point me to the right direction on how to do
> that?
Yeah load the DLL using LoadLibrary / FreeLibrary
Get the addresses to the functions using GetProcAddress
Bind to functions like so....
map
module('typedefs') ! This would be the API declarion for each function
TestFunc::type(
Today is November 21, 2024, 3:44 am This article has been viewed 35300 times. Google search has resulted in 159 hits on this article since January 25, 2004.
|
|