Quantcast
Channel: Active questions tagged gcc - Stack Overflow
Viewing all articles
Browse latest Browse all 22296

Is it possible to compile programs that use ATL using GCC (MinGW or otherwise) given it uses __try?

$
0
0

I'm confused how people use MinGW to compile Windows programs.

I tried using it, but headers like atlalloc.h and atlcom.h use __try in a few ways... which no version of GCC appears to support, for example:

__declspec(noinline) inline bool _AtlVerifyStackAvailable(_In_ SIZE_T Size) {    bool bStackAvailable = true;    __try {        ...

How do people compile Windows programs with GCC-based toolchains? Do they simply avoid ATL altogether? Or is there some way to make ATL work with these?


Viewing all articles
Browse latest Browse all 22296

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>