hi joe,same old errorsaddress error and bus error

2002-04-02 Thread siddharth saxena
hi , i tried aking changes you suggested. but it gives the same old errors . i.e.bus error and address error.sometime it gives errors likethe application just wrote to an unallocated chunk of memory my code is 39k. so i made a sample code with these functionalities which is only 11k. still the

Re: hi joe,same old errorsaddress error and bus error

2002-04-02 Thread Joe
--- siddharth saxena [EMAIL PROTECTED] wrote: i tried aking changes you suggested. but it gives the same old errors . i.e.bus error and address error. ... case showbutton1: { char *buffer; ... while(! FileEOF(streamshow)) { count=FileRead(streamshow,buffer,sizeof(Char),1,NULL); You did