Re: [Owfs-developers] Password Change Required CHASE BANK

2005-10-11 Thread WFT Electronics, Gus Salvatore Calabrese
I took it upon myself to change the password AGSC --- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl

RE: [Owfs-developers] C-API

2005-10-11 Thread Geo Carncross
On Fri, 2005-10-07 at 14:06 -0400, Alfille, Paul H.,M.D. wrote: Sven, It would be easy to do. The real problem is string handling. We'd have to specify buffers and lengths. Why? int get_value(const char *path, char **ret, unsigned int *retlen); Would be adequate and not require a buffer,

Re: [Owfs-developers] C-API

2005-10-11 Thread Paul Alfille
Ok, Geo. I'm convinced. Look in the CVS for owcapi. (libowcapi.so.0.0.0) Very simple library: int OW_init( const char * device ) ; int OW_get( const char * path, char * buffer, int buffer_length ) ; int OW_put( const char * path, const char * buffer, int buffer_length ) ; void OW_finish( void )

Re: [Owfs-developers] C-API

2005-10-11 Thread Geo Carncross
On Tue, 2005-10-11 at 17:45 -0400, Paul Alfille wrote: Ok, Geo. I'm convinced. Look in the CVS for owcapi. (libowcapi.so.0.0.0) Very simple library: int OW_init( const char * device ) ; What's device? Why is the programmer concerned? Isn't it a target-system specified thing? Perhaps the