Jump to content

Invoke Node


Recommended Posts

I have a VI (Not Developed by me) which has invoke node blocks.

Now i kind of want to reverse engineer the VI to find out the location of the dll.......

Basically i can just make the invoke node to point to a new location but then i cannot change the locations of dll nor do i have the authority to make any changes in the vi.. so i need to find the location where it is expecting the dll..place it at that location and make the VI work...

Looking at the VI how can i find out where the dll is to be placed???

can anyone help me with it.....

Regards,

Madhav

Link to comment
  • 3 weeks later...

Is it a .NET Invoke Node or an ActiveX Invoke node? If you show the Context Help window and place the wire tool on the wire that's connected to the reference input you should see the class name in the Context Help window. You should be able to determine then if you're dealing with an ActiveX class or a .NET class. If it's an ActiveX class then the DLL would most likely need to be in the C:\Windows\system32 folder. If it's a .NET class then the assembly would need to be in the GAC or in the same folder as the VI.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.