I have this Link error :<br><br>undefined reference to `MercatorProjection::<div id=":yt" class="ArwC7c ckChnd">MercatorProjection()'<br><br>Compiling is ok. Others class of marble works ok.<br><br>Code:<br><br>MercatorProjection *mp = new MercatorProjection();<br>
<br>mp->screenCoordinates(longitude, latitude, &p, old_x, old_y, originalCoordinates);<br><br>mp->screenCoordinates(m_OwnPlatform->m_longitude, m_OwnPlatform->m_latitude, &p, x, y, originalCoordinates);<br>
<br><br>Any idea??</div>