New FWH 17.09

New FWH 17.09

Postby Antonio Linares » Wed Oct 04, 2017 7:45 pm

regards, saludos

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

Re: New FWH 17.09

Postby driessen » Thu Oct 05, 2017 7:17 pm

Antonio,

I got an error when building my application with xHarbour Builder.
The error : Unresolved external symbol '_PrintWindow referenced from FiveHCM.lib (Ribbon.obj)'.
What can I do to solve this problem?

Thanks.
Regards,

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

Re: New FWH 17.09

Postby Antonio Linares » Thu Oct 05, 2017 9:55 pm

Michel,

Again we need to create a xfw.lib from a xfw.def file:

We use peinfo.exe to inspect Windows user32.dll and obtain the ordinal number of each function:
https://bitbucket.org/fivetech/fivewin-contributions/downloads/peinfo.exe

xfw.def
Code: Select all  Expand view
LIBRARY     USER32.DLL

EXPORTS
    GetMenuInfo             @1871
    GetWindowLongPtr        @1968
    SetMenuInfo             @2291
    GetMenuBarInfo          @1867
    GetComboBoxInfo         @1814
    GetListBoxInfo          @1862
    PrintWindow             @2195


And finally:
c:\vc98\bin\lib.exe /def:xfw.def /out:xfw.lib

lib.exe is the Microsoft library manager, we use the lib.exe that comes with VC98

Here it is xfw.lib, already built:
https://bitbucket.org/fivetech/fivewin-contributions/downloads/xfw_20171005.zip
regards, saludos

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

Re: New FWH 17.09

Postby driessen » Fri Oct 06, 2017 8:05 am

Antonio,

Thanks a lot for your help.
Problem solved.
Have a nice weekend.
Regards,

Michel D.
Genk (Belgium)
_____________________________________________________________________________________________
I use : FiveWin for (x)Harbour v. 24.02 - Harbour 3.2.0 (February 2024) - xHarbour Builder (January 2020) - Bcc77
User avatar
driessen
 
Posts: 1380
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 10 guests