Why has ReceiveNetWorkString() removed???
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by merendo.
The history says only, that the command to receive a sent networkstring: ReceiveNetWorkString() has been removed, but neither why nor which command to use instead. SendNetWorkString() is still available, but how to receive a sent string now???
Cu @ll, merendo
--
Go as far as you can, and realize at last, that you are there again, where you have started your way.
The history says only, that the command to receive a sent networkstring: ReceiveNetWorkString() has been removed, but neither why nor which command to use instead. SendNetWorkString() is still available, but how to receive a sent string now???
Cu @ll, merendo
--
Go as far as you can, and realize at last, that you are there again, where you have started your way.
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by Pupil.
Look at the Client/Server programs that come with the reference manual, there the client sends a string and the server recieves that string..The history says only, that the command to receive a sent networkstring: ReceiveNetWorkString() has been removed, but neither why nor which command to use instead. SendNetWorkString() is still available, but how to receive a sent string now???
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
- PureBasic Guru
- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
It went up 30% last month
So now it's 50%
. And not really soon, there are *many* hacks needed to PB in order to provide a nice usable designer. Take a gander at the Visual Designer source available via CVS. Hacks beyond belief
.
Until I can set enough time to research and create hacks to PB that allows basic visual designer functionality... well, it's not the highest on my priorities right now.



Until I can set enough time to research and create hacks to PB that allows basic visual designer functionality... well, it's not the highest on my priorities right now.
Shannara: stop talking such bullshit.Shannara wrote:It went up 30% last monthSo now it's 50%
. And not really soon, there are *many* hacks needed to PB in order to provide a nice usable designer. Take a gander at the Visual Designer source available via CVS. Hacks beyond belief
.
Until I can set enough time to research and create hacks to PB that allows basic visual designer functionality... well, it's not the highest on my priorities right now.
If you really believe PB is that bad, why don't just quit and spare us your constant whining??
quidquid Latine dictum sit altum videtur
shanarra, stop trolling
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
anyway, on topic: you could implement the regular winsock stuff, that is supposed to work (sort of
) on any os that does berkely sockets, including linux, with the exception of wsaasyncselect_() (for which the built in alternative in berkely sockets never worked for me)

( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
Freak:
I do not know why you have a problem with me, is it me specifically, people from Alaska, or do you pick random people to attack? If it is none of the above and you are in a bad mood, please try reading my posts before making assumptions. For a visual designer to be possible with basic features, you have to create some hacks. Hacks, as in going out of the language command set for certain tasks, such as using the Windows API......
There have been no "whining" nor "bullshit", only people who love assuming such and then respond based on those assumptions.
Dare2:
As Kale responded. You can find some sources to various visual designers on these forums, and the links provided
Blueznl:
Please post your definition of trolling. I have not been trolling in accordance to the common definition.
I do not know why you have a problem with me, is it me specifically, people from Alaska, or do you pick random people to attack? If it is none of the above and you are in a bad mood, please try reading my posts before making assumptions. For a visual designer to be possible with basic features, you have to create some hacks. Hacks, as in going out of the language command set for certain tasks, such as using the Windows API......
There have been no "whining" nor "bullshit", only people who love assuming such and then respond based on those assumptions.
Dare2:
As Kale responded. You can find some sources to various visual designers on these forums, and the links provided

Blueznl:
Please post your definition of trolling. I have not been trolling in accordance to the common definition.
Dare2 wrote:Is Visual Designer source via cvs.purebasic.com? Or is it at some other location? (Can't find it at cvs.purebasic.com)
Thanks.
You can find an old 2001 version @ http://www.purebasic.com/download/PB_Vi ... signer.zip
It's still there at the time I wrote this reply.