I followed this tutorial on the 2D game dev using directTK on a Windows 8 phone. But every time I run a sample project, I just get the error "Unhandled exception in 0x71144F23 (Msvcr110d.dll) in the file DirectXApp1.exe: invalid parameter passed to a function that considers invalid parameters to be fatal.
If there is a handler for this exception, the program can safely continue. “I checked to make sure the links and dependency are configured, what it is. And I looked through the manual for more answers, but to no avail .. any help, but much appreciated.
Update
I also get this: "The invarg.c file cannot be saved because it is write-protected.
You can either save the file to another location, or Microsoft Visual Studio may try to remove the write protection and overwrite the file at the current location. "When I try to save the project, I am sure that this is due to why it does not work and gives the first error.
source
share