1137
Link: @CplusplusQt Embedded: @EMBCpp • No DM without prior permission • Behave friendly • No NSFW • No Spam • No unauthorized Bots • Don't advertise other groups
#define JmpHookLib_DetourEnd(name) \
volatile int t_##name; \
void name##_end() { while (t_##name) { name##_end(); } }
how to write a #define marcos that will expand to
volatile int t_detour_function_end;
void detour_function_end() { while (t_detour_function_end) { detour_function_end(); } }
Welcome to the group, @aleeksandr_sokolov! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
I got an e-mail saying the msvc bug I reported in 2018 has reached ”Pending release” status just the other day 😅
Читать полностью…
I'm shocked that exactly I encountered some errors in such popular and well tested software
Читать полностью…
Welcome to the group, -! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
Are you using the recommended combination of qt and emscripten?
Читать полностью…
Welcome to the group, -! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
Welcome to the group, @Mahdi13871! :-)
Wanna share your story of how you started with Qt, QML or C++? Maybe some nice feature that made you stick with it.
Rules are set on the description of the group. :)
how to write a #define marcos that will expand to
volatile int t_detour_function_end;
void detour_function_end() { while (t_detour_function_end) { detour_function_end(); } }
how to write a #define macros that expands to
volatile int t_detour_function_end;
void detour_function_end() { while (t_detour_function_end) { detour_function_end(); } }
Can someone guide me, my qt cpp app contains many external libraries, I have added them. And build the .msix and uploaded on Microsoft Store for certification. But microsoft is rejecting it. And it fails where it calls the fire store cloude function.
But the same works when I build .msi
Most of apps have revealed/unrevealed bugs and it’s completely possible and customary. You can however report that bug.
Читать полностью…
no jokes, I have recently found real msvc bug with stack during compilation. what to do ?
Читать полностью…
Yes, I did. But I did not use 3.1.50 ems for Qt 6. I installed it and it worked) Thank you, for you help)
Читать полностью…
Guys, hello. I am getting the error from compiler : em++: error: invalid command line setting `-sDEMANGLE_SUPPORT=1`: No longer supported
Do you know the solution?
Thanks. You want separate reports in the other channels?
Читать полностью…