Visual Studio 2012 error: Assertion Failed - c++

I am using Vc++(2012) with allegro 5.0.7. and following this link for tutorials.
I get assertion Failed error when I compiled the code present at the above given link. Here is a snapshot of my error.

You are trying to use a null bitmap. The most common reason is you are running your program from a directory that you are not expecting, causing your relative paths to fail.
Read and follow the advice of this article to solve the issue.

Related

Kylin odbc driver C++ solution fails to build

I am unable to build Kylin ODBC C++ solution.
I followed the instructions found here, unfortunately, I get an error when I try to build the solution.
I am getting the below error message:
Error LNK1181 cannot open input file
'zlibstat.lib' Common C:\Users\user1\Documents\Visual Studio
2015\Projects\kylin-master\odbc\Common\LINK 1
When I include the zlibstat.lib file, I get an error message saying that it is already included.
The Error looks like your zlibstat.lib cannot be found.
Please check whether ZLIB_HOME is set in Environment Variables and whether project zlib is well compiled.
You can verify with check in file Common.vcxproj .
For example you want to build with Release|x64, please check whether can find zlibstat.lib in location $(ZLIB_HOME)\contrib\vstudio\vc11\x64\ZlibStatRelease.

error MSB4044: The "CheckRuntimeLibrary" task was not given a value for the required parameter "RuntimeLibrary"

I tried to use a C++ code for converting mnist dataset into lmdb format. I installed all the needed packages, but when I ran the code I got this error:
Error MSB4044: The "CheckRuntimeLibrary" task was not given a value for the required parameter "RuntimeLibrary". c:\Users\mohamed-witti-adou\documents\visual studio 2013\Projects\Project2\packages\gflags.2.1.1.2\build\native\gflags.targets
I am new to C++ and VS coding, I would like some help to overcome this error. Thanks in advance.
As noone else has answered and I found this question when Googling my error text: The problem in my case was that I was building a completely empty Visual Studio project that I had copied and modified for a new project. When I added a source file to the project the error went away.

Error accessing program database in Visual Studio C++

I accidentally allowed an infinite loop, the computer froze, I force-restarted it. Now when I press F5 to build my C++ project, I get the following error:
Error C1301 error accessing program database C:\path\x64\Release\projectName.ipdb, invalid format, please delete and rebuild
And the said file does not even exist. I tried deleting everything in the Release folder, no luck.
How can I solve this?
Thanks in advance.
I was also faced similar type of error which says :-
"C1300 Error accessing program database... LNK1257 code generation failed"
Resolved it in the following way:
Project->Properties->Configuration Properties->General->Whole Program Optimization
set it to
"No Whole Program Optimization"
from "Use Link time Code Generation"

Error 1 error LNK1104: cannot open file 'libboost_thread-vc120-mt-gd-1_55.lib'

I'm trying out Ogre3d and following this tutorial
http://www.ogre3d.org/tikiwiki/tiki-index.php?page=Setting+Up+An+Application+-+Visual+Studio#New_Project
I got 1.9.0 Ogre version and followed it, but still getting this error.
If I check $(OGRE_HOME)\boost\lib I see there's a file called 'libboost_thread-vc110-mt-gd-1_55.lib' instead of 120. I tried renaming it, checkin if it was in the C++\General\Aditional libraries and it was.
Thanks a lot!

carbide c++ symbian compiler error

I have created a project on carbide c++ and I am getting an error
sbs returned with exit value = 1
I didn't make any changes on the code that carbide created.I am just created and build the project its throws the error.
I googled the error and could not find any solution. Does anyone get this error code before ?
I was taking the same error...
Try to change the options of build...
That occurs when I was trying to compile using the armv5 instead of GCCE.
Change it and your problem could be resolved.
I´m new on symbian/carbide but it solved my problem!