Click here to Skip to main content
15,925,602 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: please help me:build .c source file with VC++6,error LNK2001? Pin
fbzok13-Aug-05 4:30
fbzok13-Aug-05 4:30 
Generalrun single instance of app Pin
elephantstar12-Aug-05 12:17
elephantstar12-Aug-05 12:17 
GeneralWorking dir in Registry Pin
RickyC12-Aug-05 9:12
RickyC12-Aug-05 9:12 
GeneralRe: Working dir in Registry Pin
David Crow12-Aug-05 10:01
David Crow12-Aug-05 10:01 
GeneralRe: Working dir in Registry Pin
RickyC12-Aug-05 10:31
RickyC12-Aug-05 10:31 
General3rd party Menu Check State... Pin
Jumpin' Jeff12-Aug-05 8:31
Jumpin' Jeff12-Aug-05 8:31 
Generalbracket tournament ctrl Pin
picazo12-Aug-05 8:18
picazo12-Aug-05 8:18 
GeneralLooking for GIS knowledge Pin
prcarp12-Aug-05 8:04
prcarp12-Aug-05 8:04 
I have an MFC (VC6) program that shows a graphical representation of where certain devices are in the area. These devices have GPS lat/long coordinates that I place on a static map image that is built in the program. This was a demo program but now it looks like the company wants to take it a step further.

They would like the satilite map images downloaded via the web, much like Google maps (Keyhole) or NASA World Wind so that this demo can be shown in different locations. They also need it quick. I am not sure of the best way to approach this, given the short deadline. I thought of writing something, perhaps with some head starts with HTTP GETs from Google maps but that is a learning curve as well.

I think basically I need a control that I can pass in a lat/long coordinate, a zoom level (or scale factor), and some options, and get back a bitmap image I can bitblt as a 2D background. The options I am talking about are the type of image returned (USGS 1m ortho, USGS Topo, LandSat7 Visible, street detail, etc.). If it had any kind of caching ability, that would be icing on the cake. I am Google'ing on the web for this but not having much luck. Things I have found are complete applications and/or are way too complex. I just need basically need a DLL.

Anybody else know of such a thing? Or can anybody think of a better approach?

Thanks in advance!
-Paul
GeneralRe: Looking for GIS knowledge Pin
FlamTaps12-Aug-05 9:10
FlamTaps12-Aug-05 9:10 
GeneralVC++ and Java Pin
llp00na12-Aug-05 7:56
llp00na12-Aug-05 7:56 
GeneralRe: VC++ and Java Pin
Luther Baker12-Aug-05 11:41
Luther Baker12-Aug-05 11:41 
GeneralLicense Keys Pin
Luther Baker12-Aug-05 7:47
Luther Baker12-Aug-05 7:47 
GeneralRe: License Keys Pin
Luther Baker12-Aug-05 7:53
Luther Baker12-Aug-05 7:53 
GeneralRe: License Keys Pin
Wes Aday12-Aug-05 9:12
professionalWes Aday12-Aug-05 9:12 
GeneralRe: License Keys Pin
Luther Baker12-Aug-05 11:18
Luther Baker12-Aug-05 11:18 
GeneralRe: License Keys Pin
SunKnight012-Aug-05 10:19
SunKnight012-Aug-05 10:19 
GeneralRe: License Keys Pin
Luther Baker12-Aug-05 11:31
Luther Baker12-Aug-05 11:31 
GeneralRe: License Keys Pin
Trollslayer12-Aug-05 22:28
mentorTrollslayer12-Aug-05 22:28 
GeneralRe: License Keys Pin
Luther Baker13-Aug-05 4:16
Luther Baker13-Aug-05 4:16 
QuestionHow to get current directory path in mfc?? Pin
c+-12-Aug-05 6:51
c+-12-Aug-05 6:51 
AnswerRe: How to get current directory path in mfc?? Pin
BlackDice12-Aug-05 7:03
BlackDice12-Aug-05 7:03 
AnswerRe: How to get current directory path in mfc?? Pin
David Crow12-Aug-05 7:44
David Crow12-Aug-05 7:44 
AnswerRe: How to get current directory path in mfc?? Pin
Ivan Cachicatari12-Aug-05 9:15
Ivan Cachicatari12-Aug-05 9:15 
AnswerRe: How to get current directory path in mfc?? Pin
ThatsAlok12-Aug-05 19:10
ThatsAlok12-Aug-05 19:10 
AnswerRe: How to get current directory path in mfc?? Pin
c+-12-Aug-05 22:31
c+-12-Aug-05 22:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.