Re: NO_BIO

2001-10-01 Thread Jeremy Smith
My suggestion is to use some kind of RAM disk. Or rewrite BIO's file functions to use RAM instead of files. It's not too difficult to write custom versions of fseek, fopen, fget, etc. For the password, you can either accept the password from the user (either from a textbox in a window, a keyboard

RE: NO_BIO

2001-10-01 Thread Liming Sun
Title: NO_BIO Tim, I did not try without hard drive.   /liming -Original Message-From: Tim Michals [mailto:[EMAIL PROTECTED]]Sent: Saturday, September 29, 2001 12:27 PMTo: '[EMAIL PROTECTED]'Subject: RE: NO_BIO Liming,   No hard drive, we are using a

RE: NO_BIO

2001-09-30 Thread Tim Michals
-From: Liming Sun [mailto:[EMAIL PROTECTED]]Sent: Friday, September 28, 2001 10:58 AMTo: '[EMAIL PROTECTED]'Subject: RE: NO_BIO HI, Tim.  This morning, I tried to compile using NO_BIO and then found that there is really no easy way that I can get rid of BIO altogether. Examp