Thread SDL--Installation: bekomme es nicht hin (15 answers)
Opened by pktm at 2005-03-03 21:14

pktm
 2005-03-24 02:03
#42897 #42897
User since
2003-08-07
2921 Artikel
BenutzerIn
[Homepage]
user image
Zuerst: Strat - Danke!

Dann:
Leider bekomme ich noch die Meldung
Quote
Der Prozedureinsprungpunkt "SDL_RemoveTimer" wurde in der DLL "SDL.dll" nicht gefunden.

als Windows-Popup[-Fehler].

Zudem noch diese hier vom Perl-Interpreter:
Quote
Can't locate auto/SDL/autosplit.ix in @INC (@INC contains: C:\Perl\bin C:/Perl/lib C:/Perl/site/lib .) at C:/Perl/lib/AutoLoader.pm line 160.
at C:/Perl/lib/SDL.pm line 8
Can't load 'C:/Perl/site/lib/auto/SDL_perl/SDL_perl.dll' for module SDL_perl: load_file:///Die angegebene Prozedur wurde nicht gefunden at C:/Perl/lib/DynaLoader.pm line 230.
at C:/Perl/lib/SDL.pm line 9
Compilation failed in require at C:/Perl/lib/SDL.pm line 9.
BEGIN failed--compilation aborted at C:/Perl/lib/SDL.pm line 9.
Compilation failed in require at sdl_test.pl line 6.
BEGIN failed--compilation aborted at sdl_test.pl line 6.


Mein Programm:
Code: (dl )
1
2
3
4
5
6
#!/Perl/bin/perl

use strict;
use warnings;
use lib qw(C:\Perl\bin);
use SDL;
http://www.intergastro-service.de (mein erstes CMS :) )

View full thread SDL--Installation: bekomme es nicht hin