Click here to Skip to main content
15,891,473 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hey I want to add some Dll to my projet. I am working on windows mobile application [VB 2005]. So can any one tell where can I get these references?
1) GPSStructs.vb
2) Location.vb
3) NMEAProtocol.vb
4) Setellite.vb
Please help me to add these references.
Posted
Updated 4-Sep-11 21:47pm
v3

You can add reference to some DLL or OCX. There is no way to add reference to VB files. What you can do is, you can add these VB files to your project.

[Edit]
I found a step by step tutorial for C#.
http://spatialhorizons.com/2006/12/18/create-your-own-gps-application-using-c-1/[^]
 
Share this answer
 
v3
These are classes and not references.
You will need to locate the code for these classes and then add them to your project.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900