Compilation problem.

TheSy

Member
Joined
Jan 20, 2014
Messages
9
Reaction score
0
Good evening to you.

I followed a tutorial to compile S0beit.

I installed the necessary software, but when compiling errors here it shows me:

1>LINK : fatal error LNK1123: échec lors de la conversion en fichier COFF : fichier non valide ou endommagé

In english:

1>LINK : fatal error LNK1123: failure during conversion to COFF file: invalid or corrupt file

Here is the video tutorial that I followed, and if you could help me that would be great.

[youtube:214nfl6a]http://www.youtube.com/watch?v=q7aePmf1QxE[/youtube:214nfl6a]
 

Dem0n

Active member
Joined
Apr 1, 2013
Messages
82
Reaction score
0
Location
Winland ^^
Good evening to you.

I followed a tutorial to compile S0beit.

I installed the necessary software, but when compiling errors here it shows me:

1>LINK : fatal error LNK1123: échec lors de la conversion en fichier COFF : fichier non valide ou endommagé

In english:

1>LINK : fatal error LNK1123: failure during conversion to COFF file: invalid or corrupt file

Here is the video tutorial that I followed, and if you could help me that would be great.

[youtube:2mcg7t0z]http://www.youtube.com/watch?v=q7aePmf1QxE[/youtube:2mcg7t0z]
Do youy have directX installed?
 

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,118
Reaction score
166
It hasnt todo anything with DX or something similar, it's a compiler issue.
The easiest solution:
Download Visual Studio 2008 and compile with the 2008 Version or download 2012 and compile with 2012 or 2008.
 

TheSy

Member
Joined
Jan 20, 2014
Messages
9
Reaction score
0
I uninstalled several times in 2010, I reinstalled several times, and each time the same error ..
 

25GHz

Active member
Joined
Feb 19, 2013
Messages
167
Reaction score
0
Source of S0beit?
if you have the download link to visual studio source code, you can re-download it to :troll: :troll::troll:
 

TheSy

Member
Joined
Jan 20, 2014
Messages
9
Reaction score
0
fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory

Now..
 

25GHz

Active member
Joined
Feb 19, 2013
Messages
167
Reaction score
0
fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory

Now..
now you're missing DirectX SDK...
 

0x_

Wtf I'm not new....
Administrator
Joined
Feb 18, 2013
Messages
1,118
Reaction score
166
fatal error C1083: Cannot open include file: 'd3dx9.h': No such file or directory

Now..
I bet the newer Version dont know the Environment Path's.

Set the Linker & Include Directories manually.
 
Top