Archive for the ‘wxWidgets’ Category

resizing a grid after change

Tuesday, July 3rd, 2007

you’ve got to resize the parent e.g.

grid->GetParent()->Layout();
and then to be sure, run Layout on the top window

Compiling wxWidgets sample apps with Visual C++ 2005 Express

Sunday, November 27th, 2005

To get wxWidgets to install with Visual C++ 2005 Express, I needed to change the linker options to set Incremental=No.

Otherwise, I was getting this Linker Error
CVTRES : fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt