Download Pelles C here: http://www.smorgasbordet.com/pellesc/
QuoteMike Henning wrote this app in 2006 and it still builds today using the current version of BCX.
It is important that you build this as a 32-bit executable, to minimize warnings and to ensure
its proper operation. Be certain to build it as a console mode app.
This app can attach a proper Windows binary resource file (*.res) to any 32-bit or 64-bit exe.
This is particularly good news for for folks that prefer working with the MINGW toolchain, as
WINDRES is not particularly adept at dealing with *.res files.
tvItem.mask = TVIF_HANDLE | TVIF_TEXT | TVIF_IMAGE | TVIF_SELECTEDIMAGE | TVIF_PARAM | TVIF_STATE | TVIF_CHILDREN;
tvItem.mask = TVIF_HANDLE | TVIF_TEXT;
Page created in 0.021 seconds with 11 queries.