 |
|
 |
Hello.
I think this tools is so great.
But, after downloading bcgcb, I have compiled this project and run it in debug mode.
but I got error "mfco42d.dll" access violation.
Could you tell me why?
-- Gordon
|
|
|
|
 |
|
 |
This is incredibly useful to those of us who manage small translation projects.
Has anyone come up with an answer to its logical sister issue --- can one do a word count on a Smart Translator prj file?
cheers,
Sherrie
The harder I work, the luckier I get.
|
|
|
|
 |
|
 |
What kind of translate we trying to do here:
How about a sample project and just what this "Install" going to mean for the machine.
|
|
|
|
 |
|
 |
Can you read, yes then read the article before post things like this topic
Description
I started writing SmartTranslator to provide the users of SmartFTP a simple way to translate their resource strings to other languages.
Introduction
SmartTranslator demonstrates how to extract, update and write resources to executables. It uses the BeginUpdateResource, UpdateResource and EndUpdateResource functions, so it will only work on Windows NT 4.0 or Window 2000.
|
|
|
|
 |
|
 |
is this project dead (or deemed completed)?
I ask because I would like to use this program to translate my multifile project (dlls/exe etc) but keep it as one project file.
I have got most of it working well, but I don't want to step on anyones (e.g. the authors) toes.
I'm happy to expand this project and post back to CP if there is any interest.
|
|
|
|
 |
|
 |
If you noticed that Smart Translator creates corrupted resources, for instance all dialogs are missing; You have to install Hot Fix from Microsoft:
http://support.microsoft.com/?id=833659
|
|
|
|
 |
|
 |
Thank you
|
|
|
|
 |
|
 |
:-DHello. This tool is very wonderful. I was looking for the tool for translating a program.
It seems that however, there is a bug in the writing of a string-resource portion when treating Japanese.
By making the 173/174th line of ResourceWriter.cpp into
int nwLen = MultiByteToWideChar(CP_ACP, 0, str, -1, lpStr (LPWSTR), and nLen+1);
put_string(nwLen, lpStr);
, it was written in correctly.
doesn't this new version exist anywhere?
If it is, you come out, and am I able to make a new program from this sample?
a great sample -- thank you
|
|
|
|
 |
|
 |
I downloading Smart Translator 1.0 and got the two files SmartTrans_Installer.zip and SmartTranslator_src.zip. And install it
But I don't know how to set it up... Can't anyone tell what I need
to do??? Thanks for your time and help....
|
|
|
|
 |
|
 |
SmartTrans_Installer.zip contains SmartTrans.exe which is actual installer and it will setup Translator for you
|
|
|
|
 |
|
 |
Has someone a link to download the 4.7 Version,which was free ?
Thanks in advance.
I want to extend the version to export the lists to excel and to import it after translation again.
( But only with BGC Control 4.7 )
|
|
|
|
 |
|
 |
I want to change the file version but it changes only the StringFileInfo
Is there a way to change the file version in a binary file.
I got to the resource that is of type RT_VERSION with the FindResource() function, did load and luck functions, then want to change some how the version info and to put it backinto the binary file with the functions BeginUpdateResource() UpdateResource() EndUpdateResource()
Thank you in advance.
|
|
|
|
 |
|
 |
i cant get it to compile w/o the library, oh well
ill try the installation file
|
|
|
|
 |
|
 |
Please, I am french and I wanted a english-french dictionnary compatible with smart translator ...
Thank you.
|
|
|
|
 |
|
 |
I would like to build a database of the translated text. I have tried the save as... It appears to be a text file but I am not sure how it is delimited. Any info on the file format?
|
|
|
|
 |
|
 |
I want to know how to do work on the windows 95/98 beacuse I have an windows 98.
I read the following description.
WIN NT/2000 WIN95/98
BeginUpdateResource() -> ?
UpdateResource() -> ?
EndUpdateResource() -> ?
-Introduction-
SmartTranslator demonstrates how to extract, update and write resources to executables. It uses the BeginUpdateResource, UpdateResource and EndUpdateResource functions, so it will only work on Windows NT 4.0 or Window 2000.
|
|
|
|
 |
|
 |
read about mslu and unicows.dll
it was a bug on those updateresource functions inside that dll ..but was fixed
greatz
|
|
|
|
 |
|
 |
Hi, I succeed in finding an example of resource reallocation at last! This one seems interesing. I wrote a kind of resource compiler but it seems not to work correctly. In particular it does not update string resource name once they have been imported and, what's more, it does not import large amount of strings after a very small amount!!!. Thanks to all the author
De Nardis Andrea
|
|
|
|
 |
|
 |
Where I can Download Dictionnaries ?????
Please Write me to :
Pastis_duval@voila.fr
|
|
|
|
 |
|
 |
Where I can download dictionnaries ????
|
|
|
|
 |
|
 |
This looks like a great utility. I was wondering if you had any pointers on starting with a DLL that has already been translated. Do I just have to copy/paste from the translated RC file the first time around?
Thanks,
Dean
|
|
|
|
 |
|
 |
Did you ever get this sorted? I've just found out the import format is: English <tab> ShortcutKey <tab> Translation <tab> ShortcutKey <newline> If you're still interested after 15 months of waiting... Neil
|
|
|
|
 |
|
 |
I probably missed something, but when I import a Microsoft Glossary, the import finishes OK, but nothing appears in the dictionary pan !
What's wrong ?
Regards
|
|
|
|
 |
|
 |
After opening a project, if you do Project->Update program crashes. This is due to the NULL 'pos' pointer in Project.cpp line no 326. I added the following 'if(pos)' check and the program works fine, I guess.
if(pos)
GetResourceInfo().m_Menus.GetNext(pos);
btw... it is a great program Mike...
|
|
|
|
 |
|
 |
I have found this and some other bugs and a update would be posted the next five days.
|
|
|
|
 |