On Sat, May 19, 2007 at 11:09:08AM +0700, Darmawan Salihun wrote:
OK. I'm new to svn. So, this kind of hint is helpful ;-)
Have a look at the SVN book: http://svnbook.red-bean.com/
What is your current development environment? I would like it a lot if you could write the software so that it is possible to build with MinGW, then it could be cross-compiled easily and binaries could be generated automatically.
I'm currently using Windows 2003 DDK to create the driver
The DDK is obviously not a development environment, but I guess you're building also the driver with VC++.
Dunno if gcc can build drivers.
and Visual C++ 2003 to create the user mode application. I think the user mode application may be quite easy to port to MinGW.
If you want to look into MinGW I think that would be awesome. It does not require porting unless you are doing very compiler specific (=bad, IMHO) things in your code.
However, the device driver will stay as it is.
You want to stick with VC, that's perfectly fine of course.
//Peter