I am able to call masm assembler object from delphi. ( 1995 version).
On compillation (with delphi) I try to call object code generated by ms-pascal 3.31, and get compiler error #51 Invalid PUBLIC Definition.
I use the line {$L filename.obj} in the delphi code.
How do I maake the ms-pascal object that i can use in the {$L filename.obj} statement
Thanks in advance