I have this Link error :<br><br>undefined reference to `MercatorProjection::<div id=":yt" class="ArwC7c ckChnd">MercatorProjection()&#39;<br><br>Compiling is ok. Others class of marble works ok.<br><br>Code:<br><br>MercatorProjection&nbsp; *mp = new MercatorProjection();<br>

<br>mp-&gt;screenCoordinates(longitude, latitude, &amp;p, old_x, old_y, originalCoordinates);<br><br>mp-&gt;screenCoordinates(m_OwnPlatform-&gt;m_longitude, m_OwnPlatform-&gt;m_latitude, &amp;p, x, y, originalCoordinates);<br>

<br><br>Any idea??</div>