Re: Connect C code to ASP.net



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)

.



Relevant Pages

  • Connect Windows Forms GUI to a C code which is serving as a back end
    ... 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 ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Connect C code to ASP.net
    ... 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 ...
    (comp.lang.c)
  • Re: Connect Windows Forms GUI to a C code which is serving as a back end
    ... Do you mean you're using TCP/IP to literally communicate between two components on the same computer or is there a chance that the GUI and C code are going to be on different computers? ... It sounds like a C++/CLI project is what you need to perform the bridging, if you do actually need the TCP/IP connection then there are plenty of networking classes in the System.Net namespace that will make your life a lot easier. ... In this the C code is going to act as a server and the GUI the client ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Re: why not enough lisp libraries?
    ... > layers, such as uffi, to call functions writtend in other ... Ok, Perl has TCP/IP ... Using FFI to access OpenGL does work, ... As for GUI, I am not too displeased with the code I have to access ...
    (comp.lang.lisp)
  • Re: ATL Server (EXE) run a GUI
    ... Your GUI will act like another client bumping its internal module ... Server that is an EXE. ...
    (microsoft.public.vc.atl)