Search:

Type: Posts; User: KuTsuM

Search: Search took 0.00 seconds.

  1. Replies
    17
    Views
    2,472

    How should I declare the identifier szIrcMsg? I...

    How should I declare the identifier szIrcMsg? I got this errors while compiling:



    79 C:\Files\dev\Projects\IRCD.cpp `szIrcMsg' undeclared (first use this function)
    (Each undeclared...
  2. Replies
    17
    Views
    2,472

    Thanks for all of your help, I got it to work :)...

    Thanks for all of your help, I got it to work :) I just have one last question. When you connect to an IRC server you have to respond to a ping request to be accepted. In order to respond to the...
  3. Replies
    17
    Views
    2,472

    Thanks for everyones help, I fixed those problems...

    Thanks for everyones help, I fixed those problems but of course I'm getting another. Last question.. how can I fix this error?


    [Linker error] undefined reference to `WSAStartup@8'

    heres...
  4. Replies
    17
    Views
    2,472

    The tutorial said to do this: LPHOSTENT...

    The tutorial said to do this:


    LPHOSTENT hostEntry;

    hostEntry = 66.252.20.206;

    However, that still returned the same error. It's not accepting the IP as a host and I don't know what to do...
  5. Thread: Win.com

    by KuTsuM
    Replies
    2
    Views
    908

    Win.com

    I have an old Windows 98 platform that lately has caught numerous trojans. My virus scan wasn't getting rid of them, so I had to manually do it myself. While doing so, I accidentally and stupidly...
  6. Replies
    17
    Views
    2,472

    Thanks for your help. I've learned quite a bit...

    Thanks for your help. I've learned quite a bit about sockets but based off that winsock tutorial I have been trying to test a client out, but I'm getting an error and I was wondering if any of you...
  7. Replies
    17
    Views
    2,472

    I've already read the rfc1459 and everything, i...

    I've already read the rfc1459 and everything, i just need to learn how to use sockets and I haven't found any good tutorials yet.. If you know one please tell me :)
  8. Replies
    17
    Views
    2,472

    Thanks for the reply, and i'm using Windows XP.

    Thanks for the reply, and i'm using Windows XP.
  9. Replies
    17
    Views
    2,472

    Opening Connections With IRC Servers/Networks

    Hi. I'm working on an application to open a connection to an IRC server/network that will help administrators manage the daily tasks and hassles. First, I need help with opening the connection and...
Results 1 to 9 of 9