What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Translation » Messenger Plus! Translator

Pages: (24): « First [ 1 ] 2 3 4 5 » Last »
4 votes - 5 average   Messenger Plus! Translator
Author: Message:
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
O.P. Shocked  Messenger Plus! Translator
New version 1.2.32.
Download it here.

See what was new in 1.2.23. (next versions fixed little bugs and added some little improvements)

Known bugs:
The program doesn't work with RTL languages (like arabic or hebrew).
Weird RichEdit bug about comas and dashes (not very frequent).


Updates:
Updated on 28th june 3:08am spanish time, version 1.0.5
Updated on 30th june 21:55 spanish time, version 1.0.7
Updated on 2nd july 1:38 spanish time, version 1.1.8
Updated on 2nd july 1:46 spanish time, version 1.1.9
Updated on 3rd july 19:47 spanish time, version 1.1.11
Updated on 6th july 2:22 spanish time, version 1.1.15
Updated on 9th july 0:14 spanish time, version 1.1.16 (960+ downloads)
Updated on 2nd april 16:49 spanish time, version 1.2.23 (40+ downloads)
Updated on 6th april 17:20 spanish time, version 1.2.24 (290+ downloads)
Updated on 23rd april 17:28 spanish time, version 1.2.28 (65 downloads)
Updated on 25th april 14:27 spanish time, version 1.2.29 (7620+ downloads)

Updated on 29th march 2008, 17:28 spanish time, version 1.2.32

Notes:
If the program gives you an error of a missing file try to donwload this file: MPTF.exe (894 Kb). It's a self-extracting RAR compressed file which contains msvbvm60.dll, Richtx32.ocx and comctl32.ocx. (at least) These files are requiered in order the program can work.



Original post:
I've just made a program to help to translate Plus! I know that someone tried to do one program like this, but I think he didn't make it.

The program should be able to work with Unicode, but atm characters from complex languages like Japanesse aren't show correctly (I don't know if my computer doesn't show them well or if I did something wrong; perhaps this second reason :S). All other Unicode-related things, like work with Unicode or ANSI Lang_*.ini files are supposed to work fine :)

The program is very easy to use and you can select english or spanish interface. I would like you to try and test the program and tell me how it does it work. I've witten it in VB6 so you'll probably need these files: msvbvm60.dll and mscomctl.ocx. If you don't have them and if the admins/mods allow me, I can upload them (about 993 Kb compressed).

One last thing: If you try to open Lang_*.ini files saved in Unicode format, please, use Windows NT/2K/XP. Windows 9x/Me doesn't handle Unicode then you won't get the result you want.

Thank you very much.


.exe File Attachment: MsgPlusTrans.exe (132 KB)
This file has been downloaded 4279 time(s).

This post was edited on 03-29-2008 at 04:30 PM by Choli.
Messenger Plus! en español:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
06-24-2003 11:33 PM
Profile PM Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Messenger Plus! Translator
Well, Choli, your program doesn't show my Traditional Chinese correctly...:) It's Unicode Windows XP here...But so far the interface looks great:D
Well, if you need my help just PM me:)
06-25-2003 08:22 AM
Profile PM Web Find Quote Report
jpg050
Full Member
***


Posts: 229
41 / Male / Flag
Joined: Oct 2002
RE: Messenger Plus! Translator
Nice !!! :) But I can't see ñ and & correctly (Usnig XP)
[Image: spaplus.gif]
06-25-2003 10:57 PM
Profile PM Web Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
O.P. RE: Messenger Plus! Translator
quote:
Originally posted by Mnjul
your program doesn't show my Traditional Chinese correctly

I know. I've spent all the day today trying to correct this, but i couldnt do many things :( still trying...
The main problem i have now is how to handle unicode strings and display them in a control. I get the unicode string well but when i assign it to the text box, a strange text is displayed, instead of the right string
quote:
Originally posted by jpg050
But I can't see ñ and & correctly

Sorry. The programm uses a wrong font (i was testing unicode and leave that font by mistake :P) Now i cant upload a fixed version of the program, but i'll do soon (i hope)
Messenger Plus! en español:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
06-26-2003 01:01 AM
Profile PM Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Messenger Plus! Translator
Well Choli...I don't think VB6 is unicode-compatible...Could you tell me how you accomplish that? Every time I want to make unicode-comptible programs I have to use crappy VB .Net ...:\
06-26-2003 01:08 AM
Profile PM Web Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
O.P. RE: Messenger Plus! Translator
Well, this is the 1st time i'm trying to make an unicode-compatible program, and if you're right i won't be able to do that in VB6 (and i don't like VB.NET:() VB6 has functions to convert string from & to unicode, and i'm using the api GetPrivateProfileStringW which is supposed to work with unicode.... Also, if i copy-paste a Traditional Chinese character from word to my control i can see it well but i can't do that in the code (some thing like text4.text=unicode_string)

Anyway, i'll keep trying
* Choli says: go choli go! :P
Messenger Plus! en español:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
06-26-2003 01:26 AM
Profile PM Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Messenger Plus! Translator
Brilliant(Y)
Well, Choli, just try to look for other unicode-compatible APIs to do the Text property accessing...maybe SetWindowTextW can do that...I don't know, I'm not very good at API...:S
Just a suggestion:D
06-26-2003 01:53 AM
Profile PM Web Find Quote Report
Guido
Elite Member
*****

Avatar
Design is Safety

Posts: 4566
Reputation: 50
37 / Male / Flag
Joined: Dec 2002
RE: Messenger Plus! Translator
Wdz was going to do a php script for this, but abandoned the idea.

Very good program, but it doesn't show international characters correctly (as it was reported before) -i.e. ñ, á é í ó ú, etc.
06-26-2003 07:07 PM
Profile E-Mail PM Web Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
O.P. RE: Messenger Plus! Translator
* Choli is happy :)
Good news: I've also tried SetWindowTextW, Mnjul, but didn't work. Thanks anyway. The problem was with the control. Now, i'll use a RichTextBox that shows well all unicode chars if you manage well it, so i've had to learn RTF specifications (:wall::-@:blah:). I think the program will be finished tomorrow and will handle "unicode" laguages ok (maybe right-to-left ones not very well, but give time to the time). Now it's 3:20am here & yesterday I slept less than 6 hours, so i'm going to bed....:zzz:
Messenger Plus! en español:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
06-27-2003 01:20 AM
Profile PM Find Quote Report
Mnjul
forum super mod
******

Avatar
plz wub me

Posts: 5396
Reputation: 58
– / Other / Flag
Joined: Nov 2002
Status: Away
RE: Messenger Plus! Translator
Well Choli brilliant again(Y)...you know, we translators can help you with modifying your neat program:D
06-27-2003 04:12 AM
Profile PM Web Find Quote Report
Pages: (24): « First [ 1 ] 2 3 4 5 » Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On