Thread: Creating Servers

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    39

    Creating Servers

    Hello.


    I'm creating a Remote Adminstration tool (Not trojan), and i need that the client Create the own server.


    I already tried many things, but any worked.

    The last thing a tried was resources, i heard about that you can input the code of the server on the resource file of the client and edit and extract on runtime.


    If anyone know something about it, please tell me.

    PS: I know about GUI and resources in C, i just dont know how input codes on the resources (I use DevC++)


    Thanks

  2. #2
    Registered User carrotcake1029's Avatar
    Join Date
    Apr 2008
    Posts
    404
    Are you talking about communication between different computers?
    If so, research sockets. Winsock if you are using windows.

  3. #3
    Registered User
    Join Date
    May 2008
    Posts
    39
    Ohh

    Man, the problem is not on sockets..; =/


    The problem is that i cant make the client create the server, i wanna know if somebody knows something about it.


    As i said previously i heard something about resource, inputing the code of the server on the resource of the client.

    Well i'm waiting for answers.
    Thanks all
    Bye

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Profiler Valgrind
    By afflictedd2 in forum C++ Programming
    Replies: 4
    Last Post: 07-18-2008, 09:38 AM
  2. creating an application
    By Cpro in forum C++ Programming
    Replies: 21
    Last Post: 05-30-2008, 12:21 AM
  3. Help creating lists of pointers
    By The_Kingpin in forum C Programming
    Replies: 2
    Last Post: 12-11-2004, 08:10 PM
  4. problems creating a linked list
    By jamjar in forum C Programming
    Replies: 5
    Last Post: 10-23-2002, 05:50 AM
  5. Creating an Code-template in Visual C++
    By yerrel in forum C++ Programming
    Replies: 1
    Last Post: 06-10-2002, 11:25 AM