problem in Mdi

problem in Mdi

Postby Silvio.Falconi » Mon Jan 16, 2023 12:37 pm

when I size the child window I not see the icons od sizes ( at right)

How it is possible ?

Image

there is an error on menu class , I allready notice this error many years ago

on init I see it

Image

then it is hided
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6772
Joined: Thu Oct 18, 2012 7:17 pm

Re: problem in Mdi

Postby Antonio Linares » Tue Jan 17, 2023 8:46 am

Dear Silvio,

I just tested it using samples\FIveDBU.prg and works fine

Please test samples\FiveDBU.prg and let me know if you get the same error with it

many thanks
regards, saludos

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

Re: problem in Mdi

Postby Silvio.Falconi » Tue Jan 17, 2023 10:21 am

Antonio Linares wrote:Dear Silvio,

I just tested it using samples\FIveDBU.prg and works fine

Please test samples\FiveDBU.prg and let me know if you get the same error with it

many thanks


Fdbu not have Menuitem.....Help
then I cannot compile fwdbu because I hace these errors
Code: Select all  Expand view
Error: Unresolved external 'mysql_list_tables' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_list_dbs' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_field_count' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_affected_rows' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_list_fields' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_fetch_field' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_hex_string' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_real_query' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_use_result' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_fetch_fields' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_real_escape_string' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_escape_string' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_store_result' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_data_seek' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_num_fields' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_fetch_row' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_fetch_lengths' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_stmt_bind_param' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_set_server_option' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_autocommit' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_insert_id' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_get_client_info' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_character_set_name' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_get_server_info' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_ping' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_select_db' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_errno' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_error' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_info' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_next_result' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_free_result' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_close' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_server_end' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_num_rows' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_stmt_init' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_stmt_prepare' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_stmt_execute' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unresolved external 'mysql_stmt_close' referenced from C:\WORK\FWH\LIB\FIVEH.LIB|FWMARIA
Error: Unable to perform link
 




[1]:iLink32.Exe -Gn -aa -Tpe -s -v @fivedbu.bcl
Turbo Incremental Link 6.80 Copyright (c) 1997-2017 Embarcadero Technologies, Inc.
Error: 'C:\WORK\FWH\LIB\LIBMARIADB32.LIB' contains invalid OMF record, type 0x21 (possibly COFF)
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6772
Joined: Thu Oct 18, 2012 7:17 pm

Re: problem in Mdi

Postby Antonio Linares » Wed Jan 18, 2023 7:29 am

Dear Silvio,

> Error: 'C:\WORK\FWH\LIB\LIBMARIADB32.LIB' contains invalid OMF record, type 0x21 (possibly COFF)

You are using a not compatible lib with BCC
regards, saludos

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

Re: problem in Mdi

Postby Silvio.Falconi » Wed Jan 18, 2023 8:15 am

Antonio Linares wrote:Dear Silvio,

> Error: 'C:\WORK\FWH\LIB\LIBMARIADB32.LIB' contains invalid OMF record, type 0x21 (possibly COFF)

You are using a not compatible lib with BCC


wich libs I must link with fwDbu.prg ?

If I link libmariadb.lib it is compiled but then I have this

Image



and then an hourglass that spins endlessly




wich libs I must link can you draw on this image with an arrow please (I use Harbour)

Image
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6772
Joined: Thu Oct 18, 2012 7:17 pm

Re: problem in Mdi

Postby Antonio Linares » Wed Jan 18, 2023 11:07 am

Dear Silvio,

Please go to FWH\samples, then do:

buildh.bat fivedbu

thats all :-)
regards, saludos

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

Re: problem in Mdi

Postby Silvio.Falconi » Wed Jan 18, 2023 1:31 pm

Antonio Linares wrote:Dear Silvio,

Please go to FWH\samples, then do:

buildh.bat fivedbu

thats all :-)

compiled ok

try to insert at menu "View" this

MENUITEM "View" HELP

and the make maximized a window child

Image

and U'll see the error
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6772
Joined: Thu Oct 18, 2012 7:17 pm

Re: problem in Mdi

Postby Antonio Linares » Thu Jan 19, 2023 7:43 am

Dear Silvio,

I get this:
Image
regards, saludos

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

Re: problem in Mdi

Postby Silvio.Falconi » Thu Jan 19, 2023 9:14 am

Antonio Linares wrote:Dear Silvio,

I get this:
Image


I have December 2021 to March 2022 fwh release here not run see the video please



Image


to close Wndchild I must close the application because I not see the size commands at right
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6772
Joined: Thu Oct 18, 2012 7:17 pm

Re: problem in Mdi

Postby Antonio Linares » Thu Jan 19, 2023 9:39 am

Dear Silvio,

First is shown, then it does not shows

I guess it must be related to having the menuitems at right
regards, saludos

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

Re: problem in Mdi

Postby Silvio.Falconi » Thu Jan 19, 2023 9:58 am

Antonio Linares wrote:Dear Silvio,

First is shown, then it does not shows

I guess it must be related to having the menuitems at right


I had already said this thing to Cristobal for two years I think, and before the error did not
Generally I create a Help menu (with other procedures) and insert it on the right but having this error I remove the "Help" option Cristobal had told me to do so momentarily and then he would have corrected the error but I think it was never corrected .
Since from 1991/1992 ( fw for clipper Rel. 14.4 - Momos)
I use : FiveWin for Harbour November 2023 - January 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com
User avatar
Silvio.Falconi
 
Posts: 6772
Joined: Thu Oct 18, 2012 7:17 pm


Return to FiveWin for Harbour/xHarbour

Who is online

Users browsing this forum: No registered users and 99 guests