It is not only v0.5.2 that has the VS2010 build broken.
All since v0.4 are no longer supported.
I myself use only Linux-GCC so there is no one currently that can take care of that.
This is easily fixed, just delete the missing files as they seem to no longer exist. You will get an error about TreeTableEntry* base = extEntry->supertype.entry; but you just need to move the declaration of base to the top of getExtensionComplexProtoGrammar().
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It is not only v0.5.2 that has the VS2010 build broken.
All since v0.4 are no longer supported.
I myself use only Linux-GCC so there is no one currently that can take care of that.
See: http://sourceforge.net/p/exip/discussion/Q%26A/thread/606425a0/
// Rumen
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
This is easily fixed, just delete the missing files as they seem to no longer exist. You will get an error about
TreeTableEntry* base = extEntry->supertype.entry;but you just need to move the declaration of base to the top of getExtensionComplexProtoGrammar().