damalo
10-21-2004, 09:16 PM
hi guys,
Working on a simple UDP server on XP. Have to test on XP as i dont have access to a UNIX box from home. Anyways!
Having awful hassle with :
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
i understand they are more unix motivated includes but is there anyway i could get this puppy running in windows? Having no probs in unix - just flippin XP
Cheers!
Damalo
Working on a simple UDP server on XP. Have to test on XP as i dont have access to a UNIX box from home. Anyways!
Having awful hassle with :
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <unistd.h>
i understand they are more unix motivated includes but is there anyway i could get this puppy running in windows? Having no probs in unix - just flippin XP
Cheers!
Damalo