Tagged Questions

1
vote
1answer
135 views

STA, MTA conflict warning Important?

I recently started writing a C++/CLI wrapper for a native c++ library. I'm now getting this compile warning "warning LNK4249: directive '/CLRTHREADATTRIBUTE:STA' conflicts with command line; ...
1
vote
2answers
532 views

Visual C++ GUI app stuck in MTA mode

I've got a C++ gui project exhibiting some strange behavior. On my machine, the code compiles and runs just fine. However, on another machine, The code compiles but ends up running in MTA somehow. ...