Thursday, March 5, 2009

[Work] multi-threaded

error C3861: '_beginthread': identifier not found, even with argument-dependent lookup
error C3861: '_endthread': identifier not found, even with argument-dependent lookup

change
from Runtime library: Single-threaded Debug (/MLd)
to Runtime library: Multi-threaded DLL (/MD)

No comments: