Hi,
the port for Visual Studio 2005 Express (CWS obo05) has been integrated
and will be available with milestone m186 (SRC680).
Known limits:
* ActiveX Control isn't supported due to missing ATL/MFC support
* .NET (CLI) bridge doesn't work with Framework 2.0 (see issue #69457#)
Build requirements (free download):
* Compiler
* Platform SDK
* Patch in the header "Microsoft Platform SDK/include/atl/atlwin.h"
(Line 1753):
- for(i = 0; i < m_aChainEntry.GetSize(); i++)
+ for(int i = 0; i < m_aChainEntry.GetSize(); i++)
* Framework SDK 2.0
Many thanks to Volker Quetschke (changes in configure, QA),
Daniel Boelzle (fix for UNO bridge) and Helge Delfs (QA).
Have fun!
Best regards,
Oliver
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]