FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Error in FWH 13.01
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Error in FWH 13.01
Posted: Mon Feb 04, 2013 01:59 PM
Hello,

While recompiling and linking my application in FWH 13.01, I got this error :
Unresolved external symbol : '_HB_FUN_SETOWNERDRAWITEMHEIGHT'
This error doesn't occur in FWH 12.12.

Anyone any idea?

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error in FWH 13.01
Posted: Mon Feb 04, 2013 04:22 PM
Michel,

Please check that you have this code in FWH/source/winapi/dlogbox.c

Code (fw): Select all Collapse
static UINT itemHeight = 0;

//----------------------------------------------------------------------------//

HB_FUNC( SETOWNERDRAWITEMHEIGHT )
{
   itemHeight = hb_parnl( 1 );
}
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Error in FWH 13.01
Posted: Mon Feb 04, 2013 04:27 PM

Antonio,

Yes, this code is in dlogbox.c

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error in FWH 13.01
Posted: Mon Feb 04, 2013 04:48 PM

Michel,

Please build this in samples folder:

buildh.bat ownerdra

and let me know if it properly gets built and run, thanks

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Error in FWH 13.01
Posted: Tue Feb 05, 2013 09:21 AM

Antonio,

Unfortunately, I got a fatal linking error : Unable to open file 'UUID.LIB'.

What's next?

Thanks.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Error in FWH 13.01
Posted: Tue Feb 05, 2013 01:14 PM

Antonio,

I noticed that the function SETOWNERDRAWITEMHEIGHT is used in the combobox class.

I also notice that the SETOWNERDRAWITEMHEIGHT function was first used in FWH 12.04. I never had any problems with it until FWH 13.01.

I just wanted to let you know it.

Thanks.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 883
Joined: Thu Dec 24, 2009 12:46 AM
Re: Error in FWH 13.01
Posted: Tue Feb 05, 2013 01:28 PM
driessen wrote:Unfortunately, I got a fatal linking error : Unable to open file 'UUID.LIB'.


Maybe you changed your BCC compiler and you have to modify the configuration files???

http://forums.fivetechsupport.com/viewtopic.php?f=17&t=13098

=====>

Bayron Landaverry
xBasePHP.com
(215)2226600 Philadelphia,PA, USA
MayaBuilders@gMail.com
Guatemala

FWH25.06--Harbour 3.0.0--BCC7.7--UEstudio 10.10
Windows 10

FiveWin, One line of code and it's done...

Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Error in FWH 13.01
Posted: Tue Feb 05, 2013 01:33 PM

No, Bayron. I did not change the BBC compiler nor the configuration files.

To Antonio.

I noticed a big difference in the size of FiveHM.lib. In FWH 12.12 it is 4.027.690 bytes, in FWH 13.01 it is only 1.900 bytes.

I just wanted to let you know it.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 195
Joined: Sun Jul 22, 2012 07:01 PM
Re: Error in FWH 13.01
Posted: Wed Feb 06, 2013 12:39 AM

Antonio,

I am getting a number of unresolved externals with this build, pretty much the same list as was seen with a similar/same problem with 12.09 which was subsequently fixed.

viewtopic.php?f=3t=25302

Robb

&

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error in FWH 13.01
Posted: Wed Feb 06, 2013 09:48 AM

Michel, Robb,

There is a new build for FWH 13.01 already available :-)

I am sorry for this, but the same problem that we experienced past month happened this time: the computer where FWH was built did not have MSVC 2010 cause we are using Visual Studio 2012 for Windows 8 on such computer.

We are going to install MSVC 2010 too on such computer so hopefully this will not happen again :-)

(I am also considering to modify our make file to alert us about this)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 368
Joined: Sun May 31, 2009 06:25 PM
Re: Error in FWH 13.01
Posted: Wed Feb 06, 2013 11:34 AM

With this new release the size of my .EXEs went back to normal.

Regards,



André Dutheil

FWH 13.04 + HB 3.2 + MSVS 10
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Error in FWH 13.01
Posted: Wed Feb 06, 2013 12:15 PM

Andre,

Mistery solved, many thanks :-)

We apologize for this, we do acknowledge that we use Borland more than MSVC

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Error in FWH 13.01
Posted: Wed Feb 06, 2013 03:25 PM

Antonio,

Thanks a lot for your help.
Everything is running just fine now.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Continue the discussion