Exactly. You said so yourself. The error speaks for itself. The procedure entry point wmemcpy_s could not be found in MSVCR100.dll... Aka, the function you want doesn't exist in the DLL you're using.
Originally Posted by freedompeace Exactly. You said so yourself. The error speaks for itself. The procedure entry point wmemcpy_s could not be found in MSVCR100.dll... Aka, the function you want doesn't exist in the DLL you're using. The function is to open the damn program. Whenever I click on it to open it that happens.
Im uninstalling VB at the minute, I will re-install it once it's done then i'll re-install the C++ Redist.
Did you try compiling using a different platform first? Go in the project settings and change the platform toolset from v100 to v90.
Originally Posted by Void Did you try compiling using a different platform first? Go in the project settings and change the platform toolset from v100 to v90. I cant open up VBExpress.exe itself. I cant do anything. Originally Posted by freedompeace Reinstall the Microsoft Visual C++ 2010 Redistribute. A hack probably messed with the file. Ok. I just re-installed VB and the C++ Redist. No difference. Would it require a restart?
Originally Posted by CainFool I cant open up VBExpress.exe itself. I cant do anything. Ok. I just re-installed VB and the C++ Redist. No difference. Would it require a restart? Oh, I thought you were referring to your program. Never mind.