Categories
Blogroll
Dev
Filmmakers
Tags
- canvas
- castle
- cqrs
- crash
- crqs
- ddd
- digitalocean
- domain driven design
- employeur
- es
- event sourcing
- event storming
- excel
- exceptions
- ExplorerCanvas
- greg young
- html
- IE
- javascript
- jssunit
- kabaret
- kabaret kino 2011
- kino
- kino kabaret 2011
- Mighty Moose
- mingw
- mingw32
- mono
- monorail3
- PCMS Conseil
- pcmslab
- rest
- restful
- tests continu
- threads
- unittest
- url shortener
- utf-8
- v8
- vtu.cc
- vut.cc
- webcast
- windows
- x1office
- x1office.com
Tag Archives: mingw
exceptions and threads with mingw
If you’re having trouble using exceptions and threads with MingW, here is the solution: 1. Add these compiler options: -mthreads (enable exception support in threads) -fexceptions (enable exception handling) 2. Get the latest version of gcc (I have the 4.4.0, … Continue reading