Apr 10, 2012 at 7:28 PM
Edited Apr 10, 2012 at 7:47 PM
|
The source code for the demo refers to objects like DotSpatial.Positioning.GPS.NmeaInterpreter in the file MainForm.Designer.vb - whereas, in the code for DotSpatial 1.1 for the DotSpatial.Positioning component, the same object is referred to
as DotSpatial.Positioning.NmeaInterpreter.
Obviously, this is just due to the re-organization of this area of the framework as has been discussed elsewhere on this forum, but it causes about 80 or so compile errors when trying to build the Positioning Example called "GPS Diagnostics" from that branch
of the source code bundle. I noticed that someone had suggested that the branch associated with "Compact" should work - however, when I looked at that code in the repository, it also seemed to have the same issues.
Here is a line, extracted from the file MainForm.Designer.vb from the branch DotSpatial.Positioning.Compact.GPS.Examples.VB.NET.MyProject
Me.SatelliteViewer2.Effect = DotSpatial.Positioning.Drawing.PolarControlEffect.Glass
The same object, as reference in the DotSpatial 1.1 framework (and how I thought it should be) is
Me.Speedometer2.Effect = DotSpatial.Positioning.Forms.PolarControlEffect.Glass
Perhaps I am just missing something?
That said, this was not my problem area - it was merely a bit disconcerting at the time. I really would appreciate any help I could get on my original problem.
|