Sasami's Ragnarok World Forums
Register | Login | Logout | Edit profile | Avatars
Views: 410016
Main | Memberlist | Member pages | Online users
Ranks | Chat | New Chat | FAQ | Search | Photo album
04-19-24 08:53 PM
Sasami's Ragnarok World Forums (LOCKED) - Programming/reverse engineering discussion - Anyone know of a good TCP/IP library for c++? |
Next newer thread | Next older thread
User
Post
BakedBeans









Since: 05-03-02
From: Vancouver
Rating: 10 (400 pts)

Since last post: 7815 days
Last activity: 7745 days
Posted on 06-03-02 12:40 AMQuote | Edit | Delete
I think I tried some internet stuffs a while back when I used to work on Visual Basic. These days I do practically everything in C/C++, so does anyone know of a good free library that I could use to get an application to talk over the internet?

You know, something with simple commands like
(server)
ListenToPort(&callbackfunction, 6667)
(client)
ConnectToServer(IPaddress, 6667, &callbackonsuccess)
(both)
sendData(char* data)
OnDataRecieve(char* data)

I'm sure there's one out there that could be as simple as this, it's just I'm not sure where a good one is. Any suggestions?

Ps. A library that would also support connections over a lan, UDP, IPX, TCP/IP Lan, etc... would be great
pragma7









Since: 04-26-02
From: USA, NJ

Since last post: 7822 days
Last activity: 7836 days
Posted on 06-03-02 03:05 PMQuote | Edit | Delete
There's an activeX control library out there called packetX...you may want to look into it. It's simple as can be...I personally don't like it, but it looks like it will suit your needs fairly well.

Rob
Doomcraft









Since: 04-28-02
From: Portugal

Since last post: 7972 days
Last activity: 7960 days
Posted on 06-03-02 04:44 PMQuote | Edit | Delete
I think winsock.h has some internet functions to use with visual C++.


--------------------
And once again our friend, and semi-hero posts again....

Next newer thread | Next older thread
Sasami's Ragnarok World Forums (LOCKED) - Programming/reverse engineering discussion - Anyone know of a good TCP/IP library for c++? |
Edit/move/close/delete thread


Sasami's Ragnarok World

AcmlmBoard v1.7
© 2000-2001 Acmlm

Page rendered in 0.01 seconds.