LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

generation of wrapper will not finish

I'm trying to create a wrapper dll.

When I get to the generation process it seems to stall.

Has anyone else seen this before

0 Kudos
Message 1 of 4
(2,471 Views)

A little bit more information would be helpful, e.g.:

 

  • What do you mean by "create a wrapper dll"?
  • Are you possibly talking about creating wrapper VIs from a dll using the "import shared library" wizard?
  • What is your LabVIEW version?
  • Where does the dll come from?
  • What do you mean by "seems"? How long did you wait?
Message 2 of 4
(2,469 Views)

Yes I'm creating a wrapper vi.

I'm using the import shared library wizzard.The wizzard stops and stays on the generation process page.

I had to cancel the process to get out of the wizzard.

 

The dll i'm importing is written in c++.The wizzards is able to see all the funtions of the dll.

 

I'm using version 8.5 

 

Thanks for the input 

0 Kudos
Message 3 of 4
(2,442 Views)
You mentioned you have a C++ DLL. I'm assuming you've adorned each function with the extern "C" modifier?
Message Edited by smercurio_fc on 09-22-2008 10:00 AM
Message 4 of 4
(2,405 Views)