03-08-2010 06:54 AM
Hello
How can I make a CVI (2009) application run on the Internet ?
Regards Per
03-16-2010 01:32 AM
03-16-2010 04:57 AM
03-16-2010 05:18 AM
02-09-2011 07:11 AM
I can't find an "Enterprise Connectivity Toolkit" for LabWindows/CVI.
From the NI Web site the available CVI toolkits are:
So I can't find where the INET_xxx functions are.
Could someone help me?
02-17-2011 08:03 AM
Hi.
Unfortunately, The Enterprise Toolkit has been EOL'ed, and is no longer sold. The functionality for creating web servers is not included in CVI as the lower level function calls necessary to do so exists within the Win32 API. If you wants to make a web server in CVI, you will need to use the Win32 interface in order to do so and youl have to write the lower-level code yourself. Microsoft's resources should have information and documentation on all of the function calls.
Regards,
Tom
Application Engineer
National Instruments
02-17-2011 08:58 AM
The functionality for creating web servers is not included in CVI as the lower level function calls necessary to do so exists within the Win32 API.
Could you explain which are these lower level functions?
If you wants to make a web server in CVI, you will need to use the Win32 interface in order to do so and youl have to write the lower-level code yourself. Microsoft's resources should have information and documentation on all of the function calls.
Could you give me a link to these resources?
I haven't been able to find this kind of functions...
02-17-2011 09:47 AM
Hi.
Unfortunately I am not familiar with this functions either.
I think this page might contains some help on the topic.
http://msdn.microsoft.com/en-us/library/ms692635%28v=vs.85%29.aspx