Thank you,
I was looking for an IPC solution. This may be what Im looking for.
Jerry
Search found 21 matches
- Dec 10, 2017 23:22
- Forum: Linux
- Topic: FIFO pipes for interprocess communication
- Replies: 7
- Views: 760
- Dec 10, 2017 22:44
- Forum: Projects
- Topic: Retail Point of sale Software Fully done in FreeBASIC
- Replies: 2
- Views: 1138
Re: Retail Point of sale Software Fully done in FreeBASIC
Andy!!!
Still waiting...
Still waiting...
- Nov 13, 2016 23:03
- Forum: General
- Topic: Tonight bug catch
- Replies: 48
- Views: 2863
Re: Tonight bug catch
I found a misspelling in net.bi. this: Function NetReciveString( needs to be changed to: Function NetReceiveString( And at the end of the function, this: NetReciveString=l needs to be changed to: NetReceiveString=l I cant believe I found this, after all this time.... Anyway, my freebasic server moni...
- Sep 12, 2016 0:49
- Forum: Projects
- Topic: BINARY - Clock "for coder's only" ;-)
- Replies: 5
- Views: 1254
Re: BINARY - Clock "for coder's only" ;-)
These are so awesome. I'm a nerd and i'm grinning ear-to-ear!
- Sep 12, 2016 0:43
- Forum: Tips and Tricks
- Topic: decQuad lib and example
- Replies: 13
- Views: 1150
Re: decQuad lib and example
Hi srvaldez,
Yes, you are correct. I had no luck ether and have resorted to hacking the data as a string. Thank you, so much, for your help.
Jerry
Yes, you are correct. I had no luck ether and have resorted to hacking the data as a string. Thank you, so much, for your help.
Jerry
- Sep 11, 2016 4:41
- Forum: Libraries
- Topic: Simple enet server/client
- Replies: 8
- Views: 4571
Re: Simple enet server/client
if anyone has a copy of enet_example.rar, please share.
- Sep 11, 2016 3:59
- Forum: Tips and Tricks
- Topic: decQuad lib and example
- Replies: 13
- Views: 1150
Re: decQuad lib and example
Sure. How to move?
- Sep 11, 2016 2:57
- Forum: Tips and Tricks
- Topic: decQuad lib and example
- Replies: 13
- Views: 1150
Re: decQuad lib and example
Since I here... is there an easy way to to separate a big float into a whole number and remainder?
- Sep 11, 2016 2:55
- Forum: Tips and Tricks
- Topic: decQuad lib and example
- Replies: 13
- Views: 1150
Re: decQuad lib and example
srvaldez, Please forgive me. I am advanced in years and between poor eyesight and fat fingers, I can really muck things up. I meant simple "math" examples. Actually, I've had a great deal of success with this on my own. Only one I havent ironed out is how to handle the remainder after divi...
- Sep 10, 2016 21:37
- Forum: Tips and Tricks
- Topic: decQuad lib and example
- Replies: 13
- Views: 1150
Re: decQuad lib and example
Hi srvaldez,
Would you happen to have some basic sources that show how to do simple match functions using decQuad?
Would you happen to have some basic sources that show how to do simple match functions using decQuad?
- Sep 10, 2016 20:49
- Forum: General
- Topic: gmp 6.1.2 and mpfr 4.0.2
- Replies: 19
- Views: 2401
Re: gmp 6.1.0
Hi, I just found this discussion as I, like a lot of FB users, have discovered just how short floats and integers are in FreeBasic. I'll be posted a feature request for longer precision. Until that time, this should hold me over, if I can figure out how to use it in my routines. Thank you, very much...
- Aug 28, 2016 18:56
- Forum: Hardware Interfaces / Communication
- Topic: Include files for libUSB Linux and Windows.
- Replies: 55
- Views: 11576
Re: Include files for libUSB Linux and Windows.
Hey you guys!
You have my attention and I've got to ask some questions. Why the bother with libusb? I access usb serial devices using "open" and the associated hardware usb-serial port driver...
I'm just curious what you are researching in case I'm missing out on some fun...
You have my attention and I've got to ask some questions. Why the bother with libusb? I access usb serial devices using "open" and the associated hardware usb-serial port driver...
I'm just curious what you are researching in case I'm missing out on some fun...
- Aug 28, 2016 18:47
- Forum: Hardware Interfaces / Communication
- Topic: Raw Ethernet communication
- Replies: 5
- Views: 1578
Re: Raw Ethernet communication
A google search for "raw ethernet communications" turns up a lot of hits and interesting information.
- Aug 28, 2016 18:39
- Forum: Hardware Interfaces / Communication
- Topic: Raw Ethernet communication
- Replies: 5
- Views: 1578
Re: Raw Ethernet communication
Howdy,
Just trying to be helpful here. Have you been on any of the HamRadio websites? Those guys do a lot of communications via packet radio. maybe someone has already developed the wheel you need.
Just trying to be helpful here. Have you been on any of the HamRadio websites? Those guys do a lot of communications via packet radio. maybe someone has already developed the wheel you need.
- Aug 28, 2016 18:22
- Forum: Projects
- Topic: Freebasic and CGI
- Replies: 1
- Views: 843
Re: Freebasic and CGI
In the interest of improving zipcode lookup speed, I've converted the .csv database to an sqlite3 database and modified the code the use it. The reduction of lookup speed is dramatic! if you want a copy of the sqlite3 database for use with this app, just email me at jmcbride@mail-on.us. You can run ...