Sheri wrote (on 25.09.2009 21:39): > I doubt it could be done by a novice. Besides that, I haven't had good > results even trying to compile existing plugins due especially to the fact > that plugins need to use the same runtime as the exe. VC Express 2005 and > 2008 do not use the same runtime as Powerpro.exe. There is supposedly a way > to utilize some object files from the Driver Development Kit (DDK), but by > the time I read about it, the object files in the available download for the > driver development kit and the version of VC I have installed were not in > sync.
MingW/Dev-C++ worked very fine for my limited experiments. I've only tried writing a plugin from scratch though, not compile existing ones. http://www.bloodshed.net/dev/devcpp.html HTH
