Compiling for VS2010

Yeah thanks for that, I’ve got it all working in VS2010 x64 now with 1.9. I had to change raw pointers for panda types to use the PT macro because it was crashing, that was the only code change I had to make.

Also in case anyone else has the problem with the VS2010 Express x64 compiler after updating to VS2010 SP1 this patch fixes it: http://www.microsoft.com/en-us/download/details.aspx?id=4422 The SP1 patch causes the Win7 SDk x64 compiler to break, which is a problem because VS2010 Express doesn’t have a x64 compiler of it’s own provided.

Cheers,