[sword-devel] Conflicts with class POSITION

Todd Shirey sword-devel@crosswire.org
Wed, 4 Apr 2001 00:23:38 -0400


David,

I've never used CVS. I gave all the files to Troy several months ago and I
understood that he was was going to merge the changes. I could zip
everything up and send it to you if you'd like. If you add the code below to
the top of swkey.h that would solve your problem. You could check it back
ito CVS and because the non VC++ people wouln't have the constant define
they would not be affected.

-----Original Message-----
From: owner-sword-devel@crosswire.org
[mailto:owner-sword-devel@crosswire.org]On Behalf Of David Trotz
(Integrity Online)
Sent: Tuesday, April 03, 2001 5:01 PM
To: sword-devel@crosswire.org
Subject: Re: [sword-devel] Conflicts with class POSITION


You know what I don't have that version. I am using the cvs version, why
wouldn't that have this information? Thanks for your response. I appreciate
it. :)
David

> David,
>
> Look at swkey.h
>
> If you have the correct version you will find:
>
> /**********************************/
> #ifdef __VCBUILD__
> class SW_POSITION {
> char pos;
> public:
> SW_POSITION(char ipos) { pos = ipos; }
> operator char() { return pos; }
> };
>
> #define POSITION SW_POSITION
> #endif
> /**********************************/
>
>
> If you don't have the correct version let me know.
>
>
>
>