2013-04-01T14:19:51
GwenDragonA) Da muss irgendeine Batchdatei dabei sein, welche den Pfad auf die Exe und die Libs setzt!
SO wie ich mich dunkel an Windowszeiten erinnere:
Du musst ins bin\ des VS gehen und VCVARS32 aufrufen.
Erledigt.
2013-04-01T14:19:51
GwenDragonCPAN aufrufen
Dort look Win32::CLR eingeben
Makefile mit Perl Makefile.pl neu erzeugen
Das sieht dann bis hier her so aus:
cpan> look Win32::CLR
Running look for module 'Win32::CLR'
Trying to open a subshell in the build directory...
Working directory is C:\strawberry\cpan\build\Win32-CLR-0.03-PE7tQm
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. Alle Rechte vorbehalten.
C:\strawberry\cpan\build\Win32-CLR-0.03-PE7tQm>perl Makefile.pl
Compilation with gcc is not supported at Makefile.pl line 20.
Visual C++ 2005 or later is required at Makefile.pl line 25.
Compilation stop at Makefile.pl line 30.
C:\strawberry\cpan\build\Win32-CLR-0.03-PE7tQm>
Ich dachte immer, bei Strawberry wäre ein Compiler dabei.
Bitte gib mir nochmal einen Tipp.
Danke :)
10 print "Hallo"
20 goto 10