LabWindows/CVI

取消
显示结果 
搜索替代 
您的意思是: 

Labwindows/CVI and Android

Hello,

 

I work in Labwindows/CVI on Windows XP for the moment, I developpe a software and I would like to know if it will be possible to make a software, the same that this one to run on Windows, which runs on Android please ?

My software uses a SQL database (SQL Server) and an OPC Server (Phoenix Contact).

If it's possible, how can I do to create this application and install on a tablet for example?

 

I just know that a "NI LabWindows™/CVI Run-Time Module for Linux" exists, but I don't know if this module allows me to install my software on a tablet...

 

 

Thanks.

 

Bye Karine

0 项奖励
1 条消息(共 3 条)
4,818 次查看

I don't think this is possible.For two reasons:

Android usually runs on ARM processors. But CVI only supports generating code for x86 compatible processors.

And parts of your software ( like SQL Server) depend on using Windows as OS.

 

 

0 项奖励
2 条消息(共 3 条)
4,793 次查看
In addition Android programs are normally written in Java, which has nothing
to do with CVI. But I read a tutorial some time ago that showed how to
compile C for Android. So at a very basic level of a pure ANSI C program
with no (or duplicate) user interface, it is possible.
--
Guillaume Dargaud
http://www.gdargaud.net/
0 项奖励
3 条消息(共 3 条)
4,786 次查看