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

Re: [TSVN][PATCH]workaround for DBTYPE declaration conflict

From: Stefan Fuhrmann <stefanfuhrmann_at_alice-dsl.de>
Date: 2005-08-20 22:29:15 CEST

Joseph Galbraith <galb@vandyke.com> wrote:
> These three lines are the only lines we need?
>
> Probably the ultimate fix lies within db.h... so we'll
> want to report the problem to sleepycat.

I will probably do that next week.

> A new cpp file which _does not_ use stdafx.h
> and contains:
>
> #include "..\..\ext\Subversion\db4-win32\include\db.h"
>
> const int g_iDB_VERSION_MAJOR = DB_VERSION_MAJOR;
> const int g_iDB_VERSION_MINOR = DB_VERSION_MINOR;
> const int g_iDB_VERSION_PATCH = DB_VERSION_PATCH;
*snip*

THANKS - That's the solution! Think, I have work to much on
TSVN this week (it's been my holiday anyway): I often used
this technique myself ...

Today, I spent two joyless hours to trying to find a working
combination of preprocessor macros. And failed, of course.
It seems that _AFX_NO_OCC_SUPPORT actually affects
CWinApp's vtable for some reason.

Again, thanks!
Stefan.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sat Aug 20 22:41:28 2005

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.