-----Messaggio Originale----- Da: "Viktor Szakáts" <[email protected]>
A: "Harbour Project Main Developer List." <[email protected]>
Data invio: mercoledì 16 settembre 2009 0.47
Oggetto: Re: [Harbour] Another OLE problem


You should put BCC (or your compiler of
preference) in the PATH before running hbmk2.

Probably you have HB_COMPILER set in your
environment which forces BCC. I'd suggest
to delete it, it's not required anymore for
Harbour.

This is what I'm using now:

SET PATH=e:\bcc55\bin;%PATH%
hbmk2 bug

and this is what I get:

Harbour 2.0.0beta3 (Rev. 12501)
Copyright (c) 1999-2009, http://www.harbour-project.org/
Compiling 'bug.prg'...
Lines 16, Functions/Procedures 1
Generating C source output to 'bug.c'... Done.
bug.c:
Error E2209 bug.c 7: Unable to open include file 'hbvmpub.h'
Error E2209 bug.c 8: Unable to open include file 'hbinit.h'
Error E2258 bug.c 11: Declaration was expected in function HB_FUNC
Error E2258 bug.c 12: Declaration was expected in function HB_FUNC
Error E2258 bug.c 15: Declaration was expected in function HB_FUNC
Error E2188 bug.c 16: Expression syntax in function HB_FUNC
Warning W8070 bug.c 16: Function should return a value in function HB_FUNC
Warning W8057 bug.c 16: Parameter 'MAIN' is never used in function HB_FUNC
Error E2040 bug.c 16: Declaration terminated incorrectly
*** 7 errors in Compile ***
hbmk2: Error: Running C compiler. 1
bcc32.exe -c -q -tWM -d -6 -O2 -OS -Ov -Oi -Oc -DHB_FM_STATISTICS_OFF -IE:\include bug.c

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
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to