Login
`
Templates, Tools and Utilities
|
||
Add a comment to an Icetips ArticlePlease add your comments to this article.
Please note that you must provide both a name and a valid email address in order
for us to publish your comment. Comments are moderated and are not visible until they have been approved. Spam is never approved!
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, 7:11 am This article has been viewed 35301 times. Google search has resulted in 159 hits on this article since January 25, 2004.
|
|