- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Is there a way to tell if a certain routine exists in a module at run time?
Tim
Tim
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
A module? How can you even compile the code with a missing module?
If you mean a DLL, you could query its existence using LoadLibrary and then use GetProcAddress to reach its address and call it. See LOADEXP1 CVF sample or search this Forum for GetProcAddress.
Jugoslav
If you mean a DLL, you could query its existence using LoadLibrary and then use GetProcAddress to reach its address and call it. See LOADEXP1 CVF sample or search this Forum for GetProcAddress.
Jugoslav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Yes I meant a module in a DLL.
Thanks for the lead on the sample,
I just found it myself too.
Tim
Thanks for the lead on the sample,
I just found it myself too.
Tim

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page