C Board  

Go Back   C Board > General Programming Boards > Networking/Device Communication

Reply
 
LinkBack Thread Tools Display Modes
Old 05-28-2008, 03:19 PM   #1
Registered User
 
Join Date: May 2008
Posts: 50
How can i make a socket client free of DLLs

I have a computer that cant have new DLLs registration, if i use Winsock to create a client, will i need to install winsock.dll on that computer?
NeMewSys is offline   Reply With Quote
Old 05-28-2008, 03:51 PM   #2
Mysterious C++ User
 
Elysia's Avatar
 
Join Date: Oct 2007
Posts: 14,785
All today's Windows versions already have winsock installed, but yes, if you use winsock, you need the winsock dll. But the dll could be placed in the app directory, as well.
__________________
Using: Microsoft Windows™ 7 Professional (x64), Microsoft Visual Studio™ 2008 Team System
I dedicated my life to helping others. This is only a small sample of what they said:
"Thanks Elysia. You're a programming master! How the hell do you know every thing?"
Quoted... at least once.
Quote:
Originally Posted by cpjust
If C++ is 2 steps forward from C, then I'd say Java is 1 step forward and 2 steps back.
Elysia is offline   Reply With Quote
Old 05-28-2008, 10:35 PM   #3
CSharpener
 
vart's Avatar
 
Join Date: Oct 2006
Posts: 5,336
Quote:
new DLLs registration
What does it mean? only com-dll require reqistration.
Regular dlls work without it
__________________
If I have eight hours for cutting wood, I spend six sharpening my axe.
vart is offline   Reply With Quote
Old 06-03-2008, 06:07 PM   #4
Registered User
 
Join Date: Jul 2007
Posts: 39
probly wants to get around security features
elmutt is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
socket programming question, closing sockets... ursula Networking/Device Communication 2 05-31-2009 05:17 PM
Socket Programming Problem!!!! bobthebullet990 Networking/Device Communication 2 02-21-2008 07:36 PM
socket program help mhetfield Networking/Device Communication 1 04-02-2007 06:02 AM
Unicode vurses Non Unicode client server application with winsock2 query? dp_76 Networking/Device Communication 0 05-16-2005 07:26 AM
socket web client Abila C Programming 0 06-28-2003 04:42 PM


All times are GMT -6. The time now is 08:50 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22