Issue 77980 - Further efforts to support of Windows Vista PSDK
Summary: Further efforts to support of Windows Vista PSDK
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: 680m212
Hardware: PC Windows, all
: P3 Trivial (vote)
Target Milestone: OOo 3.0
Assignee: oliver.bolte
QA Contact: issues@porting
URL:
Keywords:
Depends on: 78034 78047 87346
Blocks:
  Show dependency tree
 
Reported: 2007-05-31 10:04 UTC by oliver.bolte
Modified: 2008-04-24 14:42 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description oliver.bolte 2007-05-31 10:04:26 UTC
This is a follow up issue of #i76713#.
Comment 1 oliver.bolte 2007-05-31 10:20:27 UTC
attachement by vq:

http://www.openoffice.org/nonav/issues/showattachment.cgi/45453/obo12.diff
Comment 2 hjs 2007-05-31 13:21:46 UTC
.
Comment 3 oliver.bolte 2007-05-31 13:27:16 UTC
.
Comment 4 hjs 2007-05-31 13:34:34 UTC
missing winres.h also needs to be addressed...
Comment 5 oliver.bolte 2007-05-31 14:42:38 UTC
For ADO support #i77988# opened.
Comment 6 quetschke 2007-06-01 18:34:17 UTC
I'll prepare a final patch for config_office. Do we have a CWS yet?
Comment 7 oliver.bolte 2007-06-04 09:53:28 UTC
I'll create a cws based on the milestone which contains cws obo12 (hopefully m215)
Comment 8 oliver.bolte 2007-06-04 10:30:46 UTC
Build requirements at:
http://wiki.services.openoffice.org/wiki/Windows#Building_with_Windows_Vista_PSDK
Comment 9 oliver.bolte 2007-07-13 11:13:37 UTC
setting target to 2.4 because not enough time left.
Comment 10 oliver.bolte 2007-10-23 09:17:33 UTC
setting target to 2.x
Comment 11 oliver.bolte 2007-11-09 07:24:39 UTC
Currently its not possible to build OOo with .NET 2005 Express and Vista SDK due
to complete missing ATL support in the SDK. Only the combination .NET 2005
Professional / Vista SDK works.
setting target to 3.0
Comment 12 quetschke 2008-03-18 23:04:59 UTC
Just as a reminder for myself: When building with VS2005 Express / Windows SDK,
configure needs to set:

export WINDOWS_VISTA_PSDK=TRUE
export DISABLE_ATL=TRUE
export DISABLE_ADO=TRUE

With the old patch and the three variables set OOo (m3) still builds fine, see
tinderbox.
Comment 13 quetschke 2008-03-18 23:08:21 UTC
.. and
 --disable-activex
needs to be set.
Comment 14 oliver.bolte 2008-03-19 09:43:53 UTC
Hi Volker,

thank you for your help! :-)
The DISABLE_ADO=TRUE switch is obsolete. ADO works with the new Vista SDK.
The reason for that was a missing header in an older Vista SDK version (what a
mess).
I'm not happy with the currently missing ATL stuff, but I hope we get rid of the
dependency to ATL soon (constant dripping wears away the stone ;-) )

Best regards
Oliver
Comment 15 oliver.bolte 2008-04-24 14:42:03 UTC
fixed.
Comment 16 oliver.bolte 2008-04-24 14:42:49 UTC
closed.