[Mingw-w64-public] Cannot access member of struct from deriving class, is this a bug?

2024-12-05 Thread info
The following seems to only not work in GCC (neither MinGW nor native GCC), but it compiles fine in MSVC. ``` template struct A { int numElements; T* elements; }; template class B : public A { B(int newNumElements) { numElements = newNumElements; // This fails with error.

Re: [Mingw-w64-public] GetRawInputData writes .header.hDevice == NULL to pData

2024-05-14 Thread info
Correction, it apparently doesn't go away if I restart my computer, I only thought it did. It actually is only NULL for the touchpad in my laptop, but not for the mouse, thus using the touchpad and then the mouse I thought it went away. I've tested it in visual studio now too, and it happens

[Mingw-w64-public] GetRawInputData writes .header.hDevice == NULL to pData

2024-05-14 Thread info
It seems to go away if I restart my computer, but it seems absurd that I should have to restart my computer. It also very quickly reappears. My application doesn't have any memory leaks (I've checked using wrap malloc and wrap free). I've registered two RAWINPUTDEVICE elements, both have.. *

[Mingw-w64-public] Has it been considered to add a port of DDD to mingw?

2024-04-17 Thread info
Not sure if this message is sent correctly as sending the word "help" as in the welcome message's body/subject (I tried both) did not return any instruction message as claimed. I.e. talking about the Data Display Debugger for gdb that comes with mingw. I have seen others ask for a port of DD