https://issues.apache.org/ooo/show_bug.cgi?id=123283
Bug ID: 123283
Issue Type: DEFECT
Summary: Client applications broken on Windows
Product: App Dev
Version: 4.0.0
Hardware: All
OS: Windows, all
Status: CONFIRMED
Keywords: regression
Severity: normal
Priority: P3
Component: sdk
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Flags: 4.0.1_release_blocker?
- Set up the SDK environment
- Build the example in
$OO_SDK_HOME/examples/DevelopersGuide/ProfUNO/SimpleBootstrap_cpp
- Try to execute the example by double-clicking the executable, or from a
command prompt without the SDK enviroment
Bug: the client application cannot be executed, due to missing
cppuhelper3MSC.dll
Looks like the unoapploader.exe is setting bad the PATH environment variable
(main/odk/source/unoapploader/win/unoapploader.c)
Expanding the variable to include the AOO program folder, allows to run the
client application:
set "PATH=C:\Program Files (x86)\OpenOffice 4\program;%PATH%"
C:\OpenOffice_4.0_SDK\WINexample.out\bin\SimpleBootstrap.exe
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.