Many thanks to ephemient for recommending to try vcvarsall.bat.
In DOS successfully ran vcvarsall.bat, which was part of MS C++ Express 2008
Next I continued to try to follow the PerlMonks advice by using ppm, i.e. http://www.perlmonks.org/?node_id=434813
So I tried to make, really nmake Unicode-Map-0.112 again. I received one more ...
What is the best way to read a PPM (P6) image file in C# and save it as a Bitmap?
...
I am trying to install DBD::mysql and I am getting thousands of warnings and errors when I install like this:
perl -MCPAN -e 'install DBD::mysql'
The errors are like:
dbdimp.c:3215 error: 'imp_sth_t' has no member named 'warning_count'
Then at the end it says:
make had returned a bad status, install seems impossible
This also fa...
I guess I didn't upgrade the right way, but for a while I was running two versions of Perl concurrently. Now I just have one, but every time I start PPM it recreates the Perl folder of one of the old locations. I've set the active one to be the current Perl folder, but because the old one is still present on the list (displayed when I ...
On September 24, 2009 Sep 24, 2009 wxPerl 0.93 was released to CPAN.
Does anyone know where I can get a current ppm version of wxPerl 0.93 for Active Perl 5.10
The repositories (besides activestate.com) I know and visited are:
wxperl.co.uk (last version Feb 2009)
trouchelle.com (shows a fail status for Wx .93)
cpan.uwinnipeg.ca (W...
I am trying to install that module for mail sending .
And i am getting following errors :
Warning: Prerequisite 'IO::Socket::SSL => ' for 'CWEST/Net-SMTP-SSL-1.01.tar.gz'
failed when processing 'SULLR/IO-Socket-SSL-1.31.tar.gz' with 'make_test => NO'
. Continuing, but chances to succeed are limited.
cp lib/Net/SMTP/SSL.pm blib\lib\Net...
I am trying to use Win32::GuiTest and with Windows XP and perl version 5.8.6.
I am getting the following error:
Can't locate loadable object for module Win32::GuiTest in @INC (@INC contains:
C:/Perl/lib C:/Perl/site/lib .) at E:\a\simply.pl line 259
Compilation failed in require at E:\a\simply.pl line 259.
BEGIN failed--compilati...
I am using Active Perl and am looking for ways to set up a local repository to install various modules. Main reason behind is the production server has no internet access.
Can anyone point me any quick start or step-by-step tutorials on this?
...
I've found a PPM image with the header starting with PF (instead of standard P6, P5, P4, ... signatures).
The resolution number is stored in floating point (-1.000).
No comments are inserted to get how it was produced.
Because the resolution, I derived that each pixel is composed by 12 bytes (4 bytes per component)... I suppose they are...
Hello,
I need to read a PPM file and store it in an array written in C.
Can anybody help me out doing this?
Thanks a lot.
...
I want to enable Encode::HanExtra on Windows XP environment. I can't find the name HanExtra or Encode-HanExtra in PPM GUI. Is there any alias name for it?
...
I am looking something that:
Allows me to create projects (with a duration) and assign needed roles for them (I don't care about tasks or a gantt chart in this tool, just a project view)
Allows me to create people with one or more roles
Set desired start range date for each project
Calculate what people to assign to the project and a c...
Hi All,
I'm attempting to import code written in linux into eclipse's perl plugin 'epic', and have installed activestate perl in windows. Most of the modules have an activestate equivalent, but some of them I can't find in ppm. Does anyone know how I can get the following modules so that the code can compile?
File::Finder
Spread...
i need help with the coding of a program that will read a ppm file using command line arguments ( name of the ppm, name of output ppm)
what it has to do is, open the file read and store the dimensions of the image and the pixel data. There are 3 channels in a given pixel with max values of 255. must be compatible with binary bytes of d...