Search found 572 matches
- Fri Dec 09, 2011 7:51 am
- Forum: Announcement
- Topic: Cute Date
- Replies: 3
- Views: 3449
Re: Cute Date
The file is missing - can it be re-upped? Thanks.
- Fri Nov 11, 2011 10:50 pm
- Forum: Tricks 'n' Tips
- Topic: multi-user SQlite (cubeSQL) with security/performance
- Replies: 2
- Views: 4779
Re: multi-user SQlite (cubeSQL) with security/performance
It's not embeddable - AFAIK it's meant to run as a service or background process.
- Fri Nov 11, 2011 11:32 am
- Forum: Tricks 'n' Tips
- Topic: multi-user SQlite (cubeSQL) with security/performance
- Replies: 2
- Views: 4779
multi-user SQlite (cubeSQL) with security/performance
I had an interest to maintain a small, secure database to be shared amongst a small user base. I came across cubeSQL which seems to be promising. Some main points about it (paraphrased from the web site):
- SQlite-based + multi-user
- support for encrypted db + encrypted client/server channel ...
- SQlite-based + multi-user
- support for encrypted db + encrypted client/server channel ...
- Fri Oct 07, 2011 12:28 pm
- Forum: Tricks 'n' Tips
- Topic: JSON encoder and decoder
- Replies: 51
- Views: 33243
Re: JSON encoder and decoder
I add my sincere thanks to JMV for this code - it's been very helpful.
- Fri Sep 02, 2011 12:02 pm
- Forum: Windows
- Topic: Check whether a given file is open or closed
- Replies: 15
- Views: 6915
Re: Check whether a given file is open or closed
I think this is another (similar) solution
http://www.purebasic.fr/english/viewtop ... 13&t=44269
if you add a filesize() call you can determine existence also.
http://www.purebasic.fr/english/viewtop ... 13&t=44269
if you add a filesize() call you can determine existence also.
- Fri Aug 05, 2011 1:15 pm
- Forum: Tricks 'n' Tips
- Topic: AES streaming file encoder/decoder
- Replies: 16
- Views: 9121
Re: AES streaming file encoder/decoder
I wonder if this AES encryption code is threaded these days? BTW thanks for this great code example, netmaestro.Fred wrote:For information, AES isn't threaded in the library (for now).
- Fri Apr 15, 2011 11:57 am
- Forum: Coding Questions
- Topic: How to use the FreeImage DLL?
- Replies: 22
- Views: 6538
Re: How to use the FreeImage DLL?
I found the solution here under the section "How do I convert a HBITMAP to a FreeImage image ?"
This code needs to be inserted after StopDrawing()
If comp
bm.BITMAP
GetObject_(ImageID(comp), SizeOf(BITMAP), @bm)
dib = FreeImage_Allocate(bm\bmWidth, bm\bmHeight, bm\bmBitsPixel)
; the ...
This code needs to be inserted after StopDrawing()
If comp
bm.BITMAP
GetObject_(ImageID(comp), SizeOf(BITMAP), @bm)
dib = FreeImage_Allocate(bm\bmWidth, bm\bmHeight, bm\bmBitsPixel)
; the ...
- Fri Apr 15, 2011 8:13 am
- Forum: Coding Questions
- Topic: How to use the FreeImage DLL?
- Replies: 22
- Views: 6538
Re: How to use the FreeImage DLL?
Thanks c4s, I tried that before - I get an 'invalid memory address' error when I try ImageID(..)
- Fri Apr 15, 2011 7:35 am
- Forum: Coding Questions
- Topic: How to use the FreeImage DLL?
- Replies: 22
- Views: 6538
Re: How to use the FreeImage DLL?
I need to write a JPEG using 4:2:2 subsampling (the PB JPEG lib seems to write at 4:4:4 all the time) so I'm come to the FreeImage lib to help me write out an JPEG image created in PB using CreateImage etc (e.g. see below). However the pointer to the image provided by PB seems to be not compatible ...
- Fri Mar 25, 2011 12:31 pm
- Forum: Off Topic
- Topic: Cross platform tools
- Replies: 7
- Views: 2673
Re: Cross platform tools
This is of interest to me too. It's kinda like the holy grail of development - do it once, and have a compiler emit various solutions to compile (or better still run directly) for target platforms. The 'problem' is I think nearly all these tools are in its infantcy at present (I put problem in ...
- Sat Mar 12, 2011 1:06 am
- Forum: Off Topic
- Topic: Shaken but not stirred! (JP Earthquake)
- Replies: 28
- Views: 5704
Re: Shaken but not stirred! (JP Earthquake)
My thoughts are with the residents in Japan particularly the Sendai area - which pretty much had its coastal area wiped out with the tsunami.
- Fri Mar 11, 2011 9:38 am
- Forum: Off Topic
- Topic: Morfik - create web sites in BASIC (and it's free!)
- Replies: 12
- Views: 3487
Re: Morfik - create web sites in BASIC (and it's free!)
I downloaded & tried this tool. I tried a very basic tutorial. I found the IDE is a bit buggy & inconsistent. What turned me off was - at a certain stage of the tute, I could not get it to build anymore. It was comical - I pressed the build button, but nothing would happen. For a v3 product, I was ...
- Sat Mar 05, 2011 12:20 pm
- Forum: Announcement
- Topic: Windows Cryptor - completed w/source
- Replies: 52
- Views: 27473
Re: Windows Cryptor - completed w/source
Thanks alot. You've done a great job.
- Fri Mar 04, 2011 1:38 pm
- Forum: Announcement
- Topic: Windows Cryptor - completed w/source
- Replies: 52
- Views: 27473
Re: Windows Cryptor - completed w/source
Sounds great - but the link is broken.
- Fri Mar 04, 2011 12:10 pm
- Forum: Announcement
- Topic: ECluster - Distributed Computing & more
- Replies: 12
- Views: 8923
Re: ECluster - Distributed Computing & more
Links are broken unfortunately.