On 5/30/05, Byron A Jeff wrote: > So I'll spend a minute talking about porting. MinGW is GNU C/C++ compiler > used for building Windows executables of Unix/Linux source code. Once > the compiler is set up, it will build a windows executable of most POSIX > applications. Furthermore it will use the Windows standard DLLs for > implementing most functionality. > > Here's a good starting point for MinGW: http://www.mingw.org/docs.shtml > > Another tool you'll need is port access. A DLL that's helpful in this > regard is the inpout32.dll for Windows. You can find it here: > > http://www.logix4u.net/inpout32.htm > > It loads a kernel driver to interface to I/O ports. > Instead of MInGW, you could use Cygwin to make things easier. Cygwin contains a more complete Posix implementation than MinGW. Because of that, it's slower for some things. It's the first thing I install when I have to use a Windows computer. Regards, Mark markrages@gmail -- You think that it is a secret, but it never has been one. - fortune cookie -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist