FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index Bugs report & fixes / Informe de errores y arreglos What is c5cnew.c [Fixed]
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
What is c5cnew.c [Fixed]
Posted: Sun Sep 02, 2018 05:34 PM

What is c5cnew.c and why FWH uses one of its function (GetFontMenu())? That forces the entire c5cnew.c module (that is big!) to be linked into the EXE.

EMG

Posts: 44162
Joined: Thu Oct 06, 2005 05:47 PM
Re: What is c5cnew.c
Posted: Mon Sep 03, 2018 08:44 AM

Enrico,

Paco García contributed several classes to FWH and c5cnew.c is used from them.

We could move function GetFontMenu() to a different module and avoid linking it :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 9022
Joined: Thu Oct 06, 2005 08:17 PM
Re: What is c5cnew.c
Posted: Mon Sep 03, 2018 08:55 AM

Yes, I think it's the right thing to do, thank you. I'd move it to fonts.c or to menudraw.c.

EMG

Continue the discussion