Welcome to the MP3Car.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
|
05-09-2007, 12:07 AM
|
#16
|
|
Maximum Bitrate
Join Date: May 2006
Location: Seattleish, WA
Vehicle: 1970 VW Bug
Posts: 818
|
Quote: Originally Posted by ccrobin 
Worked for me too, though I have noticed a few things.
#1 - The GPS Info indicates 0 sats locked, and fails to show speed.
#2 - When I exit Centrafuse, I get some message asking if I want to save map info???
#3 - The map screen seems to pulsate constantly (the street names and labels disappear and reappear constantly). This may just be the screen refreshing, but it is very pronounced and appears much smoother if using the map in Mappoint.
"ditto". I finally got a lock with my GPS mouse today (it's a cheap one) and was able to actually see the MapPoint interface work.
Also... - Altitude units are in Meters
- No voice prompts
- Doesn't save addresses after entering and letting MapPoint compute a route
- No Turn-by-Turn or anything more than an overview display
- POI takes _FOREVER_ to load. I let it sit for (a real) 10 minutes before I finally gave up.
__________________
:: Mark
Last edited by midiwall : 05-09-2007 at 09:01 AM.
|
|
|
05-09-2007, 08:54 AM
|
#17
|
|
Low Bitrate
Join Date: Apr 2005
Posts: 63
|
Strange. I get an altitude reading (though it does not ever change...it is also in Meters).
I also have no voice prompts, turn-by-turn, etc. I am sure David said he was going to address these issues later. I think he threw in the MapPoint plug-in last minute and really has not worked on any features yet.
I did figure out how to fix the prompt to save map info though (seen when you try to exit CF). I opened MapPoint by itself, went into options, and un-checked the "auto-save prompt". Now at least CF will exit normally.
|
|
|
05-09-2007, 08:56 AM
|
#18
|
|
Low Bitrate
Join Date: Apr 2005
Posts: 63
|
DOH! I almost forgot. When the computer comes out of hibernation, it does not re-connect with the GPS. I know this is not a hardware limitation becuase when I use Co-Pilot it reconnects just fine.
|
|
|
05-09-2007, 09:01 AM
|
#19
|
|
MySQL Error
Join Date: Apr 2004
Posts: 4,953
|
The MapPoint is just an initial release with source code...
The main point was to add the ability to the SDK to include new navigation engines...
I have fixed the map detection issue and it will be in the next update and I will update the source...
I then plan to get someone working on this plugin, taking feedback, and improving it to be a viable navigation option...
david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
|
|
|
05-09-2007, 09:05 AM
|
#20
|
|
Maximum Bitrate
Join Date: May 2006
Location: Seattleish, WA
Vehicle: 1970 VW Bug
Posts: 818
|
Quote: Originally Posted by ccrobin 
Strange. I get an altitude reading (though it does not ever change...it is also in Meters).
My bad! You're right, it's there.
Quote:
DOH! I almost forgot. When the computer comes out of hibernation, it does not re-connect with the GPS. I know this is not a hardware limitation because when I use Co-Pilot it reconnects just fine.
Ditto.
Cool on the auto-save, I'll check that in MapPoint.
and, I'm noticing as I enter this that David responded.
I can appreciate the example, and it sure would be nice to have a completed plug-in. I haven't looked at the source, but I figure it's in C#?
__________________
:: Mark
|
|
|
05-09-2007, 11:33 AM
|
#21
|
|
MySQL Error
Join Date: Apr 2004
Posts: 4,953
|
It is in C#
david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
|
|
|
05-09-2007, 12:31 PM
|
#22
|
|
Maximum Bitrate
Join Date: May 2006
Location: Seattleish, WA
Vehicle: 1970 VW Bug
Posts: 818
|
'k... I'm in the code and have some questions. Would you rather I ask them on the Flux forum?
The first one's pretty basic - the project doesn't build right out of the box. 
__________________
:: Mark
|
|
|
05-09-2007, 01:48 PM
|
#23
|
|
MySQL Error
Join Date: Apr 2004
Posts: 4,953
|
Quote: Originally Posted by midiwall 
'k... I'm in the code and have some questions. Would you rather I ask them on the Flux forum?
The first one's pretty basic - the project doesn't build right out of the box. 
this has to be a simple reference issue and possibly a build location...
the code does compile, I opened it yesterday to fix the map detection issue...
you might wait until I get this update finished and post the new code that works without having both NA and Europe installed...
david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
|
|
|
05-09-2007, 03:00 PM
|
#24
|
|
Maximum Bitrate
Join Date: May 2006
Location: Seattleish, WA
Vehicle: 1970 VW Bug
Posts: 818
|
Cool.. I'm sure it's a reference issue of somesort. VisStud is complaining about not being able to find the namespaces:
Code:
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3287: Cannot load type library for reference "AxMapPoint". Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Microsoft.Common.targets : warning MSB3287: Cannot load type library for reference "MapPoint". Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED))
c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Csc.exe /noconfig /unsafe- /checked- /nowarn:1701,1702 /nostdlib- /errorreport:prompt /warn:4 /baseaddress:285212672 /define:TRACE /reference:"C:\projects\Centrafuse SDK 1.12\Examples\Plugins\MapPoint\GPSUtilities\bin\Release\GPSUtilities.dll" /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Data.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Drawing.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Web.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Windows.Forms.dll /reference:c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\System.Xml.dll /debug- /filealign:4096 /optimize+ /out:obj\Release\MapPoint.dll /resource:obj\Release\CFMapPoint.CFMapPoint.resources /target:library /warnaserror- AsyncWebDownload\Download.cs AsyncWebDownload\Progress.cs MapPoint.cs MapPointUtils.cs menudialog.cs viewdialog.cs
C:\projects\Centrafuse SDK 1.12\Examples\Plugins\MapPoint\viewdialog.cs(5,7): error CS0246: The type or namespace name 'centrafuse' could not be found (are you missing a using directive or an assembly reference?)
C:\projects\Centrafuse SDK 1.12\Examples\Plugins\MapPoint\viewdialog.cs(9,28): error CS0246: The type or namespace name 'CFDialog' could not be found (are you missing a using directive or an assembly reference?)
C:\projects\Centrafuse SDK 1.12\Examples\Plugins\MapPoint\AsyncWebDownload\Download.cs(6,7): error CS0246: The type or namespace name 'centrafuse' could not be found (are you missing a using directive or an assembly reference?)
C:\projects\Centrafuse SDK 1.12\Examples\Plugins\MapPoint\menudialog.cs(8,7): error CS0246: The type or namespace name 'centrafuse' could not be found (are you missing a using directive or an assembly reference?)
C:\projects\Centrafuse SDK 1.12\Examples\Plugins\MapPoint\menudialog.cs(9,7): error CS0246: The type or namespace name 'centrafuse' could not be found (are you missing a using directive or an assembly reference?)
C:\projects\Centrafuse SDK 1.12\Examples\Plugins\MapPoint\menudialog.cs(13,28): error CS0246: The type or namespace name 'CFDialog' could not be found (are you missing a using directive or an assembly reference?)
C:\projects\Centrafuse SDK 1.12\Examples\Plugins\MapPoint\MapPointUtils.cs(13,7): error CS0246: The type or namespace name 'centrafuse' could not be found (are you missing a using directive or an assembly reference?)
C:\projects\Centrafuse SDK 1.12\Examples\Plugins\MapPoint\MapPoint.cs(13,7): error CS0246: The type or namespace name 'MapPoint' could not be found (are you missing a using directive or an assembly reference?)
... There's a total of 55 of 'em...
I'll wait for the update. Thanks David.
__________________
:: Mark
|
|
|
05-10-2007, 11:38 AM
|
#25
|
|
MySQL Error
Join Date: Apr 2004
Posts: 4,953
|
You just have to add a reference to the MapPoint 2006 object, also possibly remove and re-add the cfplugin reference...
You should expand the references and you will see some exclamation points where the reference is bad... Remove each one and right-click and add reference to add them back...
to add MapPoint 2006 you will see it in the reference list if it is installed... For cfplugin just browse to the location of cfplugin.dll from the SDK...
david
__________________
__________________
CENTRAFUSE http://www.centrafuse.com
01 Jeep Cherokee Sport 4x4 Installed
M10000/512Mb/20GB, Lilliput 7", Holux GM-210
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:14 PM.
|
|