Panel użytkownika
Nazwa użytkownika:
Hasło:
Nie masz jeszcze konta?

[Allegro 5, C++] Problem z kompilacją w Visual Studio 2010

Ostatnio zmodyfikowano 2012-10-09 15:14
Autor Wiadomość
Golum
Temat założony przez niniejszego użytkownika
[Allegro 5, C++] Problem z kompilacją w Visual Studio 2010
» 2012-10-08 23:48:03
Witam
Mam dość nietypowy problem. Jakiś czas temu próbowałem zainstalować w visual studio 2010 bibliotekę allegro. Odpuściłem sobie ta bibliotekę i wydawało mi się, że ją usunąłem. Jednak w ostatnim czasie przy kompilowaniu programów w visual studio wyskakuje mi błąd:
" error LNK1104: cannot open file 'allegro-5.0.6-monolith-md-debug.lib'
oraz:
-warning MSB8012: TargetExt(.exe) 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).

-warning MSB8012: TargetName(program) does not match the Linker's OutputFile property value (lib). 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).

-warning MSB8012: TargetPath(c:\users\artur\documents\visual studio 2010\Projects\program\Debug\program.exe) does not match the Linker's OutputFile property value (c:\allegro\lib). 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).
Dodam, że jestem raczej zielony w tych sprawach. Będę wdzięczny za pomoc. Pozdrawiam
P-66477
DejaVu
» 2012-10-09 15:14:13
W opcjach ogólnych linkera dodałeś sobie wpis allegro-5.0.6-monolith-md-debug.lib, dlatego Ci nie działa kompilacja.
P-66495
« 1 »
  Strona 1 z 1