Yeah, that was what I needed to compile the ocx. I was even able to get the normal branch to compile by recompiling the support libraries.
I think I'm missing something trying to compile the AxInterop.MapWinGIS.dll though. It compiles successfully, but when I try to use it, it looks like the AxMap class doesn't have AxHost as a base class. Gives a bunch of errors relating to all of the activex window controls. This happens on both branches.
The class declaration in AxMap.cs is "public class AxMap". Should it be something like "public class AxMap : AxHost" or am I looking in the wrong place?
I think I'm missing something trying to compile the AxInterop.MapWinGIS.dll though. It compiles successfully, but when I try to use it, it looks like the AxMap class doesn't have AxHost as a base class. Gives a bunch of errors relating to all of the activex window controls. This happens on both branches.
The class declaration in AxMap.cs is "public class AxMap". Should it be something like "public class AxMap : AxHost" or am I looking in the wrong place?