Hi ! I have used Sqlite 3.03 with no problem with LCC-win32 compiler (Windows). When I upgrade to 3.04 the compiler shows :
"Error sqlite\btree.c: 1538 invalid storage class 'static' for 'int function(pointer to struct Btree,unsigned int,pointer to struct BtCursor) checkReadLocks" I thing that LCC does not like this king of 'static' use :( If I remove the 'static' in this line (1538) and in line 3426 (the body of this function) then no erros occurs !! Is there any 'problem' in removing the 'static' ? Thanks Rubens Jr.