*** empty log message ***

svn path=/trunk/boinc/; revision=3594
This commit is contained in:
Karl Chen 2004-06-16 09:43:15 +00:00
parent e935497427
commit 2ff9fc31d8
1 changed files with 10 additions and 6 deletions

View File

@ -1,9 +1,12 @@
<?php
require_once("docutil.php");
page_head("FORTRAN applications");
echo "
page_head("FORTRAN applications");?>
<h2>How to use BOINC with FORTRAN and Visual Developer Studio</h2>
<p><font color=red>2004-06-16 note: this page is outdated (functions are now
declared <code>extern"C"</code> so no C++ mangling is done</font></p>
<p>
Note: a working example similar to the following
(based on outdated BOINC code) is
@ -73,7 +76,8 @@ You can now call the BOINC function in FORTRAN.
<pre>
call boinc_finish(0)
</pre>
";
<?php
page_tail();
?>