Search found 5 matches

by Ocean
Thu Apr 23, 2015 9:49 pm
Forum: Tricks 'n' Tips
Topic: Sqlite concurrent Write queries in Threads
Replies: 2
Views: 2239

Re: Sqlite concurrent Write queries in Threads

This is extremely helpful, thank you for posting this snippet!

Ocean
by Ocean
Tue Aug 05, 2014 12:14 pm
Forum: Announcement
Topic: Removing 'ASCII' switch from PureBasic
Replies: 210
Views: 131796

Re: Removing 'ASCII' switch from PureBasic

if streaming ASCII is still going to be supported by the various libraries I think your proposal is a good thing.

cheers
Ocean
by Ocean
Tue Aug 05, 2014 11:42 am
Forum: Announcement
Topic: Removing 'ASCII' switch from PureBasic
Replies: 210
Views: 131796

Re: Removing ASCII mode from PureBasic

Hi Fred,

serial communications (gps receivers, embedded boards, sensors, etc.) still largely communicate with ASCII-based character sets, meaning that we need to push single byte values to those devices and receive single byte values from them... With no ASCII character set left in PureBasic, a ...
by Ocean
Sat Jul 26, 2014 6:10 pm
Forum: Tricks 'n' Tips
Topic: Small cross-platform OpenGL demo
Replies: 46
Views: 36988

Re: Small cross-platform OpenGL demo

Thanks ApplePi,

that's good to know - thank you for testing these features.

Cheers
Ocean
by Ocean
Thu May 15, 2014 10:52 am
Forum: Mac OSX
Topic: UDP broadcast
Replies: 4
Views: 5049

Re: UDP broadcast

If you look here:
https://developer.apple.com/library/mac/#documentation/NetworkingInternet/Conceptual/NetworkingConcepts/NetworkingLayers/NetworkingLayers.html

It says:

...
By contrast, UDP supports three things that TCP does not:

Broadcast messages in IPv4—packets sent to a broadcast address ...