[sword-devel] Conflicts with class POSITION

David Trotz (Integrity Online) sword-devel@crosswire.org
Tue, 3 Apr 2001 14:00:34 -0700


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.
>
>
>
>