Hi everybody!
I have written a small program called langcomp,
that shows each translated key together with the original,
and checks the number of $n variables
it is written in MATLAB
the big problem is that I can't set the encoding, I think it users the
system default, does anybody know?
also I'm only able to compile it for windows

both problems could be solved wit a tcl/tk port, but I don't know tcl/tk,
and have no time to learn (at least until april).
anyone willing to help?

If the developers agree I would release it with aMSN, like the other
translation tools!
Alvaro suggested to add it in the amsn-extras repositories

let me know what you think!

MATLAB compiles to a .ctf archive, together with a C wrapper;
it also compiles the C wrapper to windows executable,
so it becomes standalone. It should be possible to compile the C
wrapper with any C compiler. I tried with Dev-Cpp but got the
following errors

In file included from D:\work\langcomp\Nuova cartella\langcomp_main.c:9:
D:\work\langcomp\Nuova cartella\/mclmcr.h:351: error: conflicting
types for 'int32_t'
C:/Programmi/Dev-Cpp/include/stdint.h:31: error: previous declaration
of 'int32_t' was here

In file included from D:\work\langcomp\Nuova cartella\langcomp_main.c:9:
D:\work\langcomp\Nuova cartella\/mclmcr.h:917: error: syntax error
before "mxInt64"
D:\work\langcomp\Nuova cartella\/mclmcr.h:920: error: syntax error
before "mxUint64"

so I'm only able to compile it in matlab, for windows.
if someone has matlab installed on linux/mac, I will send the source,
so it can be compiled to the different OSes.

Of course the best solution would be to port it to tcl/tk, and that would
solve the encoding issue too (?)

Attachment: screenshot.PNG
Description: PNG image

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Amsn-devel mailing list
Amsn-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amsn-devel

Reply via email to