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

AlPng Visual C++ 2008 EE - instalacja

Ostatnio zmodyfikowano 2009-08-29 19:13
Autor Wiadomość
steckel
Temat założony przez niniejszego użytkownika
AlPng Visual C++ 2008 EE - instalacja
» 2009-08-29 10:50:11
Wie ktoś może jak zainstalować bibliotekę AlPng na Visual C++ 2008 EE? Bardzo proszę o pomoc :)
P-9933
steckel
Temat założony przez niniejszego użytkownika
» 2009-08-29 13:54:20

MS Visual C++

Open command line window, make sure that Visual C++ is on the path (test it by typing cl, it should display Visual C++ version). If you have NET Framework 2.0 runtime installed, run configure.exe and select MS Visual C++ as a compiler, otherwise run on the command line

configure.bat msvc

Run configure.bat without parameters to see complete list of options.

Then run:

nmake

and wait until the library and example are build.

Copy the alpng.lib to the lib directory of your Visual C++ installation and src\alpng.h to the include directory of your Visual C++ installation.

Don't forget to link your application with the alpng.lib library.
Nie wiem jak uruchomić linię komend (command line) i wpisywać tam parametry.
P-9937
DejaVu
» 2009-08-29 14:00:50
Start/uruchom: cmd
P-9939
Aithne
» 2009-08-29 14:03:27
To się dowiedz. Co z ciebie za programista, skoro nie wiesz co to wiersz poleceń? To bezwzględnie TRZEBA znać. Start->Uruchom->wpisujesz "cmd"->Enter.
P-9940
steckel
Temat założony przez niniejszego użytkownika
» 2009-08-29 14:21:15

To się dowiedz. Co z ciebie za programista, skoro nie wiesz co to wiersz poleceń?
Właśnie dlatego piszę na forum, a poza tym nie pisałem, że jestem dobrym programistą. Nie wiedziałem, że chodzi o CMD.
Wpisałem:

configure.bat msvc
configure.bat
nmake
i mam błedy:
screen
O ile się nie mylę, będę musiał najpierw zainstalować allegro5?
P-9943
DejaVu
» 2009-08-29 14:55:25
AlPng jest rozszerzeniem biblioteki Allegro.
P-9944
steckel
Temat założony przez niniejszego użytkownika
» 2009-08-29 15:16:20
Mam zainstalowane allegro 4.9.9.1. więc chyba nie powinno być problemów, a jednak są fatalne błędy ;/
P-9945
DejaVu
» 2009-08-29 17:17:21
Zacznij od uruchomienia biblioteki allegro5 i jej przetestowania. Potem dopiero można się pokusić o ewentualne dodatkowe biblioteki.
P-9947
« 1 » 2 3
  Strona 1 z 3 Następna strona