Page 1 of 1

problem in Mdi

PostPosted: Mon Jan 16, 2023 12:37 pm
by Silvio.Falconi
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

Re: problem in Mdi

PostPosted: Tue Jan 17, 2023 8:46 am
by Antonio Linares
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

Re: problem in Mdi

PostPosted: Tue Jan 17, 2023 10:21 am
by Silvio.Falconi
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)

Re: problem in Mdi

PostPosted: Wed Jan 18, 2023 7:29 am
by Antonio Linares
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

Re: problem in Mdi

PostPosted: Wed Jan 18, 2023 8:15 am
by Silvio.Falconi
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

Re: problem in Mdi

PostPosted: Wed Jan 18, 2023 11:07 am
by Antonio Linares
Dear Silvio,

Please go to FWH\samples, then do:

buildh.bat fivedbu

thats all :-)

Re: problem in Mdi

PostPosted: Wed Jan 18, 2023 1:31 pm
by Silvio.Falconi
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

Re: problem in Mdi

PostPosted: Thu Jan 19, 2023 7:43 am
by Antonio Linares
Dear Silvio,

I get this:
Image

Re: problem in Mdi

PostPosted: Thu Jan 19, 2023 9:14 am
by Silvio.Falconi
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

Re: problem in Mdi

PostPosted: Thu Jan 19, 2023 9:39 am
by Antonio Linares
Dear Silvio,

First is shown, then it does not shows

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

Re: problem in Mdi

PostPosted: Thu Jan 19, 2023 9:58 am
by Silvio.Falconi
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 .