[Implemented] Network Problem

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

[Implemented] Network Problem

Post by BackupUser »

Restored from previous forum. Originally posted by tranquil.

Howdy ho!!

I neet to connect to different servers from my App at the same time. But if I use the OpenNetworkconnection(), I can use only one Connection to a server.

If it is possible, please tell me how.... Otherwise, please someone enhance the Network lib, couse I need it very much! :))

Mike

Tranquilizer/ Secretly!
BackupUser
PureBasic Guru
PureBasic Guru
Posts: 16777133
Joined: Tue Apr 22, 2003 7:42 pm

Post by BackupUser »

Restored from previous forum. Originally posted by tranquil.

Okaydokay, I solved the problem myselfe.

Instead of the SendNetworkdata I use the System-Routine Send_() wich nearly has the same syntax. Thats the way how you can access multiple connections from a client to more then 1 server. opennetworkconnection returns the ID of the server which must be used in the Send_() command.

Fred, PUREBASIC ROXX!!


You doing a damn Great Job!

Mike

Tranquilizer/ Secretly!
Post Reply