04-27-2006 11:29 AM
05-01-2006 10:17 AM
Hello
Thank you for posting to the NI Discussion Forums! Unfortunately I do not believe that there is a way to modify the manner in which that function behaves. To get around this problem, I recommend using LoadLibrary and GetProcAddress instead. Ultimately you’re going to be loading the dll anyway because using the “loadexternalmodule” will call LoadLibrary if the .lib file is just an import library.
Hopefully this will resolve the problem. Please let me know if this helps-
05-02-2006 08:54 AM - edited 05-02-2006 08:54 AM
Message Edited by bilalD on 05-02-2006 08:54 AM
05-02-2006 09:58 AM
Thank you,
I'v been searching for info on these functions in CVI help with no sucess, now it all makes sence. Can anyone point me to an example?
Tyler
05-02-2006
11:01 AM
- last edited on
11-14-2025
09:45 AM
by
Content Cleaner
Look at this example: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P6BaSAK&l=en-US
Good Luck.
05-03-2006
08:35 AM
- last edited on
11-14-2025
09:45 AM
by
Content Cleaner