Re: Connect C code to ASP.net
- From: CBFalconer <cbfalconer@xxxxxxxxx>
- Date: Mon, 20 Nov 2006 17:41:19 -0500
moni wrote:
I was hoping to be able to connect a C code to a .Net application
which is serving as the GUI through TCP/IP.
In this the C code is going to act as a server and the GUI the
client which should be able to send commands and data to the C
code which is alraedy running and then the Executing code should
act upon accordingly.
Would there be any way to do this.
Read the following links:
--
Some useful references about C:
<http://www.ungerhu.com/jxh/clc.welcome.txt>
<http://www.eskimo.com/~scs/C-faq/top.html>
<http://benpfaff.org/writings/clc/off-topic.html>
<http://anubis.dkuug.dk/jtc1/sc22/wg14/www/docs/n869/> (C99)
<http://www.dinkumware.com/refxc.html> (C-library}
<http://gcc.gnu.org/onlinedocs/> (GNU docs)
<http://clc-wiki.net> (C-info)
.
- References:
- Connect C code to ASP.net
- From: moni
- Connect C code to ASP.net
- Prev by Date: Re: Array indexing
- Next by Date: Re: Overview
- Previous by thread: Re: Connect C code to ASP.net
- Next by thread: #define for C99?
- Index(es):
Relevant Pages
|