Connect C code to ASP.net
Hi,
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.
It would be of great help.
Thanks.
.
Relevant Pages
- Re: Connect C code to ASP.net
... 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 ... (comp.lang.c) - 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) - 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) |
|