Creating a Release Version of BCI
Posted: 12 Apr 2011, 10:20
Hello,
i wrote some changes to the P3Speller, now i want to compile my whole programm as release. As long as i do this on my computer there is no problem but when i try to use the programm on another computer there are some MSVCP90.DLL, MSVCR90.DLL files (and their debug versions) missing.
I tried to change the compilerflag for the runtimelibrary from /MD to /MT, so that the files run out of a static run time library.
Now, i get the message, that i can't include those files twice, LNK2005. Functions are already defined in LIBCMT.lib.
Does anyone know a solution?
Of course here are my settings: Win XP, MSVC++ 2008 Profesional, BCI2000 V3
Thanks for reading,
Stefan
i wrote some changes to the P3Speller, now i want to compile my whole programm as release. As long as i do this on my computer there is no problem but when i try to use the programm on another computer there are some MSVCP90.DLL, MSVCR90.DLL files (and their debug versions) missing.
I tried to change the compilerflag for the runtimelibrary from /MD to /MT, so that the files run out of a static run time library.
Now, i get the message, that i can't include those files twice, LNK2005. Functions are already defined in LIBCMT.lib.
Does anyone know a solution?
Of course here are my settings: Win XP, MSVC++ 2008 Profesional, BCI2000 V3
Thanks for reading,
Stefan