boostorg / thread

Boost.org thread module
http://boost.org/libs/thread
199 stars 161 forks source link

Does not work in the project c++ cli (0xc000007b) #221

Closed jenokizm closed 6 years ago

jenokizm commented 6 years ago

The same version of the library tested in a normal project, works. But when moved code to a project С++ CLI WinForms when starting application showing messangebox error 0xc000007b. If #include <boost/thread.hpp> Get the error "Error starting application 0xc000007b" ashampoo_snap_2018 05 13_16h49m09s_001_

vs2017 Here my project source and exe https://yadi.sk/d/N3JcxPzd3Vpudf

viboes commented 6 years ago

Any PR fixing this configuration is welcome. I don't have access to Windows, neither the knowledge.

jenokizm commented 6 years ago

In fact, I read that the CLI does not support even the usual std::threads, your library repels from them so it can not work vprintsype. So there's nothing to fix, except how to push Microsoft to add threads to the CLI...

I think this topic can be closed