Re: [Mingw-w64-public] Linking with -lcomtl32 causes WinMain to never be called

2023-05-08 Thread Alvin Wong via Mingw-w64-public
This page contains an example of said manifest: https://learn.microsoft.com/en-us/windows/win32/controls/cookbook-overview On 8/5/2023 18:07, LIU Hao wrote: 在 2023/5/8 17:46, Maarten ten Velden 写道: The following should output atleast a (the LoadIconMetric call here is improper usage), but it

Re: [Mingw-w64-public] Linking with -lcomtl32 causes WinMain to never be called

2023-05-08 Thread LIU Hao
在 2023/5/8 17:46, Maarten ten Velden 写道: The following should output atleast a (the LoadIconMetric call here is improper usage), but it doesn't even output a. Commenting out LoadIconMetric causes a to be output. The problem thus must be linking LoadIconMetric? You need to load another version

[Mingw-w64-public] I remember reading documentation about how to use the mailing list. Where did it go?

2023-05-08 Thread Maarten ten Velden
I've checked.. https://sourceforge.net/p/mingw-w64/wiki2/Home/ https://www.mingw-w64.org/support/ ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] Linking with -lcomtl32 causes WinMain to never be called

2023-05-08 Thread Maarten ten Velden
The following should output atleast a (the LoadIconMetric call here is improper usage), but it doesn't even output a. Commenting out LoadIconMetric causes a to be output. The problem thus must be linking LoadIconMetric? #include "resource.h" //< contains #define IDI_NOTIFICATIONICON 1 #include