LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

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 Kudos
Message 1 of 3
(4,357 Views)

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 Kudos
Message 2 of 3
(4,332 Views)
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 Kudos
Message 3 of 3
(4,325 Views)