Hello,
major Updates in the 11.8 version.
*** All prototypes have Now a a defined call (cproto or stdproto ) defined in the translated32(64).inc.
Those two files are in the package and must be updated
http://luce.yves.pagesperso-orange.fr/translatorus.zipA new section DEFINE_PROTO in the egales.txt allow the user to change that.
The start of the line give The masm definition defined in the translate32(64).inc ,just after follow The .h defines in the same lines.
*** A new method is in use to filter the argument in the structure,function ,interface ...
The method never failed except when a reference isn't found in the argument.
The Journal.txt show "failed to find Argument FiltrageArgumentPrototype" .
This happen when the first name of a structure ior union is in used instead of the last.
On 1200 files i have find about ten of them.You need to modify the source header to correct the error.
***** corrected the declare_interface translation and made some modifies for less and less modifies to do.
***** long long,long double are translated correctly. If you find other double or triple (they exist) values just say it here.