From: Faheem M. <fa...@em...> - 2004-04-08 07:30:18
|
On Wed, 7 Apr 2004, Fernando Perez wrote: > I hope this helps you. Mail me if you want the full files (this is old code I > don't use anymore, so it may not quite compile now anymore, but you can still > look a it). Yes, please do send me your files (preferably as a tar.gz). Thanks for the info. I expect you are right. I'll take a more careful look. One problem is that I don't understand the logic behind C linkage very well. For example, does it suffice to wrap the declaration of the function or do I need to wrap the definition too? Can you suggest a good reference, preferably online? My C++ books are not much help with this. Thanks. Faheem. |