Project : error PRJ0002 : Error result -1073741515

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<font size=1>
Well, I know I am not the first one having this problem .
The answers and solutions given in previous messages in these forums did not help.
I am on my 6th day of darkness after I downloaded Visual Studio Express .
Yes I am a Newbie , who wants to learn C++ code.
Here is the error message I get :
 
1>------ Build started: Project: new, Configuration: Debug Win32 ------
1>Compiling...
1>Project : error PRJ0002 : Error result -1073741515 returned from C:Program FilesMicrosoft Visual Studio 8VCbincl.exe.
1>Build log was saved at "file://c:Documents and SettingsHilariMy DocumentsVisual Studio 2005ProjectsnewnewDebugBuildLog.htm"
1>new - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Well, I do have my cl.exe in the VC/Bin  folder .
I did put it in the executable files under VC++ directories and what else can I say ? Nothing has helped so far.
Anyone has gone through this ?
I know that a user of a proffessional version had the same error and after gettin non helpful advice , he himself found the way around but he never specified how.He wrote:
 (Quote) "Thank you for your reply although it didnt work it did help me find the solution .In the end all i did was move the order of the directories around a bit and it compiled fine , in the end it only took 6 hours to find out
I would very much appreciate any useful help about this issue.
It is keeping me from learning C++ code and I just cant wait to get started .<img src="images/emoticons/smile_baringteeth.gif
 
Thank you in advance .
 
Hilari </font>

View the full article
 
Back
Top