Beginning Error

The Partridge Family were neither partridges nor a family. Discuss.
Post Reply
75JMO93
Posts: 2
Joined: April 1st, 2013, 12:42 am

Beginning Error

Post by 75JMO93 » April 1st, 2013, 12:47 am

Hey, I just downloaded the framework, everything is up to date and when I try to build the solution in the very first tutorial, I get this in the output screen:

1>------ Build started: Project: Chili DirectX Framework, Configuration: Release Win32 ------
1>LINK : fatal error LNK1181: cannot open input file 'dxerr.lib'
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

:oops:

User avatar
joelyboy94
Posts: 67
Joined: October 11th, 2012, 7:34 pm

Re: Beginning Error

Post by joelyboy94 » April 1st, 2013, 1:08 am

Hi there,

this normally happens if the directX sdk is installed wrong or not installed correctly. If you havent installed it just download and install it, it is free :)

hope that helps

Musi
Posts: 106
Joined: November 25th, 2012, 1:06 am

Re: Beginning Error

Post by Musi » April 1st, 2013, 7:49 am

See if you can see it in the SDK folder. Open your main hardrive >> Program files(X86) >> Microsoft DirectX SDK (June 2010) >> Lib >> check in x86 and x64 for the DxErr file.

If all ells fails and you just want to get it working, it should be safe to remove that library from the program dependencies. Its just for error checking, which i don't think Chili does a lot of.

Open your project and go to Project >> Project properties >> Configuration properties >> Linker >> Input, at the top you should see Additional Dependencies, edit it and remove dxerr.lib. :)
Musi

There are 10 types of people that understand binary.
Those that do, and those that don't.

75JMO93
Posts: 2
Joined: April 1st, 2013, 12:42 am

Re: Beginning Error

Post by 75JMO93 » April 1st, 2013, 3:03 pm

Thanks, Joely and Musi! I got it going and got to Beginner's Tutorial Lesson 5 last night! Having a great time! Chili is seriously one of the best teachers! ^_^

rbsupercool
Posts: 4
Joined: May 5th, 2013, 11:51 am

Re: Beginning Error

Post by rbsupercool » May 7th, 2013, 1:16 pm

i'm gettin tis error.. plzzzzzz help.. i'm dying.. coz got stuck on first lesson
1>------ Build started: Project: Chili DirectX Framework, Configuration: Release Win32 ------
1> Generating code
1> Finished generating code
1>LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

User avatar
DreamBliss
Posts: 30
Joined: March 27th, 2013, 11:48 pm
Location: Lost on the Way
Contact:

Re: Beginning Error

Post by DreamBliss » May 16th, 2013, 1:59 am

The COFF error happens if you are using Visual Studio 2012 or if you are using Visual Studio 2010 Express without SP1. Download and install Visual Studio 2010 and Visual Studio 2010 SP1 from Microsoft. I recommend you use these programs, not Visual Studio 2012.
You create reality in your mind,
Before experiencing it as reality,
So if you want to change something,
First change what you think about it.

Post Reply