What is meant by system resources conflict?
When a single dynamic link library is accessed by 2 process,
this causes a system resources conflict. This is due to a lack of
type safe checking on microsoft's behalf. Dynamic link library's
can be made safe if you write code expressly stopping it from being
run twice at the same time, for more info Google "SRC Dynamic link
library thread locking".