Hi, I was on Bertrand's blog a while back, while googling for a Windows build of Banshee. He commented that there is a need for an installer. I'm interested in helping with that. However, there is a snag. The Windows build directions don't work with things as they are out of the box. Maybe the directions are outdated? I'm using VS 2008 Pro, and at some point, I could make VS 2010 projects if there is a desire for that. Is anyone on this list building in Windows currently? What changes did you have to make? I worked my way through the many compilation errors that came up. I took some notes on the changes I had to make. I will paste them at the bottom of this message. I still have a handful of assemblies that won't build, but I haven't gotten to them all yet. Once I get a working build, I can go about gathering all the requirements for the app, and create an installer. Here are my notes -
error CS0305: Using the generic type 'System.Action<T>' requires '1' type arguments I'd appreciate any help with this. |