Hi EMG,

Was this working before, or is this a new file?

My guess, is you're trying to #include clipdefs.h and windows.h
in the same file explicitly.

Try using HB_OS_WIN_USED to include windows.h.

Also see:
2009-02-04 01:09 UTC+0100 Viktor Szakats (harbour.01 syenar hu)

Brgds,
Viktor

On Tue, Feb 10, 2009 at 11:35 PM, Enrico Maria Giordano <
e.m.giord...@emagsoftware.it> wrote:

> I get the following errors compiling one of my modules:
>
> Error E2238 e:\harbour\include\clipdefs.h 88: Multiple declaration for
> 'WORD'
> Error E2344 e:\bcc55\include\windef.h 145: Earlier declaration of 'WORD'
> Error E2238 e:\harbour\include\clipdefs.h 90: Multiple declaration for
> 'PWORD'
> Error E2344 e:\bcc55\include\windef.h 154: Earlier declaration of 'PWORD'
> Error E2238 e:\harbour\include\clipdefs.h 122: Multiple declaration for
> 'HANDLE'
> Error E2344 e:\bcc55\include\winnt.h 283: Earlier declaration of 'HANDLE'
>
> What am I missing?
>
> EMG
>
> --
> EMAG Software Homepage:     http://www.emagsoftware.it
> The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
> The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
> The EMG Music page:         http://www.emagsoftware.it/emgmusic
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to