LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Path Type in Python

Hi,

 

I created my DLL to use in Python and the function prototype includes the following:

 

int32_t __cdecl myFunction(Path *File);

 

Now on Python and using ctypes, I cannot create this labview specific type. I read that one possibility was to recompile it but I wish not to go that way.

 

The thread: https://forums.ni.com/t5/LabWindows-CVI/Path-data-type-convert-in-CVI/m-p/699765#M35447 mentions the "LabVIEW memory manager functions" but this seems to be for an ancient version and I also do not understand how to use in my Python code.

 

Ideally I want to load the FTextToPath funcion and use it somehow in the middle. 

 

Best,

phas

0 Kudos
Message 1 of 1
(778 Views)