Download the free trial version
Basic4android Video
Features
Tutorials and manuals
Showcase
Screenshots

Go Back   Android Development Forum - Basic4android > Basic4ppc (Windows Mobile) > Code Samples & Tips > Additional Libraries
Documentation Wiki Register Members List B4P Search Today's Posts Mark Forums Read

Additional Libraries Users contributed libraries.
This sub-forum is only available to licensed users.

GPSInt - Microsoft GPS Intermediate Driver Interface

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-04-2008, 05:47 PM
Junior Member
 
Join Date: Jan 2008
Posts: 14
Default GPSInt - Microsoft GPS Intermediate Driver Interface

This library is an interface to the Microsoft GPS Intermediate Driver that is included on WM5 and later devices that have internal GPS hardware. I developed and tested this using a Samsung SGH-I617 (Blackjack II), a WindowsMobile 6 Stardard device. The library was compiled using VS2005 Standard edition and the Windows Mobile 6 Standard SDK. I don't know if this will cause problems if used with WM5 or with touchscreen devices. If different target platforms are needed, let me know.
Attached Files
File Type: zip GPSInt-wm6-std-v1.zip (26.2 KB, 158 views)
Reply With Quote
  #2 (permalink)  
Old 04-04-2008, 07:14 PM
Erel's Avatar
Administrator
 
Join Date: Apr 2007
Posts: 15,689
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default

Thanks hsandy
Reply With Quote
  #3 (permalink)  
Old 04-07-2008, 01:27 AM
Junior Member
 
Join Date: Jan 2008
Posts: 14
Default Sample program

Here is a simple source program showing how the GPSInt library works....

Edited...

Not sure what happened on the first upload..Most of the code was missing from the program.

I uploaded the source file again.
Attached Files
File Type: sbp gpsidtest.sbp (2.0 KB, 91 views)

Last edited by hsandy : 04-08-2008 at 02:37 AM.
Reply With Quote
  #4 (permalink)  
Old 04-15-2008, 01:06 PM
Junior Member
 
Join Date: Apr 2008
Location: France
Posts: 19
Default

thanks Hsandy !
this community is génial

i'm testing your librairy thanks ->

ETEN X500 label "Status" = GPS ON but all others labels=empty -> no position
HTC P3300 label "Status" = empty and all others labels= empty -> no position

Last edited by miataman : 04-15-2008 at 04:58 PM.
Reply With Quote
  #5 (permalink)  
Old 05-07-2008, 04:16 PM
Junior Member
 
Join Date: Sep 2007
Posts: 22
Default Assembly not found error

Hsandy,
I get an "assembly not found" - eror when trying to run the sample program from above.
I have copied everything into one folder on my device (sd-card):
  • GPSInt.dll
  • GPSInt.sbp
  • Microsoft.WindowsMobile.Samples.Location.dll
  • GPSInt.exe
  • GPSInt.exe.config
Upon starting, the decive says "Error loading program: Microsoft.WindowsMobile.Samples.Location.dll... not found".

Any idea? Must I register this dll somewhere?

Thanks,
Frank
__________________
----------------------------
Frank
(with XDA Orbit)
Reply With Quote
  #6 (permalink)  
Old 05-07-2008, 05:22 PM
taximania's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Derbyshire. UK
Posts: 592
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by Frank View Post
Hsandy,
I get an "assembly not found" - eror when trying to run the sample program from above.
I have copied everything into one folder on my device (sd-card):
  • GPSInt.dll
  • GPSInt.sbp
  • Microsoft.WindowsMobile.Samples.Location.dll
  • GPSInt.exe
  • GPSInt.exe.config
Upon starting, the decive says "Error loading program: Microsoft.WindowsMobile.Samples.Location.dll... not found".

Any idea? Must I register this dll somewhere?

Thanks,
Frank
Now i've got a WM6 device i thought i'd try this.
I get the same error
__________________
.
.
.
Don't ask, I'm fine, honest. !!
.
.
.
Just a little crazy at times



O2 XDA, GW Evo 2.1 UC WWE Rom, WM6.1
Radio Ver 03.34.90
With Basic4ppc V6.80


http://www.taximania.co.uk
Reply With Quote
  #7 (permalink)  
Old 05-07-2008, 05:32 PM
Junior Member
 
Join Date: Jan 2008
Posts: 14
Default

The library was compiled for Windowsmobile Standard (non-touchscreen) devices. Perhaps that is causing a problem...
Reply With Quote
  #8 (permalink)  
Old 05-07-2008, 07:40 PM
taximania's Avatar
Basic4ppc Expert
 
Join Date: May 2007
Location: Derbyshire. UK
Posts: 592
Awards Showcase
Beta Tester 
Total Awards: 1
Default

Quote:
Originally Posted by hsandy View Post
The library was compiled for Windowsmobile Standard (non-touchscreen) devices. Perhaps that is causing a problem...
Any chance of sharing some source or dll files that you used to compile your dll for us to have a tinker with ?

I know it sounds idle, but in a previous thread, I once stated, there's now't to be gained by re-inventing the wheel.

PM me if need be.

TIA
__________________
.
.
.
Don't ask, I'm fine, honest. !!
.
.
.
Just a little crazy at times



O2 XDA, GW Evo 2.1 UC WWE Rom, WM6.1
Radio Ver 03.34.90
With Basic4ppc V6.80


http://www.taximania.co.uk
Reply With Quote
  #9 (permalink)  
Old 05-08-2008, 01:37 PM
Junior Member
 
Join Date: Jan 2008
Posts: 14
Default

Quote:
Originally Posted by taximania View Post
Any chance of sharing some source or dll files that you used to compile your dll for us to have a tinker with ?

I know it sounds idle, but in a previous thread, I once stated, there's now't to be gained by re-inventing the wheel.

PM me if need be.

TIA
Yes, source files (VS2005) are attached...
Attached Files
File Type: zip GPSInt.zip (1.6 KB, 53 views)
Reply With Quote
  #10 (permalink)  
Old 05-11-2008, 09:47 AM
Senior Member
 
Join Date: Jul 2007
Location: Michigan Usa
Posts: 176
Awards Showcase
Beta Tester 
Total Awards: 1
Default external

hsandy, do you know if gpsint.dll work with external gps units?
__________________
Using 6.90
dennishea
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Serielles Interface Heinz German Forum 20 06-20-2009 03:17 PM
Microsoft.WindowsCE.Forms, were is it???? Cableguy Questions (Windows Mobile) 5 10-31-2008 01:19 PM
Viewing Intermediate Output Steve Questions (Windows Mobile) 4 08-14-2008 07:59 PM
Support for GPS Support for GPS Intermediate Driver ? tnetweather Questions (Windows Mobile) 1 03-07-2008 06:41 PM
Microsoft Access Query somersetrc Questions (Windows Mobile) 2 11-29-2007 08:29 AM


All times are GMT. The time now is 10:31 PM.


Powered by vBulletin® Version 3.6.12
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0