Don't know if this is the right place for this topic.
My question is about the dxgettext downloadable from
http://dxgettext.po.dk/.
The presentations says:
"
The best translation toolkit for Delphi, C++ Builder, Kylix, FreePascal and Lazarus"; I supposed it working well with FPC and Lazarus, so I tried it.
By following the guide
http://dxgettext.po.dk/documentation/how-to, I stopped myself into the first section: after that I compiled my project...
first of all some errors appeared about duplicated items (conflicting with procedures' names), in order:
- textdomain, 5 times
- DefaultDomainDirectory
- curlang
changed their names i then felt into another error:
gnugettext.pas(916,22) Error: Identifier not found "EnumResourceModules"
I checked that this procedure belongs to Delphi's set, and not to FPC or Lazarus: isn't it?
How to solve this?
Thank you.
P.S.: after this one, other errors follow; but too much stuff indeed to put together.