Ariel Constenla-Haile <arie...@apache.org> has asked  for
4.0.1_release_blocker:
Bug 123283: Client applications broken on Windows
https://issues.apache.org/ooo/show_bug.cgi?id=123283


------- Additional Comments from Ariel Constenla-Haile <arie...@apache.org>
- 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org

Reply via email to