There are many times that I use the Visual Studio debugger, so I include the Zorro headers from a Visual Studio solution.

But I've always had to edit the header files to get them to work, and again and again for every time I get the next beta. Can we permanently make a few minor changes?

contract.c and profile.c:
replace all instances of "string" with "const char*", to prevent error C2440: 'return': cannot convert from 'const char [2]' to 'string'