Issue 19934 - TestTool does not communicate with some Win32 versions
Summary: TestTool does not communicate with some Win32 versions
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: current
Hardware: PC Windows XP
: P2 Trivial (vote)
Target Milestone: OOo 2.0
Assignee: jogi
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-23 13:10 UTC by jogi
Modified: 2003-10-06 09:05 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description jogi 2003-09-23 13:10:24 UTC
TestTool does not communicate with the office (SRC680m7) on some Win32 machines.
Comment 1 jogi 2003-09-23 13:11:57 UTC
- Added owner of automation project to the cc:-list
- System: Win XP
Comment 2 hjs 2003-09-23 17:36:03 UTC
somehow there now exists a dependency for "sts680mi.dll" (the testtool
communication library in the office) on "msvci70.dll" which wasn't
there before. if this dll exists for any reason the TestTool works
fine. i'll search for the root cause of this change.
Comment 3 hjs 2003-09-24 16:52:49 UTC
found root cause in __declspec(dllimpor), an additional include
somewhere in UNO and a poorly maintained makefile in
"automation/util". this combination caused three symbols to be taken
from msvci70.dll, which was still linked in "automation", instead of
"msvcr70.dll.
fixed link line.
Comment 4 hjs 2003-09-25 15:13:25 UTC
please check in sal04
Comment 5 jogi 2003-09-26 13:39:39 UTC
Seen okay in SRC680/sal04.
Comment 6 jogi 2003-09-26 13:40:18 UTC
verified.
Comment 7 jogi 2003-10-06 09:05:13 UTC
works fine in SRC680m8.