Board index » delphi » TPU to OBJ (moving towards C)

TPU to OBJ (moving towards C)

Hi,

I'm transferring a big project, written in Pascal, to Borland C++ 4.5.
The project should run under Windows.
The Pascal module is compiled to a TPU file, using DPMI.
I'm looking for the fastest way to make such a conversion.

I wonder if any of you know of a TPU -> OBJ tool that can convert a DMPI
DOS TPU successfully into an OBJ file.

Another good solution would be a GOOD Pascal -> C source converter.

Any ideas,

Thanks in advance,
        Eran Yariv.

 

Re:TPU to OBJ (moving towards C)


In article <Pine.SUN.3.91.950904171606.16932A-100...@techst02.technion.ac.il> s2848...@techst02.technion.ac.il (Yariv Eran) writes:

Quote
>I'm transferring a big project, written in Pascal, to Borland C++ 4.5.
>The project should run under Windows.
>The Pascal module is compiled to a TPU file, using DPMI.
>I'm looking for the fastest way to make such a conversion.

The fastest way would be to compile it into a DLL.  

Quote
>I wonder if any of you know of a TPU -> OBJ tool that can convert a DMPI
>DOS TPU successfully into an OBJ file.

There isn't one, and it probably wouldn't be easy to write one.  

Duncan Murdoch

Other Threads