void error_to_tcl_(int& errNr, int& analysisStopped)
#endif
{
currentFemfatData->error_to_tcl(errNr, analysisStopped);
}
void FemfatData::error_to_tcl (int& errNr, int& analysisStopped) {
//printf("calling error_to_tcl in c++: errNr= %d\n",errNr);
}
Und in einem FORTRAN FILE::
call error_to_tcl(IERROR,IASTOP)
Beim Linken bekomme ich den Fehler:
fortran/felibf.a(gulmud.o): In function `gulmud_':
gulmud.o(.text+0x254): undefined reference to `error_to_tcl__'
Und zweitens: Ich habe in meinem cpp file immer so ifdef sgi ifdef
pc,... Gibt es das auch für Linux: ifdef linux???
Danke
Jürgen