Search found 131 matches

by Anden
Fri Jan 18, 2013 10:20 am
Forum: Coding Questions
Topic: SendNetworkFile
Replies: 43
Views: 7917

Re: SendNetworkFile

We've already learned our lesson and do not develop new software with pure. But we have to maintain the old stuff, so a freeze has been made (Pure 4.xx) as a workaround solution.
You aren't making any sense. If that's the case what do you care whether something gets taken out or not?

Well, let's ...
by Anden
Fri Jan 18, 2013 6:59 am
Forum: Coding Questions
Topic: SendNetworkFile
Replies: 43
Views: 7917

Re: SendNetworkFile

Still, some of us are able to see also the edge of the coin :?
Living on the edge is dangerous business, you know :-)

So, here are the known facts and questions:
It can't be fixed because it's completely broken.
It's been included since "forever" but after all this years it has to go, because now ...
by Anden
Thu Jan 17, 2013 12:25 pm
Forum: Coding Questions
Topic: SendNetworkFile
Replies: 43
Views: 7917

Re: PureBasic 5.10 - Granted wishes release - is out !

There are always people who blame you about the right way ...
... it could be really funny, but it makes me sad. Even after
explaining everything ... they still ignore the obvious reasons.

But thats how it is ... it was clear from the beginning that
there will be people like that ...

Maybe i have ...
by Anden
Thu Jan 17, 2013 6:48 am
Forum: Coding Questions
Topic: SendNetworkFile
Replies: 43
Views: 7917

Re: PureBasic 5.10 - Granted wishes release - is out !

Sometimes they break older programs, but, normally, it doesn't take a huge amount of effort to get things going again.
Well, this time it isn't "normally" because it will take a huge amount of effort to get things going again.

look, honest, I'm not trying to be an obnoxious shit to you or ...
by Anden
Wed Jan 16, 2013 7:04 pm
Forum: Coding Questions
Topic: SendNetworkFile
Replies: 43
Views: 7917

Re: PureBasic 5.10 - Granted wishes release - is out !

So that's the pure way: If it's broken dump it on the way, fixing is for lamers only?

You should take a look to the bug forums, you will see we are fixing a lot of bugs. This one was not fixable, because it was badly thinked from the start. It was an easy to use command because the server itself ...
by Anden
Wed Jan 16, 2013 2:53 pm
Forum: Coding Questions
Topic: SendNetworkFile
Replies: 43
Views: 7917

Re: PureBasic 5.10 - Granted wishes release - is out !

I'm not afraid of words or years. I have lots of both ;-).

Comparing fs with apple is a bold move, but hey, is there even such a thing like enough self confidence?

So that's the pure way: If it's broken dump it on the way, fixing is for lamers only?
by Anden
Wed Jan 16, 2013 12:34 pm
Forum: Coding Questions
Topic: SendNetworkFile
Replies: 43
Views: 7917

Re: PureBasic 5.10 - Granted wishes release - is out !

This will be hard ... so sit down before reading. :)
Basic is not supposed to do everything for you with a single command.
If you want to call yourself programmer, you shouldn't have a big
problem by writing the "sendfile"-command yourself. Of course it is
not that easy, because it is a little bit ...
by Anden
Wed Jan 16, 2013 9:38 am
Forum: Coding Questions
Topic: SendNetworkFile
Replies: 43
Views: 7917

Re: PureBasic 5.10 - Granted wishes release - is out !

sec wrote:Nevermind!
Sorry, no can do! :-)

It's essential.
Removing it breaks a lot of code.
Which means replacing it with something similar needs tons of testing.
Don't like that idea, so i definitely do mind and it seems i'm not alone ...
by Anden
Wed Jan 16, 2013 7:07 am
Forum: Coding Questions
Topic: SendNetworkFile
Replies: 43
Views: 7917

Re: PureBasic 5.10 - Granted wishes release - is out !

using ReceiveNetworkData/SendNetworkData to safer, here:
http://www.purebasic.fr/english/viewtopic.php?f=13&t=52705

And that is "better/safer" than the included command set?

This is called the "wishes release" and i didn't wish for removal of an essential command set :-).
Improve it, fix it ...
by Anden
Tue Jan 15, 2013 9:41 am
Forum: Coding Questions
Topic: SendNetworkFile
Replies: 43
Views: 7917

SendNetworkFile

sartic wrote:"Removed: SendNetworkFile(), RecieveNetworkFile(), #PB_NetworkEvent_File to avoid possible security hole"

do not like it i have one old program that use this 2 commands.
maybe it is time to rewrite it :(

+999999
by Anden
Thu Jan 15, 2009 10:02 am
Forum: PureFORM & JaPBe
Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Replies: 1545
Views: 680357

I'm not very confident. It's 270 KB source and the compiler error is not very specific at all.

Shall I send a private email?
by Anden
Thu Jan 15, 2009 9:08 am
Forum: PureFORM & JaPBe
Topic: jaPBe 3.13.4 [IDE for PB 4 and PB 5]
Replies: 1545
Views: 680357

PB4.30/jaPBe3.9.1.749, compiler error (968) ...

... followed by POLINK: error: Unresolved external symbol '_PB_Screen_FullScreenWindow'

But does compile with the original IDE.

Anyone familiar with compiler error 968 :-)
by Anden
Tue Nov 13, 2007 3:01 pm
Forum: Announcement
Topic: Danilo's toolbar Pro -converted to PB source! (Updated.)
Replies: 57
Views: 31657

Any volunteers who tailbite this into a PB 4.10 userlib?
by Anden
Fri Mar 30, 2007 10:21 am
Forum: Coding Questions
Topic: Sendnetworkfile/receivenetworkfile
Replies: 3
Views: 1826

Okay, it works I guess

Well, most of the time :-).

But networks are sometimes tricky and in very rare cases it will happen, that one telegram overhauls the other.

In other words, the SendNetworkFile() could be faster than the SendNetworkString().

Thus, to be on the safe side, the sender must ...
by Anden
Wed Oct 04, 2006 6:01 am
Forum: Coding Questions
Topic: Missing GetLayeredWindowAttributes
Replies: 2
Views: 1160

So it's only native if at least w2K is supported too? (but not w95/98/ME/NT)