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;
Quote from: TimoVJL on July 11, 2025, 09:50:08 AMJust Pelles C projects from those files for test.Thank you for uploading test files for SVXS!
Quote from: Vortex on July 08, 2025, 08:58:13 PMThanks for the new release of Poasm fixing the issue. Tested both of the UTF8 and UTF16 encodings.OK, good to know. Thanks!
Page created in 0.039 seconds with 15 queries.