Calling Pascal routines from C
7 Nov
2002
7 Nov
'02
4:08 p.m.
Hi folks, I'm currently trying to call a Pascal routine from within a C program. To this mail I attached a few sources demonstrating the way I'm trying to do so. Compiling them with gpc -c foo.pas gcc footest.c -o footest leads to an error message "undefined reference to `Bar'". What am I doing wrong? Thanks in advance Markus
8685
Age (days ago)
8690
Last active (days ago)
11 comments
5 participants
participants (5)
-
Eike Lange -
Frank Heckenbach -
J. David Bryan -
Markus Gerwinski -
Russell Whitaker