about the cache issue under windows , it is a path issue<br>if you read (and understand and followed it :) )all both tutorial about marble on windows you should <br>have read something about copying &quot;plugins&quot; and &quot;data&quot; directories next to your exe<br>

with this that should work.<br>CU<br>Sylvain<br><br><div class="gmail_quote">2010/7/23 Bryan Greenway <span dir="ltr">&lt;<a href="mailto:rbgreenway@gmail.com">rbgreenway@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">

Thanks to Torsten and Sylvain for your responses.  I figured out the<br>
issue...a very silly one (I&#39;m embarrassed to say).<br>
<br>
There was a problem with the given path in my .pro file (shown here): LIBS<br>
+= -L&quot;c:\marble-build\src\lib\&quot; &quot;libmarblewidget.dll&quot;<br>
<br>
The last &#39;\&#39; in the path was causing the problem.  Once removed, it all<br>
worked like a charm.<br>
<br>
I now have a simple dialog app running with the MarbleWidget on it, all done<br>
inside Qt Creator on Windows-Vista. Very cool.<br>
<br>
Now I&#39;m moving on to try to get the behavior I need.  I&#39;m still very low on<br>
the Marble learning curve, but once I get the basic functionality of the app<br>
going, I&#39;ll gladly share the code with anyone that wants to see how I used<br>
this excellent Widget in a simple app and using Qt Creator.<br>
<br>
Current issues:<br>
<br>
1 - the map seems to be using the data cache and not going out on the net to<br>
get new data (i.e. working offline).<br>
<br>
2 - drawing a moving &quot;placemark&quot; on the map that represents the current<br>
location of a vehicle feeding me it&#39;s GPS coordinates.<br>
<br>
I&#39;ll be working on these today.<br>
<br>
Sorry for all the questions...just getting excited about the power that<br>
Marble has put in my hands.<br>
<br>
Bryan<br>
<br>
<br>
-----Original Message-----<br>
From: Torsten Rahn [mailto:<a href="mailto:tackat@t-online.de">tackat@t-online.de</a>]<br>
Sent: Friday, July 23, 2010 2:11 AM<br>
To: <a href="mailto:marble-devel@kde.org">marble-devel@kde.org</a><br>
Subject: Re: [Marble-devel] Help with MarbleWidget<br>
<br>
Hi Bryan,<br>
<br>
Sorry, so far I haven&#39;t managed to write up the Tutorial I promised earlier.<br>
:-(<br>
<br>
Currently the only other way to add placemarks is through:<br>
<br>
void MarbleWidget::addPlacemarkFile( const QString &amp;filename );<br>
void MarbleWidget::addPlacemarkData( const QString&amp; data, const QString&amp; key<br>
=<br>
&quot;data&quot; );<br>
<br>
The file or string has got to be formatted as a KML file:<br>
<br>
<a href="http://de.wikipedia.org/wiki/Keyhole_Markup_Language" target="_blank">http://de.wikipedia.org/wiki/Keyhole_Markup_Language</a><br>
<br>
This is quite convenient but the results are currently rather &quot;fixed&quot;.<br>
<br>
So instead you might want to draw your own placemarks using the GeoPainter&#39;s<br>
<br>
Annotations for example.<br>
<br>
On Friday 23 July 2010 02:52:11 Bryan Greenway wrote:<br>
&gt; I am trying to put the MarbleWidget into a Qt only application using Qt<br>
&gt; Creator, and am having some difficulty.  Here&#39;s is what I&#39;ve done thus<br>
far:<br>
&gt; 1.       Followed instructions for downloading and compiling Marble on<br>
&gt; Windows.  That seemed to go fine.<br>
&gt; 2.       I looked at the QtMainWindow.cpp as a model for what I was<br>
putting<br>
&gt; together.  I deviated from that approach somewhat as I am creating a<br>
simple<br>
&gt; Dialog app.  On this dialog, I am trying  to instantiate a ControlView (as<br>
&gt; is done in QtMainWindow) from ControlView.cpp/.h.  See dialog.cpp/.h<br>
below.<br>
&gt; It appears to me that I&#39;m not getting my libmarblewidget library to link.<br>
&gt; The file: libmarblewidget.dll is definitely in the<br>
&gt; c:\marble-build\src\lib\&quot; directory.  And the makefile has the line:<br>
&gt; LIBS        =        -L&quot;c:\Qt\2010.04\qt\lib&quot; -lmingw32 -lqtmain<br>
&gt; &quot;-Lc:\marble-build\src\lib -lmarblewidget.dll&quot; -lQtGui4 -lQtCore4<br>
<br>
I don&#39;t see a problem with these. Looks all fine to me (but I don&#39;t have any<br>
<br>
experience with compiling Marble on Windows, so ...).<br>
<br>
&gt; It also appears to me that I need to link in something for the<br>
&gt; MarbleControlBox and MapThemeManager.  I&#39;m guessing that these are not<br>
part<br>
&gt; of the MarbleWidget, so something else will need to be included.<br>
<br>
They are part of the library and they should get included from the<br>
ControlView<br>
IIRC. You can of course include the headers of those files but it doesn&#39;t<br>
look<br>
like a header problem to me - rather some problem with linking.<br>
<br>
Best Regards,<br>
<br>
Torsten<br>
<br>
_______________________________________________<br>
Marble-devel mailing list<br>
<a href="mailto:Marble-devel@kde.org">Marble-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/marble-devel" target="_blank">https://mail.kde.org/mailman/listinfo/marble-devel</a><br>
<br>
No virus found in this incoming message.<br>
Checked by AVG - <a href="http://www.avg.com" target="_blank">www.avg.com</a><br>
Version: 9.0.851 / Virus Database: 271.1.1/3023 - Release Date: 07/23/10<br>
01:36:00<br>
<br>
_______________________________________________<br>
Marble-devel mailing list<br>
<a href="mailto:Marble-devel@kde.org">Marble-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/marble-devel" target="_blank">https://mail.kde.org/mailman/listinfo/marble-devel</a><br>
</blockquote></div><br>