titbits from the world less travelled

Archive for May, 2008

Error result -1073741819 returned from 'C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\cl.exe'

I kept getting the above error. The most logical reason I found was related to my computer. I had installed a Antivirus called spycatcher with an out dated 4.x version. This was preventing most of my exe’s to start or run. This is just a guess. Since I uninstalled this application and everything worked fine. Else the other application I installed was bit defender 4.x on the same computer. I think both of these made a potent mix and was not letting my computer function as required.

The reason with the error as you see is that the .exe, is not allowed to run or execute which in turn throws the error.

FYI, I tried all else like replacing the libraries and so on. It didnt work.

Tags:
posted by admin in Uncategorized, c++, visual studio and have No Comments

Error result -1073741819 returned from ‘C:\Program Files\Microsoft Visual Studio 9.0\VC\bin\cl.exe’

I kept getting the above error. The most logical reason I found was related to my computer. I had installed a Antivirus called spycatcher with an out dated 4.x version. This was preventing most of my exe’s to start or run. This is just a guess. Since I uninstalled this application and everything worked fine. Else the other application I installed was bit defender 4.x on the same computer. I think both of these made a potent mix and was not letting my computer function as required.

The reason with the error as you see is that the .exe, is not allowed to run or execute which in turn throws the error.

FYI, I tried all else like replacing the libraries and so on. It didnt work.

Tags:
posted by admin in Uncategorized, c++, visual studio and have No Comments

VMware how to change the version of a virtual machine for backward compatibility

1) goto VMware toolbar: Click on VM -> Upgrade or Change Version

2) Click on next
3) Select you hardware compatibility
4) Click next and select you need a clone or alter this vm.
5) And your done.
posted by admin in Uncategorized and have No Comments