[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[TSVN] Re: problems on NT4 from up version 1.07 to 1.08

From: <craigb_at_ati-uk.com>
Date: 2004-07-27 11:32:50 CEST

SteveKing wrote:
>Problem is: that file has
>a bug which prevents it from compiling. So I just added the fixed header
>file to our project.

FWIW, I recently had to use GetLongPathName for NT4/2k at work and also ran
into compilation problems with NewAPIs.h

I worked around the problem by #include'ing NewAPIS.h into a .c file, rather
than a .cpp file, and wrapping GetLongPathName in my own extern "C"
function, which I could then use in C++ source files.

cheer,
Craig

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Jul 27 12:39:13 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.