<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1">Sage advice -- thanks much. Easy enough to set on a
cron that does a weekly download/recompile. </font><br>
<br>
On 4/6/2011 12:34 PM, dave fournier wrote:
<blockquote cite="mid:4D9C962D.2070802@otter-rsch.com" type="cite">Short
answer is if in doubt recompile.
<br>
<br>
Longer answer is that you don't need to recompile if you are just
adding a
<br>
non class member function. However if you add a class member
function it may change the
<br>
vtable entries so you should recompile. If you are adding a new
field to a class you should recompile.
<br>
<br>
If you need to recompile and don't you will often get strange
crashes. So if you experience
<br>
a strange crash recompile and get a coffee before you waste time
thinking about it.
<br>
_______________________________________________
<br>
Users mailing list
<br>
<a class="moz-txt-link-abbreviated" href="mailto:Users@admb-project.org">Users@admb-project.org</a>
<br>
<a class="moz-txt-link-freetext" href="http://lists.admb-project.org/mailman/listinfo/users">http://lists.admb-project.org/mailman/listinfo/users</a>
<br>
<br>
</blockquote>
</body>
</html>