Am Donnerstag 27 September 2007 schrieb Christian W. Zuckschwerdt: > Hendrik Sattler schrieb: > > Is there a tree of ObexFTP that compiles with MSVC? > > I've never tried that. Mingw32 works.
I'll do a port, then. MSVC is the native compiler for WinCE, thus we should support it. I'll do plain openobex first, though. I somehow doubt the usefulness of a CLI utility on a PDA, though, and I am not sure how to integrate it as a real service. It might also be a bit of work to integrate the windows SDP stuff, that I have no idea about, yet. We'll see :) > > is there a possibility to somehow mirror your tree with local changes > > like CMake files and MSVC compatibility? > > SVN is at http://dev.zuckschwerdt.org/svn/obexftp/ > I'm happy to apply compatibility tweaks for MSVC. Can CMake files > coexist with the autotools setup? Yes. All the files are called CMakeLists.txt and thus are unlikely to conflict with anything else. You just have to remember to do out-of-tree builds with cmake (but that's recommended anyway and very easy) if you want to use both in parallel without having to recreate the Makefile files before every build. HS ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
