Discussion:
Feature Request: C to Delphi translation tools/helpers.
(too old to reply)
Skybuck Flying
2011-06-12 03:38:12 UTC
Permalink
Hello,

Here is an idea which would make Delphi somewhat more useable/user friendly:

When a programmer is working on converting a C file to a Delphi unit the
programmer should be able to:

1. Select a piece of text/c source code and then convert it to Delphi code.

2. Select a file and completely convert it to Delphi code.

This would be awesome.

Bye,
Skybuck.
Skybuck Flying
2011-06-12 03:40:59 UTC
Permalink
It doesn't need to be implemented all at once.

Just a pop-up menu which has "translation tools" inside of it.

And then for example:

"Translate C prototype"

For example:

void SomeRoutine( void *p );

Gets converted to:

procedure SomeRoutine( p : pointer );

This would save the programmer some copy & paste work for switching around
the parameter name and it's type.

Bye,
Skybuck.
Jamie
2011-06-12 13:06:02 UTC
Permalink
Post by Skybuck Flying
Hello,
When a programmer is working on converting a C file to a Delphi unit the
1. Select a piece of text/c source code and then convert it to Delphi code.
2. Select a file and completely convert it to Delphi code.
This would be awesome.
Bye,
Skybuck.
WHy don't you stop using that illegal serial # of delphi you have there
and just stop bothering us..

Jamie
Skybuck Flying
2011-06-13 18:06:08 UTC
Permalink
This post might be inappropriate. Click to display it.
Loading...