Showing posts with label Error. Show all posts
Showing posts with label Error. Show all posts

Thursday, August 14, 2014

Removing the vim error: viminfo: Illegal starting char in line









Find hidden file .viminfo in your home and rename to viminfo-backup. It will be recreated automatically.

This file contains the history of all the vim editor records i.e the files edited and the arguments you used inside the editor etc. 

From ref http://www.golinuxhub.com/2014/04/how-to-fix-e575-viminfo-illegal.html



Thursday, March 18, 2010

ParaSoft C++Test: Precompile failed



Process exited with code -1073741515


C++Test cannot see cl.exe (with Visual Studio), gcc (with Linux) and its dependencies.

How to fix:
-------- + Make sure that PATH environment is set. We can test the PATH by cmd.exe or shell (env command). Run cl.exe --version to check the path and its dependencies.
-------- + Maybe add $(INSTALL_DIR)\Microsoft Visual Studio 8\Common7\IDE if mspdb80.dll was not found by cl.exe.




Tags: -1073741515, 1073741515, C++Test, parasoft, Precompile, Error, error result, cl.exe, error code, exit code, from cl, visual studio


Labels