Quote:
|
Originally Posted by jacob_dilles
does anyone know anything about accesing ram in flash? i know you can do it in C++... so like instead of writing to a file which has got to be bad; i dont know why its just badl; you just share a couple of bytes in ram. the flash could call the c++.
 trying to thing of a way to get around the file I/O
|
Why??? Creating a file then deleting it doesn't take long; Even in VB, Open a file, writting to it, and closing it doesn't take long.