Thanks to Pete. I've now installed the Platform SDK.
Thanks to Sebastien. I've now configured VC.
I've even gone one step further to update VsVars32.bat called by
VcVars32.bat

However, build.bat still complains missing windows.h which does be inside
SDK\include which does be within INCLUDE environment; maybe a restart could
help?
On the other hand, the IDE build seems fine except I can't find what to
configure LIBCURL_HOME and HTTPD_HOME (for REST) which I guess not required
for normal tests?

On 12/16/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote:

Pete Robbins wrote:
> On 16/12/06, Yang ZHONG <[EMAIL PROTECTED]> wrote:
>> I'm following
>>
http://svn.apache.org/repos/asf/incubator/tuscany/tags/cpp-1.0-incubating-M2-final/sca/GettingStarted.html#winsrc
>>
>> to build SCA on Windows.
>> It seems requiring windows.h.
>> I have Visual C++ 2005 Express (Visual Studio 8 Express) which might
>> become
>> popular for Open Source developer on Windows since it's free.
>> No wndows.h.
>>
>> How to get one please?
>> If possible (SDO doesn't require windows.h), can we remove that
>> requirement
>> please?
>>
>> --
>>
>> Yang ZHONG
>>
>>
>
> Yang,
>
> You need to install the Windows Platform SDK and set it up to work
> with EXpress. The instructions are all on the MS website.
>
> Sadly we do need windows.h as there are platform specific functions
> e.g. file paths/loading.
>

Yes, independent of us using Windows.h or not, Visual C++ 2005 Express
Edition alone is not sufficient and the Microsoft Platform SDK is
required to build Win32 applications. This is explained, with steps to
install the Platform SDK and configure Visual C++ 2005 Express Edition
to use it, at:
http://msdn.microsoft.com/vstudio/express/visualc/usingpsdk/default.aspx

--
Jean-Sebastien


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--

Yang ZHONG

Reply via email to