IdentifiantMot de passe
Loading...
Mot de passe oubli� ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les r�ponses en temps r�el, voter pour les messages, poser vos propres questions et recevoir la newsletter

Visual C++ Discussion :

LINK : fatal error LNK1181: cannot open input file "*■/.obj"


Sujet :

Visual C++

  1. #1
    Membre averti

    Inscrit en
    D�cembre 2002
    Messages
    49
    D�tails du profil
    Informations forums :
    Inscription : D�cembre 2002
    Messages : 49
    Par d�faut LINK : fatal error LNK1181: cannot open input file "*■/.obj"
    Bonjour,


    J'ai l'erreur suivante sur un projet C++ " application win32 console", je n'arrive pas � voir d'o� �� peut venir

    1>------ D�but de la r�g�n�ration globale*: Projet*: MonProjet, Configuration*: Release Win32 ------
    1>Suppression des fichiers de sortie et des fichiers interm�diaires du projet 'MonProjet', configuration 'Release|Win32'
    1>Compilation en cours...
    1>Command line warning D4002 : ignoring unknown option '/errorReport:prompt'
    1>Command line warning D4024 : unrecognized source file type '*■/', object file assumed
    1>LINK : fatal error LNK1181: cannot open input file "*■/.obj"
    1>Le journal de g�n�ration a �t� enregistr� � l'emplacement "file://c:\Documents and Settings\a_bl\Mes documents\Visual Studio 2008\Projects\MonProjet\MonProjet\Release\BuildLog.htm"
    1>MonProjet - 1 erreur(s), 0 avertissement(s)
    ========== R�g�n�ration globale*: 0 a r�ussi, 1 a �chou�, 0 a �t� ignor� ==========

    Voila aussi mon vcproj si �� peut aider
    Code : S�lectionner tout - Visualiser dans une fen�tre � part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
     
    <?xml version="1.0" encoding="Windows-1252"?>
    <VisualStudioProject
    	ProjectType="Visual C++"
    	Version="9,00"
    	Name="MonProjet"
    	ProjectGUID="{BA49E279-EA04-4AA6-8E99-0BEC9562CEBD}"
    	RootNamespace="MonProjet"
    	Keyword="Win32Proj"
    	TargetFrameworkVersion="196613"
    	>
    	<Platforms>
    		<Platform
    			Name="Win32"
    		/>
    	</Platforms>
    	<ToolFiles>
    	</ToolFiles>
    	<Configurations>
    		<Configuration
    			Name="Debug|Win32"
    			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    			IntermediateDirectory="$(ConfigurationName)"
    			ConfigurationType="1"
    			CharacterSet="1"
    			>
    			<Tool
    				Name="VCPreBuildEventTool"
    			/>
    			<Tool
    				Name="VCCustomBuildTool"
    			/>
    			<Tool
    				Name="VCXMLDataGeneratorTool"
    			/>
    			<Tool
    				Name="VCWebServiceProxyGeneratorTool"
    			/>
    			<Tool
    				Name="VCMIDLTool"
    			/>
    			<Tool
    				Name="VCCLCompilerTool"
    				Optimization="0"
    				PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
    				MinimalRebuild="true"
    				BasicRuntimeChecks="3"
    				RuntimeLibrary="3"
    				UsePrecompiledHeader="0"
    				WarningLevel="3"
    				DebugInformationFormat="4"
    			/>
    			<Tool
    				Name="VCManagedResourceCompilerTool"
    			/>
    			<Tool
    				Name="VCResourceCompilerTool"
    			/>
    			<Tool
    				Name="VCPreLinkEventTool"
    			/>
    			<Tool
    				Name="VCLinkerTool"
    				LinkIncremental="2"
    				GenerateDebugInformation="true"
    				SubSystem="1"
    				TargetMachine="1"
    			/>
    			<Tool
    				Name="VCALinkTool"
    			/>
    			<Tool
    				Name="VCManifestTool"
    			/>
    			<Tool
    				Name="VCXDCMakeTool"
    			/>
    			<Tool
    				Name="VCBscMakeTool"
    			/>
    			<Tool
    				Name="VCFxCopTool"
    			/>
    			<Tool
    				Name="VCAppVerifierTool"
    			/>
    			<Tool
    				Name="VCPostBuildEventTool"
    			/>
    		</Configuration>
    		<Configuration
    			Name="Release|Win32"
    			OutputDirectory="$(SolutionDir)$(ConfigurationName)"
    			IntermediateDirectory="$(ConfigurationName)"
    			ConfigurationType="1"
    			CharacterSet="1"
    			WholeProgramOptimization="1"
    			>
    			<Tool
    				Name="VCPreBuildEventTool"
    			/>
    			<Tool
    				Name="VCCustomBuildTool"
    			/>
    			<Tool
    				Name="VCXMLDataGeneratorTool"
    			/>
    			<Tool
    				Name="VCWebServiceProxyGeneratorTool"
    			/>
    			<Tool
    				Name="VCMIDLTool"
    			/>
    			<Tool
    				Name="VCCLCompilerTool"
    				Optimization="2"
    				EnableIntrinsicFunctions="true"
    				PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
    				RuntimeLibrary="2"
    				EnableFunctionLevelLinking="true"
    				UsePrecompiledHeader="0"
    				WarningLevel="3"
    				DebugInformationFormat="3"
    			/>
    			<Tool
    				Name="VCManagedResourceCompilerTool"
    			/>
    			<Tool
    				Name="VCResourceCompilerTool"
    			/>
    			<Tool
    				Name="VCPreLinkEventTool"
    			/>
    			<Tool
    				Name="VCLinkerTool"
    				LinkIncremental="1"
    				GenerateDebugInformation="true"
    				SubSystem="1"
    				OptimizeReferences="2"
    				EnableCOMDATFolding="2"
    				TargetMachine="1"
    			/>
    			<Tool
    				Name="VCALinkTool"
    			/>
    			<Tool
    				Name="VCManifestTool"
    			/>
    			<Tool
    				Name="VCXDCMakeTool"
    			/>
    			<Tool
    				Name="VCBscMakeTool"
    			/>
    			<Tool
    				Name="VCFxCopTool"
    			/>
    			<Tool
    				Name="VCAppVerifierTool"
    			/>
    			<Tool
    				Name="VCPostBuildEventTool"
    			/>
    		</Configuration>
    	</Configurations>
    	<References>
    	</References>
    	<Files>
    		<Filter
    			Name="Fichiers sources"
    			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
    			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
    			>
    			<File
    				RelativePath=".\Main.cpp"
    				>
    				<FileConfiguration
    					Name="Debug|Win32"
    					>
    					<Tool
    						Name="VCCLCompilerTool"
    						CompileAs="2"
    					/>
    				</FileConfiguration>
    			</File>
    		</Filter>
    		<Filter
    			Name="Fichiers d&apos;en-tête"
    			Filter="h;hpp;hxx;hm;inl;inc;xsd"
    			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
    			>
    		</Filter>
    		<Filter
    			Name="Fichiers de ressources"
    			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
    			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
    			>
    		</Filter>
    	</Files>
    	<Globals>
    	</Globals>
    </VisualStudioProject>
    Je pr�cise que je n'ai pas du tout toucher � la conf de ce projet par d�faut

    Merci d'avance pour vos r�ponse

    Andr�

  2. #2
    Expert confirm�
    Homme Profil pro
    D�veloppeur informatique
    Inscrit en
    F�vrier 2005
    Messages
    5 503
    D�tails du profil
    Informations personnelles :
    Sexe : Homme
    �ge : 53
    Localisation : France, Val de Marne (�le de France)

    Informations professionnelles :
    Activit� : D�veloppeur informatique
    Secteur : Conseil

    Informations forums :
    Inscription : F�vrier 2005
    Messages : 5 503
    Par d�faut
    A en croire cette discussion
    http://social.msdn.microsoft.com/for...-d21876318d0d/

    Il faut faire un peu de m�nage sur votre disc.

  3. #3
    Membre averti

    Inscrit en
    D�cembre 2002
    Messages
    49
    D�tails du profil
    Informations forums :
    Inscription : D�cembre 2002
    Messages : 49
    Par d�faut
    merci

+ R�pondre � la discussion
Cette discussion est r�solue.

Discussions similaires

  1. R�ponses: 3
    Dernier message: 05/03/2014, 19h53
  2. Error LNK1104: cannot open file 'cv240d.lib'
    Par Diouk5 dans le forum OpenCV
    R�ponses: 4
    Dernier message: 29/05/2012, 11h48
  3. R�ponses: 2
    Dernier message: 30/04/2011, 12h30
  4. [EasyPHP] Fatal error: Can't open privilege tables
    Par lou0123 dans le forum EDI, CMS, Outils, Scripts et API
    R�ponses: 2
    Dernier message: 13/04/2006, 16h35
  5. Cannot open include file : un grand classique
    Par mamok dans le forum MFC
    R�ponses: 3
    Dernier message: 19/12/2005, 15h07

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo