Activity for Maurizio la Cecilia

  • Maurizio la Cecilia Maurizio la Cecilia posted a comment on ticket #55

    Hi Wilfried, I'd try your patch and all worked fine, no need to modify anything in my sources. Already I was loading icons from file in my resource file and I'm referencing the manifest in the resource file using the following syntax: CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "<pathtomyappmanifestfile>"</pathtomyappmanifestfile> thus windres doesn't fail using 1 24 "<pathtomyappmanifestfile>"</pathtomyappmanifestfile> That's consistent with the absence of issues in gtwvt, gtwin, etc. based applications...

  • Maurizio la Cecilia Maurizio la Cecilia posted a comment on ticket #55

    Hi Wilfried, I zipped the complete mingw64 folder of MSYS2 and tested it successfully building Harbour, HWGui and my app. Just unzip it and point to mingw64/bin as compiler path. No need to use MSYS at all. You can download the zip at: https://www.mlacecilia.com/dati/msys64.zip Best regards. Maurizio Il 28/09/2022 14:50, Wilfried Brunken ha scritto: Hello Maurizio, i tried to start an offline installation of MSys2, but i have some problems. The toolchain is not complete. See report (with list of...

  • Maurizio la Cecilia Maurizio la Cecilia posted a comment on ticket #55

    Hi Wilfried, Il 26/09/2022 14:52, Wilfried Brunken ha scritto: Hello Maurizio, i downloaded the MSYS base package and tried to install the MingW64 environment with the "pacman" command. For me it seems, this is a simuation of a LINUX like environment (bash ,..) on Windows. Yes, similar to Cygwin. My problem is: All my Windows systems are forever "offline". The pacman command tries the get the package from the internet, and this is not possible. What i need is a "portable" revision of the MingW64...

  • Maurizio la Cecilia Maurizio la Cecilia posted a comment on ticket #55

    Hi Wilfried, you can download MSYS2 at https://repo.msys2.org/distrib/x86_64/ then run the executable and using the command pacman -S mingw-w64-x86_64-toolchain the compiler will be installed. More informations at https://www.msys2.org/wiki/MSYS2-installation/ Please, try to rebuild Harbour, HWGui and your CLLOG project with gcc 12.2 (path: \msys64\mingw64\bin) to control if the same error is issued in your app. I'm expecting that you'll no have errors if your app doesn't use resource files. Thanks...

  • Maurizio la Cecilia Maurizio la Cecilia posted a comment on ticket #55

    Hi Wilfried, I'd rebuild Harbour, HWGui and my app using your MinGW 8.1 distro and all gone fine. Thus my issue is due to compiler version (I'm using 12.2 from MSYS2). Probably the windres bin introduced some kind of incompatibility in newer versions, because only programs using resource files are hanging. I'll deeper investigate... Yes, this ticket can be closed also if it should be reopen with "64bit apps fails if compiled with gcc > 8.1 and are using resource files. Many thanks for your aid, it's...

  • Maurizio la Cecilia Maurizio la Cecilia posted a comment on ticket #55

    Hi Wilfried, I'd forgot to say that the error happens with File->Open menu choice. That's the error, same as for my app: Called from HWG_DLGBOXINDIRECT(0) Called from HDIALOG:ACTIVATE(177) in C:\SVN\hbSys...\hwgui\source\winapi\hdialog.prg Called from OPENFILE(695) in C:\SVN\hbSys...\hwgui\utils\dbc\dbchw.prg Called from (b)MAIN(188) in C:\SVN\hbSys...\hwgui\utils\dbc\dbchw.prg Called from ONCOMMAND(660) in C:\SVN\hbSys...\hwgui\source\winapi\hwindow.prg Called from (b)HMAINWINDOW(317) in C:\SVN\hbSys...\hwgui\source\winapi\hwindow.prg...

  • Maurizio la Cecilia Maurizio la Cecilia posted a comment on ticket #55

    Hi Wilfried, no need to modify sample programs. I think the problem is about resource files. Can you confirm that you aren't using resource file in your CLLOG app? What's the way you're compiling 64bit apps on Windows (hbmk2.exe, bldmingw64.bat, hwmake,exe, etc.)? I just tried to compile dbchw.exe without any change and the app, working fine in 32bit version, crashes in same way of mine. Can you test on your site, compiling dbchw.exe using your usual command? My console apps (based on gtwvt) runs...

  • Maurizio la Cecilia Maurizio la Cecilia posted a comment on ticket #55

    Hi Wilfried, many thanks for your support. Unluckily my code is based on my development tool, a kind of homemaid CASE, and is very difficult to isolate a sample in a small source. Just to be more precise, my app runs flawlessly at 64bit but crashes only on activation of modal dialog windows. The controls are generated by code and not by resource descriptors. I'm compiling with updated MSYS2 gcc (12.2 AFAIR) and my system runs Win11. Are you sure that your app CLLOG uses modal dialogs? Did you have...

  • Maurizio la Cecilia Maurizio la Cecilia created ticket #55

    64bit app fails on activate dialog

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #26

    Error building contribs under linux

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #67

    #error "_WIN32_WINNT setting conflicts with specified WINVER"

  • Maurizio la Cecilia Maurizio la Cecilia posted a comment on ticket #73

    Hi Wilfried, I'd close the wanted. Best regards. -- Maurizio Il 10/01/2021 16:53, Wilfried Brunken ha scritto: Hello José, Hello Maurizio, i followed your discussion for this ticket and so i searched for HWGUI mirrors on GITHUB and i found this here: JoseQuintas/hwgui atest marcosgambeta/HWGUI HWGUI 2.17 - fork for personal use hernad/harbour_hwgui Archived xBase Updated on 3 Nov 2014 Only the mirror of José is up to date. The other seemed to be personal use copies. For my actions: I hope, that i...

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #27

    dialogs without main window

  • Maurizio la Cecilia Maurizio la Cecilia posted a comment on ticket #73

    Hi José, GitHub also offers easy migration from SVN, being needed only a committers list to import all the history of changes. I already done that and it worked flawlessly in few minutes, not in hours. As I said many times, Alexander Kresin wasn't happy about this migration, thus I used the forked repository only for my personal development. If Kresin would agree, the migration could be done directly in the same Sourceforge HwGUI space. Best regards. -- Maurizio Il ven 8 gen 2021, 14:24 "José M....

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #51

    How tu use image in container ?

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #54

    something missing building file2hex under linux

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #53

    Error xharbour and Bcc 7.2

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #50

    Error building contribs under linux

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #49

    error building soource

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #47

    hwg_ShellExecute() doesn(t work anymore under Linux

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #46

    Hwgui Linux GCC 9.3 64Bit "sqrt@@GLIBC_2.2.5"

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #42

    Function not found HWG_ISWINDOWS

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #35

    Hwg_KeyTOUTF8() not found

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #44

    hwgrun build fails under Linux

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #45

    Hwgui show SVG icon

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #28

    get with picture "@99"

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #27

    New value entered in last EDITBOX with 1 character field closes dialog window immediately without an action, when PICTURE ist used.

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #22

    GTK-WARNINGS, ERRORS on LINUX UBUNTU 18.08.3 LTS

  • Maurizio la Cecilia Maurizio la Cecilia modified ticket #5

    MOVING FROM ONE GET TO ANOTHER

  • Maurizio la Cecilia Maurizio la Cecilia posted a comment on ticket #23

    Hi Alex, all my appreciations for your good job about alerts. About passing the id in codeblock, I'm strongly persuaded that it's not needed at all, being redundant to pass any property value of an object already referenced in parameters. I also suggest Wilfried to revert the change. Cheers. -- Maurizio Il 05/05/2020 13:23, Alex Strickland ha scritto: Hi Yes Maurizio, you are right, it is sufficient. So Wilfried I guess you can revert that change, thank you. The example I was going to upload is a...

  • Maurizio la Cecilia Maurizio la Cecilia posted a comment on ticket #23

    Hi Alex, sorry for jumping in, but I think that passing oCtrl it's sufficient. AFAIR you can reach id as oCtrl:id. Best regards. -- Maurizio Il dom 3 mag 2020, 17:21 Alex Strickland alexstrickland@users.sourceforge.net ha scritto: [support-requests:#23] https://sourceforge.net/p/hwgui/support-requests/23/ Pass button id to Click code block * Status: open Group: v1.0_(example) Created: Sun May 03, 2020 03:21 PM UTC by Alex Strickland Last Updated: Sun May 03, 2020 03:21 PM UTC Owner: nobody Hi Could...

  • Maurizio la Cecilia Maurizio la Cecilia posted a comment on ticket #16

    Hi Domenico, I confirm that also on my side your sample is working as expected building it as Harbour 3.2 64bit application and running on Windows10 64bit Home v. 1909. Something is breaking in 3.4, I think. Best regards. -- Maurizio Il mar 28 gen 2020, 22:40 domenico d'oria nikko1960@users.sourceforge.net ha scritto: well, i have compiled the same source in this environment : windows 10 64 bit 1809 msys2 mingw64 9.2.0 harbour 3.2 last commit ( compiled from source ) and now works the login form...

  • Maurizio la Cecilia Maurizio la Cecilia posted a comment on ticket #16

    Hi Domenico, I'm building my 64bit applications linking them to 64bit built HWGui library without any problem since two years. I'm also currently using msys2 MinGW64 9.2.0 to compile both my Harbour 3.2 app and HWGui. Best regards. -- Maurizio Il mar 28 gen 2020, 14:57 domenico d'oria nikko1960@users.sourceforge.net ha scritto: [support-requests:#16] https://sourceforge.net/p/hwgui/support-requests/16/ msys2 mingw64 9.2.0 on windows 10 1909 64 bits* Status: open Group: v1.0_(example) Labels: msys2...

  • Maurizio la Cecilia Maurizio la Cecilia committed [r2321]

    2014-12-16 21:25 UTC+0100 Maurizio la Cecilia <...

  • Maurizio la Cecilia Maurizio la Cecilia committed [r2260]

    2014-05-28 17:50 UTC+0100 Maurizio la Cecilia <...

1