Hi Guillermo,

I have this version of Harbor:
--------------------------------------------------------------
C:\HarbourMinGW\bin>harbour
Harbour 1.0.1dev Intl. (Rev. 9229)
Copyright (c) 1999-2008, http://www.harbour-project.org/
--------------------------------------------------------------
and here is not hbwin, What is equivalent to hbwin in this version?

It was called hbw32 lib in <= 1.0.1.

Well, I've built a version from the current SVN and I get these messages:
--------------------------------------------------------------
D:\harbour>make_gnu
c:\mingw\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin \ld.exe: cannot find -lhbmainstd

Difficult to tell. I'd recommend starting with a
clean Harbour source tree, and to try with this command
after putting msys, then mingw bin dirs in your PATH:

'sh make_gnu.sh install'

This works here with 4.1.2, but should also with 3.4.5.

When compiling my PRG, which has only this:
--------------------------------------------------------------
function main ()
  aPrn: GETPRINTERS = ()
  wait
  RETURN NIL
--------------------------------------------------------------
I get these messages:
--------------------------------------------------------------
Proyecto: tst_CT, Entorno: H_SVN_MinGW:
[1]:Harbour.Exe tst_Prn.prg /m /w0 /es2 /a /b /iC: \HRBSVN~1\Include /oObj\tst_Prn.c
Harbour 1.1.0dev (Rev. 9894)
Copyright (c) 1999-2008, http://www.harbour-project.org/
Compiling 'tst_Prn.prg'...
Lines 99, Functions/Procedures 2
Generating C source output to 'Obj\tst_Prn.c'... Done.
[1]:gcc.Exe -IC:\HRBSVN~1\Include -mno-cygwin -Wall -c tst_Prn.c - otst_Prn.o
[1]:gcc.Exe -otst_CT.Exe -Wall -mno-cygwin  -mconsole tst_CT.gcl

You'll need to add Windows winspool lib to your liblist
in order to use these functions in hbwin lib.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to