Poly Meca wrote:
> "I know that I can use strings in Labview but when I use the call
> libraries function, there's no C++ compiler"
>
> I meant that in the calling conventions there is C but no C++ and I
> wonder if it matters...
C calling convention only specifies the order of function parameters
on the stack and if the caller or the called function cleans up the stack.
stdcall (Winapi) is the other calling convention and there is certainly
no stdcall compiler or language
🙂Basically you define the calling convention of functions either as
command line switch to the C compiler to use as default or specifically
by adding __stdcall or __cdecl as a specifier to the function declaration.
> "there are no strings in C like in C++"
>
> Here I
meant tant I already have functions in a Dll which parameters
> are chars (and char tables "char[]") and I don't think I can use the
> table of char in labview so I asked, if I can convert a char table in
> a string, if il would work in labview even if the calling convention
> is in C.
char[] and char * is physically (although not necessarily syntactically)
the same and just a simple C string pointer. If you mean char *[] or
something like that then yes LabVIEW can't create that directly.
Rolf Kalbermatter
Rolf Kalbermatter
My Blog 
DEMO, Electronic and Mechanical Support department, room 36.LB00.390