[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Calling C from T in the Apollos ?



  Why can't we call C functions from T ?. The defapollo package seems to
work only with Pascal routines. The strange thing is that you can call C\n from Pascal and viceversa, so somehow C and Pascal are "compatible".
However, when you try to call C from T, it won't work.
  Would it work if I write a dummy Pascal function that just calls the C
function, using Pascal as an interface between T and C ?