You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ka...@hydrometer.de on 2013/05/27 11:33:07 UTC

Win32Svn Binaries - wspiapi.h include

Hi folks!

Please add me to the CC list on this topic, I am not subscribed.

I try to implement the svn lib in my own software using the Win32Svn 
binary package (Version 1.7.9 - apache22).
My compiler is the Visual C++ 6.0, the operating system is Windows XP.


When I try to compile there occurs an error "Cannot find include file 
'wspiapi.h' " in the apr.h. 
I think this files is provided by the Windows SDK 7.0A from Microsotft. 
But I don't know, why I need this for Windows XP.
When I delete the include lines, the project can be compiled without 
error.

What do you guess? How could I handle this problem?


Thank you all , Kai.


Bitte überlegen Sie, ob Sie diese Nachricht wirklich ausdrucken müssen/ 
before printing, think about environmental responsibility.

Hydrometer GmbH, Industriestraße 13, 91522 Ansbach
Telefon + 49 981 1806 0, Telefax +49 981 1806 615
Sitz der Gesellschaft: Ansbach, Registergericht: Ansbach HRB 69
Geschäftsführer: Frank Gutzeit (Sprecher), Dr.-Ing. Robert Westphal, 
Thomas Gastner, Adam Mechel

Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese 
E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Informieren Sie uns bitte, wenn Sie diese E-Mail fälschlicherweise 
erhalten haben. Bitte löschen Sie in diesem Fall die Nachricht. Jede 
unerlaubte Form der Reproduktion, Bekanntgabe, Änderung, Verteilung 
und/oder Publikation dieser E-Mail ist strengstens untersagt.

The contents of the above mentioned e-mail is not legally binding. This 
e-mail contains confidential and/or legally protected information. Please 
inform us if you have received this e-mail by mistake and delete it in 
such a case. Each unauthorized reproduction, disclosure, alteration, 
distribution and/or publication of this e-mail is strictly prohibited.



Re: Win32Svn Binaries - wspiapi.h include

Posted by "Alagazam.net Subversion" <sv...@alagazam.net>.
Hi Kai!

For some reason I've patched apr.h with this #include to get it build, 
but I don't remember why.
After a quick look at the file (wspiapi.h) i suppose it is to get the 
definition of "getaddrinfo" function, which is used by apr.
Maybe I should have done this patch in some cpp file instead.

If you get it build without it I think it's safe.

Best regard

David  a.k.a.  Alagazam
Maintainer of Win32Svn binaries

On 2013-05-27 11:33, Kai-Uwe.Schieser@hydrometer.de wrote:
> Hi folks!
>
> Please add me to the CC list on this topic, I am not subscribed.
>
> I try to implement the svn lib in my own software using the Win32Svn 
> binary package (Version 1.7.9 - apache22).
> My compiler is the Visual C++ 6.0, the operating system is Windows XP.
>
>
> When I try to compile there occurs an error "Cannot find include file 
> 'wspiapi.h' " in the apr.h.
> I think this files is provided by the Windows SDK 7.0A from 
> Microsotft. But I don't know, why I need this for Windows XP.
> When I delete the include lines, the project can be compiled without 
> error.
>
> What do you guess? How could I handle this problem?
>
>
> Thank you all , Kai.
>
>
> ------------------------------------------------------------------------
> Bitte überlegen Sie, ob Sie diese Nachricht wirklich ausdrucken 
> müssen/ before printing, think about environmental responsibility.
>
> Hydrometer GmbH, Industriestraße 13, 91522 Ansbach
> Telefon + 49 981 1806 0, Telefax +49 981 1806 615
> Sitz der Gesellschaft: Ansbach, Registergericht: Ansbach HRB 69
> Geschäftsführer: Frank Gutzeit (Sprecher), Dr.-Ing. Robert Westphal, 
> Thomas Gastner, Adam Mechel
>
> Der Inhalt der vorstehenden E-Mail ist nicht rechtlich bindend. Diese 
> E-Mail enthält vertrauliche und/oder rechtlich geschützte 
> Informationen. Informieren Sie uns bitte, wenn Sie diese E-Mail 
> fälschlicherweise erhalten haben. Bitte löschen Sie in diesem Fall die 
> Nachricht. Jede unerlaubte Form der Reproduktion, Bekanntgabe, 
> Änderung, Verteilung und/oder Publikation dieser E-Mail ist 
> strengstens untersagt.
>
> The contents of the above mentioned e-mail is not legally binding. 
> This e-mail contains confidential and/or legally protected 
> information. Please inform us if you have received this e-mail by 
> mistake and delete it in such a case. Each unauthorized reproduction, 
> disclosure, alteration, distribution and/or publication of this e-mail 
> is strictly prohibited.
>
>