From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview 2020 creating header for map datatype

Solved!
Go to solution

Hi all,

1.I am trying to create c header file for map data type,the output is an empty array is their any method that i can create c header with map datatype with call function node library?

2. while trying to create dll i am getting error (Exported VIs for shared libraries and .NET assemblies cannot include the map data type in their connector panes.) 

0 Kudos
Message 1 of 2
(947 Views)
Solution
Accepted by topic author irfa

@irfa wrote:

Hi all,

1.I am trying to create c header file for map data type,the output is an empty array is their any method that i can create c header with map datatype with call function node library?


* void?

 


@irfa wrote:

2. while trying to create dll i am getting error (Exported VIs for shared libraries and .NET assemblies cannot include the map data type in their connector panes.) 


That seems to be a clear indication that it's not possible.

 

Convert the map to two arrays (keys and values) and pass those.

 

There simply isn't a 1-1 match to LabVIEW maps and C\C++ maps. So passing it just can't be done.

Message 2 of 2
(900 Views)