I compiled touchlib on VS2008, but when I try to execute OSC in debug mode, I get a message telling that MSVCR90.dll was not found. I copied the MSVCR90.dll and MSVCP.dll files to the bin directory, and get another message:
Runtime Error!
R6034
An application has made an attempt to load the C runtime library incorrectly.
I’m trying many ways to solve this problem but I can’t found any solution. This problem doesn’t happen in release mode and configapp work correctly in debug and release mode.
EDIT: I changed the post title to be more specific.
