11-11-2017 11:02 AM
Hi....
I m trying to create a mobile testing software for mobiles with mediatek processors....
For this I m trying to use DLL library and headers to send command to phone.....
But always I m getting error wen I m trying to create shared libraries from DLL and header....
Any one know about mediatek processor pls help me with supporting DLL and header....
Thank u in advance.....
11-13-2017 08:10 AM
Hey paripoornan,
Below I have linked a KB that goes through the process of calling a DLL from LabVIEW
How Do I Call a Dynamic Link Library (DLL) from LabVIEW?
http://digital.ni.com/public.nsf/allkb/DCB90714981A1F148625731E00797C33
11-13-2017 09:06 AM
Thanks for you reply.... But I m already using DLL library....
But I need help for mediatek and meta DLL and header .....
Hope I can find some help....
11-14-2017 09:51 AM
Paripoornan,
I think if your question lies more on the side of Mediatek, your best bet would be to post on the xda forums.
https://forum.xda-developers.com/general/help
What are you doing on the LabVIEW side of things? We would be happy to help if you have any issues relating to LabVIEW code or interfacing with NI hardware!
11-14-2017 10:32 AM - edited 11-14-2017 10:33 AM
What are you trying to do. Mediatek are as far as I know ARM based SoC and then you are most likely completely barking up the wrong tree. The only ARM based LabVIEW version is for the NI embedded RT platforms and (for non-commercial use) the Linx based interface to run on Raspi and Beaglebone Black boards. All of them are NOT Windows based (neither desktop nor phone version) and therefore can't do anything with DLLs.
LabVIEW desktop for Windows is Windows based but DLLs created with this version are binary compiled for the x86 platform and will absolutely not run on an ARM based Windows RT/phone or whatever similar platform! They only can be used on a Windows 10 IoT Enterprise system or Windows 7 Embedded on x86 CPUs.
It specifically will not run on any Windows Embedded Compact version or their derivatives like Core, Mobile, POS and whatever, as these systems can only run Universal apps which need to be compiled in platform independent .Net intermediate code format, which LabVIEW doesn't create (and end users can only install software on them from the Windows market).