Is there an issue with create_read_block()? It always returns -1 (which I gather means there is an error).
Example code:
char buffer[1];
char *bptr = buffer;
int main()
{
create_connect();//connect to the create
printf("block = %d", create_read_block
(buffer
, 1)); }
-Marty Rand
{
Senior programmer at Norman Advanced Robotics
Former senior programmer at Whittier Middle School
Youth Advisory Council
All around nerd
}
I believe the issue has been corrected as of 1.9.2. Let me know if it works for you once 1.9.2 becomes available.
Braden McDorman
Developer of the KIPR Link, KISS IDE, KIPR's 2D Simulator, and CBCJVM.
Reach me at bmcdorman(cat)kipr(dog)org where (cat)=@ and (dog)=. if you need assistance of any kind.