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
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
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 ![]()
Yes, I think it's the right thing to do, thank you. I'd move it to fonts.c or to menudraw.c.
EMG