Re: Winsock Programming Software Development by Clinton Portis Winsock is very popular, easy to use, and is a very good skill to have on the ol' resume. Companies will love you. Winsock Help? Programming Software Development by mitchfizz05 Hello all! I really want to make a chat that runs over a network, but Microsoft nor Ostrosoft winsock works. I know I am doing it right, plus for Ostrosoft winsock you need to install its program thing on each computer you use your program on. I did sort of get Ostrosoft winsock to work. I got it to work with a very basic remote desktop program, … Winsock Help Please? Programming Software Development by shinsengumi …;windows.h> //#include <winsock.h> #include <winsock2.h> #include <stdio.h> #include <string… winsock help Programming Software Development by Nemoticchigga I am trying to run a simple program to read ethernet using UDP. Here is the code, but it always receives -1 for 'error', but I did it by the book. Do you guys see the problem? Thanks. [CODE]//enum specifying the current status of the comm port. enum e_PortStatus { PORT_BUSY, //port is currently in use PORT_READY, //port … Re: Winsock help Programming Software Development by DeanMSands3 Props to nezachem. I was going to suggest the same thing. Did a little research on some broadcast tuts and learned that APPARENTLY broadcast is dead, long live multicast. Huh. http://lmgtfy.com/?q=winsock+multicast+example Also, don't forget that with any WinSock program you write, you'll need to link in the appropriate library for your compiler.… Winsock Programming Software Development by Tauren Does anyone know any Winsock books I need them so I can learn about the functions and the coding about it. So if anyone has any books that They can post about that would help me out ty winsock() Programming Software Development by SHAMMU am fresher to vb6.0.. am doin project on p2p communication..i wan to know how winsock() function works... and is thr any method to change the skin of forms in vb..:?: if any body knows plz .. winsock Programming Software Development by Nemoticchigga In vs2005 there is a winsock component, how do you receive data using the component? I found a ->SendData(blah), but cant find a receive. Does anyone know how to receive with this component? Thanks. Winsock Programming Software Development by clutchkiller Do any of you guys know if Winsock is a popular API that is used for companies hiring programmers? Thanks Winsock help Programming Software Development by Labdabeta I have now read a total of 5 different winsock tutorials and I still do not get how sockets work! Could somebody please explain how to make a program that will allow n computers to share data with each other. As an example could somebody make a 'game' with the following rules: 1. check for the existence of the server (Give it a unique name?) 2. if… Re: Winsock help Programming Software Development by mike_2000_17 Just run the client and the server on the same computer. You run the two programs separately. Assuming you're connected to the internet, then you have an IP address. If you send packets from your computer to your own IP address, then it's gonna work, the packets will simply go to your router / access-point and right back to your computer. The … WinSock problems. Programming Software Development by Eddy Dean … of 'WSAAsyncGetProtoByName' c:\program files\microsoft visual studio\vc98\include\winsock2.h(2258) : error C2375: 'WSAAsyncGetProtoByNumber' : redefinition; different linkage… of 'WSAAsyncGetProtoByNumber' c:\program files\microsoft visual studio\vc98\include\winsock2.h(2283) : error C2375: 'WSAAsyncGetHostByName' : redefinition; different … Re: WinSock problems. Programming Software Development by Eddy Dean This was supposed to be an edit, but I did not find an edit button, my apologies. I called [inlinecode] WSAGetLastError[/inlinecode] and it returned 10093. According to MSDN error 10093 means: [code] WSANOTINITIALISED 10093 Successful WSAStartup not yet performed. Either the application has not called WSAStartup or WSAStartup failed. … Winsock/sockets help Programming Software Development by mitchfizz05 Hello all. I belive that remotting in Visual Basic is very hard! I've tryed sockets and winsock, and all the winsock things I have tryed didn't end up working. 1. Microsoft Winsock - Can't send data. 2. Ostrosoft Winsock - Can't send data. And SOMETIMES decides to work when connection to it theough LocalHost. 3. Other weird winsock - When I put it … Re: Winsock Multi-Client Servers Programming Software Development by FireNet Here is the server made by Aaron Anderson (to him is this tutorial dedicated) exactly how it was sent to me.Compare it with your code. I would like to add the Anderson has an excellent coding style and great potential as a coder.He is dedicated to his work and very through.I wish him very best.This server is done very well and is no copy … winsock problem Programming Software Development by m_meena … Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\winsock2.h(147) : warning C4005: 'FD_SET' : macro… Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\winsock2.h(470) : warning C4005: 'SO_DONTLINGER' : macro … Files\Microsoft Platform SDK for Windows Server 2003 R2\Include\winsock2.h(527) : warning C4005: 'AF_IPX' : macro… Re: winsock problem Programming Software Development by m_meena Hi, I looked into winsock2.h where it prevents the inclusion of winsock.h in … Winsock client server test Programming Software Development by Silvershaft …. Heres code: Client: [code]#include <iostream> #include <winsock2.h> #pragma comment(lib,"ws2_32.lib") int… 0; }[/code] Server [code]#include <iostream> #include <winsock2.h> #pragma comment(lib,"ws2_32.lib") int… Re: Winsock problem Programming Software Development by AndreRet My apologies to anyone who found the file corrupted. I have re-zipped it and attached it here. Have fun....:'( There seems to be a problem downloading this. I thus went and tried to download another zip file from another thread and found the same problem, ouch. I tried another and the same problem occured. It seems that the problem might be from… Winsock Multi-Client Servers Programming Software Development by FireNet [CODE] Creating Servers for handling Multiple clients Fog Edition By FireNet [/CODE] (This document is dedicated to my friend Aaron Anderson) (Fog Edition means I dont tell you everything stright.All the info will be there but you will have to do much thinking) Servers and… Winsock connection problem Programming Software Development by dancraggs Hi there! I'm having some trouble with the Winsock control. I'm trying to connect to a POP3 server. Problem is, I have the winsock.Connect function, then the DataReceived event SHOULD be called (the POP3 welcome message upon connection), and then after the Connect function I have other things that read the welcome message (basically checking it's … Re: Winsock API - send an receive data simultaneously Programming Software Development by Addison111 … program. #pragma comment(lib,"ws2_32.lib") #include <WinSock2.h> #include <iostream> #include <thread>… Re: Winsock API - send an receive data simultaneously Programming Software Development by Addison111 … to: #pragma comment(lib,"ws2_32.lib") #include <WinSock2.h> #include <iostream> #include <thread>… Re: Winsock and looping issues unsure how to resolve Programming Software Development by Comatose I don't use winsock. It's functionality is limited in the realm of sockets, and to make matters worse, I find the code you need to work with it... well, leaves a lot to be desired. I prefer the use of a control that is free from [url]http://www.catalyst.com[/url], known as socketwrench. It makes working with sockets 100 times easier, and it … Re: Winsock.scr Help Hardware and Software Information Security by DMR 1. Have hijackThis fix: R1 - HKCU\Software\Microsoft\Internet Explorer\Main,Search Bar = [url="http://www.shopnav.com/search/9886/search.html"]http://www.shopnav.com/search/9886/search.html[/url] F2 - REG:system.ini: Shell=Explorer.exe winsock.scr 2. Search your system for winsock.scr, and delete the file if you find it. Make sure … Re: winsock problem Programming Software Development by m_meena …?? i tried that also but still the errors exist. winsock2.h itself prevents the inclusion of winsock.h in windows.… Re: winsock problem Programming Software Development by Salem I was just going by this thread on another forum. [url]http://forums.devshed.com/c-programming-42/winsock-problems-456175.html[/url] You could also post the first 10 or so lines (all your #includes) of a file which throws all these errors. Winsock sending Programming Software Development by bushman_222 Hiya all, how do people send things over the winsock command. Say that you have a server that does two task (A and B), and the client tells the server to do each one. When I first started I tried sending an arrays and things like that, but could only send strings. So now I prefix the text with a command ie winsock.senddata "\A&… Winsock Control for VB5 Programming Software Development by masakii i am using VB5 cce to write an TCP/IP file transfer from one pc to another. i get the information that using Winsock Control able to do such file transfer function, however i dont know how i can get the Winsock control since i cant add it from the Component column (i didnt found this Winsock Control). anyone could help me please? Winsock - talking over the internet Programming Software Development by sfuo Hi I have been trying for a while to make a win32 app client be able to talk to a server app that I put on my friends computer. I am not 100% sure if the problem is caused by the fact that I have two routers which may interfere with my IP address. The following code works on my LAN and with the loop back address 127.0.0.1. I am gonna put up …