Post by David RichardsonHey Mark,
Sorry for the delayed response. We've been busy with blackhat/defcon stuff.
This really looks awesome. It solves some other problems that I was
solving in hacky ways too (namely device enumeration)! This will
speed up our automated testing by a factor of # of devices. I hope I
can find some free time in the next few weeks to work in these changes
and report some exact results to you guys.
Glad you like it. While I'm a bit busy at the moment, I'll be adding and
tweaking so keep an eye on svn.
actually terribly documented. Of course I was wrong, for one thing it
Post by David RichardsonI do want to note that we here at Flexilis are planning on open
sourcing this automated testing tool that allows scripted gui testing
and deploying unit tests to hundreds of devices across multiple
platforms (android, winmo, etc) sometime in the near future.
I'm really impressed Mark, thanks a lot!
-David Richardson
Flexilis
Post by Guido DiepenHi Mark,
Could you please explain a bit more what the effect of this
would be when
Post by Guido DiepenI would like to work on implementing some more of the
functionality (for
Post by Guido Diepenexample databases, which are still not supported AFAIK for
wm5+ devices).
Post by Guido DiepenFurthermore, do all current programs have to be rewritten,
or is this just
Post by Guido Diepenan additional interface?
Kind regards,
Guido Diepen
Firstly, it's a completely separate interface, nothing else needs to be
rewritten, though a lot of things will probably benefit over time if
they were.
We were fortunate enough for the existing library to translate very
easily to the new api, and while the structure has changed a bit, I
mostly did that to make it all clearer.
The main points to keep in mind are that what used to be
rapi_indirection.c, where the public functions called the appropriate
WM2003 or WM5 operations, is now rapi_api.c; and the
directories that
contain the version specific operations, that used to be called rapi and
rapi2, are now backend_ops_1 and backend_ops_2. Implementing functions
is exactly the same, put the code in the skeleton func in the backend
directory, and rename in appropriate places from
NotImplemented... to
the function name etc.
All the backend implementations (apart from RapiInvoke with a stream,
but that's another game entirely), now get the RapiContext to use as
their first arguement, and shouldn't use context_current, but that's the
most significant change.
That would be great if you did the database functions, I did start but
didn't get very far at all.
Mark
Post by Guido DiepenPost by Mark EllisDavid, in case you don't follow the svn commits I thought
I'd give you a
Post by Guido DiepenPost by Mark Ellisheads up on this.
I recently committed a new api to librapi2 based on David
Eriksson's
Post by Guido DiepenPost by Mark Ellissuggestion of using the MS rapi2 api. It's definitely not
finished, but
Post by Guido DiepenPost by Mark Ellisit does work. In particular most of the utility functions
don't work,
Post by Guido DiepenPost by Mark Ellisreference counting is dodgy, and the error codes need some
work, but all
Post by Guido DiepenPost by Mark Ellisof the previously implemented session functions should be
fine. If you
Post by Guido DiepenPost by Mark Elliswant to give it a go you'll need the svn of libsynce as
well.
Post by Guido DiepenPost by Mark EllisThe attached program should give you the idea. Let me know
what you
------------------------------------------------------------------------------
Post by Guido DiepenPost by Mark EllisLet Crystal Reports handle the reporting - Free Crystal
Reports 2008
Post by Guido DiepenPost by Mark Ellis30-Day
trial. Simplify your report design, integration and
deployment - and focus
Post by Guido DiepenPost by Mark Ellison
what you do best, core application coding. Discover what's
new with
http://p.sf.net/sfu/bobj-july_______________________________________________
Post by Guido DiepenPost by Mark EllisSynCE-Devel mailing list
https://lists.sourceforge.net/lists/listinfo/synce-devel
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment
- and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________
SynCE-Devel mailing list
https://lists.sourceforge.net/lists/listinfo/synce-devel