harbour error from cvs : unicows.dll

harbour error from cvs : unicows.dll

Postby norberto » Mon Apr 23, 2012 4:47 pm

hi, i try compile harbour from cvs and get the error:

hbpp.exe : missing UNICOWS.DLL

how to solve this?

very thanks
Last edited by norberto on Thu May 10, 2012 12:05 pm, edited 1 time in total.
norberto
 
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: harbour unicows.dll

Postby nightwalker » Tue Apr 24, 2012 3:56 am

Bcc58 bcc6x will have the same problem

bcc55 no error
nightwalker
 
Posts: 5
Joined: Sat Oct 04, 2008 1:40 pm

Re: harbour unicows.dll

Postby norberto » Sun May 06, 2012 6:15 am

hi, nothing for this? im only one using bcc58 and try to compile harbour from cvs?
norberto
 
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: harbour unicows.dll

Postby norberto » Wed May 09, 2012 7:31 pm

HI, no one using harbour (cvs) + bcc??
norberto
 
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: harbour error from cvs : unicows.dll

Postby luiz53 » Thu May 10, 2012 7:13 pm

eu tive o mesmo problema e ainda nao consegui resolver...
minha maquina é windows 7
estou usando o bcc 582
luiz53
 
Posts: 43
Joined: Fri Jun 01, 2007 12:41 pm

Re: harbour error from cvs : unicows.dll

Postby norberto » Thu May 10, 2012 7:39 pm

Luiz, parece que somos os unicos usando bcc582+harbour svn. (seems to be only two using this combination , maybe they using vc or gcc or old versions of harbour). :?
Last edited by norberto on Thu May 10, 2012 9:15 pm, edited 1 time in total.
norberto
 
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: harbour error from cvs : unicows.dll

Postby Antonio Linares » Thu May 10, 2012 8:48 pm

Norberto,

Do you get the same error when you run Harbour ?

We have no problems at all using BCC582 and Harbour from its SVN repository. You can download our builds from here:

http://code.google.com/p/harbour-and-xharbour-builds/downloads/list
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42089
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: harbour error from cvs : unicows.dll

Postby norberto » Thu May 10, 2012 9:14 pm

Antonio, sorry, the error is harbour (svn - last version) and bcc582.
norberto
 
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: harbour error from cvs : unicows.dll

Postby norberto » Thu May 10, 2012 9:19 pm

Antonio, try compile with svn after 04/04/2012.
norberto
 
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: harbour error from cvs : unicows.dll

Postby ADutheil » Fri May 11, 2012 7:38 pm

Norberto,

Have a look at this changelog entry
Code: Select all  Expand view
2012-04-01 16:30 UTC+0200 Viktor Szakats (harbour syenar.net)
  * config/win/mingw.mk
    + solved mingw harbour dll and unicows problem, so now
      -shared Harbour executables built using mingw will be able
      to run on Win9x, "out of the box".
      (has a downside that now separate compile pass is needed
      to build objects with -DHB_DYNLIB (like with all the other
      C compilers), but I left it enabled anyways to give uniform
      support for unicows by default, including the nightly and
      official builds.)

  * config/win/watcom.mk
  * config/win/xcc.mk
  * config/win/icc.mk
  * config/win/pocc.mk
  * config/win/bcc.mk
  * config/win/msvc.mk
    * restored to link 3rd libs (currently unicows, if available)
      to harbour-*.dll with above compilers. These are currently
      noops (except for bcc, where it just doesn't work),
      they are fundemantally correct, but may require further
      C compiler specific mods.

  ; TODO: problem with bcc harbour-*.dll remains. unicows is present,
          specified, but ignored when linking, even though it'
s not ignored
          when contrib dlls are built using similar method. I leave
          resolving this problem to bcc users.
 
Regards,

André Dutheil
FWH 13.04 + HB 3.2 + MSVS 10
ADutheil
 
Posts: 368
Joined: Sun May 31, 2009 6:25 pm
Location: Salvador - Bahia - Brazil

Re: harbour error from cvs : unicows.dll

Postby norberto » Fri May 11, 2012 8:06 pm

HI thanks, so last harbour dont work with bcc... changelog =>(except for bcc, where it just doesn't work).

someone from harbour team can solve this or time to change to visual c+ or mingw ?
norberto
 
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: harbour error from cvs : unicows.dll

Postby Enrico Maria Giordano » Fri May 11, 2012 9:20 pm

norberto wrote:someone from harbour team can solve this or time to change to visual c+ or mingw ?


Time to drop Harbour and its team.

EMG
User avatar
Enrico Maria Giordano
 
Posts: 8713
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia

Re: harbour error from cvs : unicows.dll

Postby norberto » Sat May 12, 2012 11:38 am

I know harbour its a open source project and we can not demand anything of the contributors, but breaking compatibility would be something wrong? type changed it to a compiler, and others be damned. :?
norberto
 
Posts: 566
Joined: Thu Aug 30, 2007 3:40 pm
Location: BR

Re: harbour error from cvs : unicows.dll

Postby Antonio Linares » Sat May 12, 2012 5:45 pm

Norberto,

same error here. I have also reported it to the Harbour dev list.

In the meantime, you can download the most recent nightly build from here:

http://sourceforge.net/projects/harbour-project/files/binaries-windows/nightly/

And copy hbpp.exe, harbour.exe and hbmk2.exe to your Harbour bin/win folder so you can build Harbour. You need to "touch" (change date-time) them so the make won't rebuild them again.

Its a temporary solution, but it may solve the problem
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42089
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: harbour error from cvs : unicows.dll

Postby Antonio Linares » Sat May 12, 2012 6:00 pm

Norberto,

Here you have it:
http://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=harbour_bcc582_20120512.zip&can=2&q=

Temporarly it uses harbour.exe, hbpp.exe and hbmk2.exe from the MinGW nightly build

It seems to be working fine :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 42089
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Next

Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: Google [Bot] and 103 guests