translation

Advertisement

Advertisement

slay
Guest

winscp3 source compile

I use Borland C++ Builder 6.
When i build winscp from sources after change library to Polish language i have replace resource string in Dialog Window.
In place Button Description "OK"(Tak) i have "Cancel"(Anuluj), in Dialog Title "Confirm"(Potwierdzenie) i have (&Tak)

For example:
First image is from original winscp3.exe
<invalid hyperlink removed by admin>
Second image is done after build sources winscp3.exe
<invalid hyperlink removed by admin>

In default English language everything is ok.

What i am doing wrong while build winscp3 from source that orginal translations not math ?

Reply with quote

martin
Site Admin
martin avatar

Re: winscp3 source compile

The reason is that compiler automatically assignes IDs to strings comming from pascal code (VCL). When you use different version of the library (for example Personal vs. Professional version, different service pack, etc.), the IDs will differ.

Reply with quote

slay
Guest

need for another directions

Can you tell me what version of compiler etc. i should use to
that orginal version translation library WinSCP3.pl which math to winscp compiled from sources.

OR

Can you write to me short instructions how to make translation library WinSCP3.pl from PL.ini using C++ Builder 6.

Thank You, for yours answers.

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: need for another directions

slay wrote:

Can you tell me what version of compiler etc. i should use to
that orginal version translation library WinSCP3.pl which math to winscp compiled from sources.
I use Personal edition with all (four?) updates.

Can you write to me short instructions how to make translation library WinSCP3.pl from PL.ini using C++ Builder 6.
It is quite complicated. I have PHP script to convert the PL.ini file to complete C++Builder project. You can download it, but I'm not sure it it would help you.

Reply with quote

slay
Guest

include file

You include file inifiles.php it scants this file me.
You can place this file on forum.

Thank You[/b]

Reply with quote

Advertisement

martin
Site Admin
martin avatar
Joined:
Posts:
40,476
Location:
Prague, Czechia

Re: Two files

slay wrote:

Sorry, but if you could place two files else
ignored.ini and all.ini
Why do you think you need them? Thay are created by the script when run with parameter "orig". But thay are useful for me only.

Reply with quote

Advertisement

You can post new topics in this forum