how to retrieve office automation error descriptions?

V

vavan

Hello, All!

I found "microsoft word 97 automation error list" in q244491 and it is very useful. is there a way
to retrieve those help strings programmatically somehow? I mean not from manually created error
table in my application but from the winword itself? the error list file from q244491 mentions "us
english text description as taken from the word resource file", what is it?
 
S

Steve Rindsberg

Hello, All!

I found "microsoft word 97 automation error list" in q244491 and it is very useful. is there a way
to retrieve those help strings programmatically somehow? I mean not from manually created error
table in my application but from the winword itself? the error list file from q244491 mentions "us
english text description as taken from the word resource file", what is it?

This program or one like it might let you extract resource information like this:

http://angusj.com/resourcehacker/
 
V

vavan

Hello, Steve!
You wrote on Tue, 14 Apr 2009 10:36:32 -0400:

SR> This program or one like it might let you extract resource information like this:

I should had mentioned that I altready looked for resource strings within winword.exe before I asked
my question, there are no those resources there
 
S

Steve Rindsberg

Hello, Steve!
You wrote on Tue, 14 Apr 2009 10:36:32 -0400:

SR> This program or one like it might let you extract resource information like this:

I should had mentioned that I altready looked for resource strings within winword.exe before I asked
my question, there are no those resources there

They're not necessarily in the EXE. In fact they're probably in a separate DLL. Check the
other EXE/DLL files in the same directory as the EXE and look for other directories in the
Office hierarchy that have the language id of the language you're after ... 1033 for US
English, for example.
 
V

vavan

Hello, Steve!
You wrote on Wed, 15 Apr 2009 10:19:43 -0400:

well, I scanned the whole "windows" and "program files" catalogs using wonderful utility called HR
Plus - still no luck

With best regards, vavan
 
S

Steve Rindsberg

Hello, Steve!
You wrote on Wed, 15 Apr 2009 10:19:43 -0400:

well, I scanned the whole "windows" and "program files" catalogs using wonderful utility called HR
Plus - still no luck

I don't know any more than what I've suggested, I'm afraid.
 
T

Tony Jollans

The strings are - or should be - in WWINTL.DLL, which is in the (install
root)\(language id) folder. Whether that is helpful to you is another matter
entirely.
 
V

vavan

Hello, Tony!
You wrote on Thu, 16 Apr 2009 18:01:23 +0100:

TJ> The strings are - or should be - in WWINTL.DLL, which is in the (install
TJ> root)\(language id) folder. Whether that is helpful to you is another matter
TJ> entirely.

do you know how to extract meaningful info I'm looking for from that dll?
 
T

Tony Jollans

No! Sorry. There is no official information; all you can do is look, and
deduce.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top