Error in FWH 13.01

Error in FWH 13.01

Postby driessen » Mon Feb 04, 2013 1: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. 24.07 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
User avatar
driessen
 
Posts: 1422
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: Error in FWH 13.01

Postby Antonio Linares » Mon Feb 04, 2013 4:22 pm

Michel,

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

Code: Select all  Expand view
static UINT itemHeight = 0;

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

HB_FUNC( SETOWNERDRAWITEMHEIGHT )
{
   itemHeight = hb_parnl( 1 );
}  
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: Error in FWH 13.01

Postby driessen » Mon Feb 04, 2013 4:27 pm

Antonio,

Yes, this code is in dlogbox.c
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.07 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
User avatar
driessen
 
Posts: 1422
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: Error in FWH 13.01

Postby Antonio Linares » Mon Feb 04, 2013 4: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
User avatar
Antonio Linares
Site Admin
 
Posts: 42089
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Error in FWH 13.01

Postby driessen » Tue Feb 05, 2013 9: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. 24.07 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
User avatar
driessen
 
Posts: 1422
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: Error in FWH 13.01

Postby driessen » Tue Feb 05, 2013 1: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. 24.07 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
User avatar
driessen
 
Posts: 1422
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: Error in FWH 13.01

Postby Bayron » Tue Feb 05, 2013 1: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
(215)2226600 Philadelphia,PA, USA
+(502)46727275 Guatemala
MayaBuilders@gMail.com

FWH12.04||Harbour 3.2.0 (18754)||BCC6.5||UEstudio 10.10||
Windows 7 Ultimate

FiveWin, One line of code and it's done...
User avatar
Bayron
 
Posts: 815
Joined: Thu Dec 24, 2009 12:46 am
Location: Philadelphia, PA

Re: Error in FWH 13.01

Postby driessen » Tue Feb 05, 2013 1: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. 24.07 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
User avatar
driessen
 
Posts: 1422
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium

Re: Error in FWH 13.01

Postby rhlawek » 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=3&t=25302

Robb
User avatar
rhlawek
 
Posts: 194
Joined: Sun Jul 22, 2012 7:01 pm

Re: Error in FWH 13.01

Postby Antonio Linares » Wed Feb 06, 2013 9: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
User avatar
Antonio Linares
Site Admin
 
Posts: 42089
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Error in FWH 13.01

Postby ADutheil » 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
ADutheil
 
Posts: 368
Joined: Sun May 31, 2009 6:25 pm
Location: Salvador - Bahia - Brazil

Re: Error in FWH 13.01

Postby Antonio Linares » 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
User avatar
Antonio Linares
Site Admin
 
Posts: 42089
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Re: Error in FWH 13.01

Postby driessen » Wed Feb 06, 2013 3: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. 24.07 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc773
User avatar
driessen
 
Posts: 1422
Joined: Mon Oct 10, 2005 11:26 am
Location: Genk, Belgium


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 115 guests