Closed wieslawsoltes closed 9 years ago
I took a brief look at your spironet project and noted some subtle differences which could cause grief further in the future, what was most notable was the lack of the *.h include files, plus the simplification of entry points such as TaggedSpiroCPsToBezier0 to TaggedSpiroCPsToBezier, this makes extra work for developers attempting to maintain portability across platforms since they then need to pay attention to these tiny details that really shouldn't be getting in their development path.
For the C# port this should not be a problem for .NET as you get very good intellisense support in Visual Studio, also I provide samples in project Readme. Also I have extensive sample application written for WPF platfoms, which is defacto Windows standard.
Hi @wieslawsoltes, Thanks for the patch - much appreciated!