Search the Community
Showing results for tags 'c/c++'.
-
I'm trying to use the Import Shared Library Wizard to call C/C++ calls from the ClearPath-SC SDK in LabVIEW. I'm having issues with the wizard creating the VIs where it's saying that none of the functions can be created. It also seems like it's importing the names of the functions incorrectly as well. Does anyone have any idea what's going on or what I can do to fix it? Thank you.
- 6 replies
-
- import shared library wizard
- clearpath
-
(and 1 more)
Tagged with:
-
Hello! I'd like to resize LStrHandle string in a C++ based DLL ... which is perfectly working on desktop Windows (ex.:Win7 32/64 bit) platform by include "extcode.h" and linking "labviewv.lib", with calling "NumericArrayResize" function. BUT I'd like to do the same on Windows Embedded Compact 7.0 with ARM(Cortex-A8). When I build the DLL project on "Smart device / WindowsCE" platform it compiled successfully but the linker stopped because "NumericArrayResize" is unresolved symbol ... I think the reason is that the "labviewv.lib" generated for x86 architecture not for ARM. So my question is: Is there any libviewv.lib for ARM platform?