Compiling errors.

Posts 15 of 5 · Page 1 of 1
Compiling errors.
Code:
1>------ Build started: Project: D3D9Hook, Configuration: Debug Win32 ------
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(249,5): warning MSB8004: Output Directory does not end with a trailing slash.  This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(935,5): warning MSB8012: TargetPath(c:\users\caleb\documents\visual studio 2010\Projects\D3D9Hook\D3D9Hook\..\release\D3D9Hook.dll) does not match the Linker's OutputFile property value (). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(936,5): warning MSB8012: TargetExt(.dll) does not match the Linker's OutputFile property value (). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(937,5): warning MSB8012: TargetName(D3D9Hook) does not match the Linker's OutputFile property value (). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Rawr, I hate these errors. Idk whats wrong. And I really don't wanna reinstall. :\
Its nothing in the actual coding. The menus fine. :\\
Help would be appreciated.
Quote Originally Posted by Calebb View Post
Code:
1>------ Build started: Project: D3D9Hook, Configuration: Debug Win32 ------
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(249,5): warning MSB8004: Output Directory does not end with a trailing slash.  This build instance will add the slash as it is required to allow proper evaluation of the Output Directory.
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(935,5): warning MSB8012: TargetPath(c:\users\caleb\documents\visual studio 2010\Projects\D3D9Hook\D3D9Hook\..\release\D3D9Hook.dll) does not match the Linker's OutputFile property value (). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(936,5): warning MSB8012: TargetExt(.dll) does not match the Linker's OutputFile property value (). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
1>C:\Program Files\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppBuild.targets(937,5): warning MSB8012: TargetName(D3D9Hook) does not match the Linker's OutputFile property value (). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile).
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
Rawr, I hate these errors. Idk whats wrong. And I really don't wanna reinstall. :\
Its nothing in the actual coding. The menus fine. :\\
Help would be appreciated.
Hmmm Those are just Warnings, so it shouldn't affect the compilation of your program, but even so, those are some pretty. . . Interesting warnings. No Idea how to fix them, they seem to be Linker/output errors though, so maybe you can go into the linker/output settings to see if there is anything Amiss
Nope. It want build the .dll.
Thanks for trying to help though.
Quote Originally Posted by Calebb View Post
Nope. It want build the .dll.
Thanks for trying to help though.
Like zeco said: warnings don't stop compilation, atleast as far as I've noticed.
the .dll is probably in your project folder under release

And if you have errors google them. There millions of people who have already got pissed off at VSC++ for you so you don't have to!
It didn't build because your target path doesn't correspond to the output directory. You've been fiddling with things...
The solution also given
please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile)
The first three strings are relative to console options and can be edited there.
It's most likely that you changed OutDir, and failed.
Posts 15 of 5 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?