You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
|
Feb
(7) |
Mar
(5) |
Apr
(4) |
May
(15) |
Jun
(10) |
Jul
(4) |
Aug
(12) |
Sep
(39) |
Oct
(22) |
Nov
(46) |
Dec
(65) |
2002 |
Jan
(19) |
Feb
(27) |
Mar
(50) |
Apr
(73) |
May
(85) |
Jun
(52) |
Jul
(49) |
Aug
(95) |
Sep
(152) |
Oct
(81) |
Nov
(42) |
Dec
(62) |
2003 |
Jan
(45) |
Feb
(47) |
Mar
(101) |
Apr
(110) |
May
(53) |
Jun
(72) |
Jul
(125) |
Aug
(77) |
Sep
(87) |
Oct
(69) |
Nov
(55) |
Dec
(71) |
2004 |
Jan
(127) |
Feb
(68) |
Mar
(93) |
Apr
(102) |
May
(64) |
Jun
(92) |
Jul
(40) |
Aug
(113) |
Sep
(44) |
Oct
(61) |
Nov
(44) |
Dec
(100) |
2005 |
Jan
(57) |
Feb
(51) |
Mar
(101) |
Apr
(73) |
May
(45) |
Jun
(97) |
Jul
(92) |
Aug
(94) |
Sep
(46) |
Oct
(83) |
Nov
(82) |
Dec
(68) |
2006 |
Jan
(92) |
Feb
(116) |
Mar
(84) |
Apr
(66) |
May
(40) |
Jun
(57) |
Jul
(89) |
Aug
(82) |
Sep
(58) |
Oct
(94) |
Nov
(104) |
Dec
(70) |
2007 |
Jan
(86) |
Feb
(108) |
Mar
(193) |
Apr
(84) |
May
(71) |
Jun
(54) |
Jul
(17) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Amanjit G. <ama...@gm...> - 2001-03-17 03:19:15
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I am currently using WxWin 2.26 with c++, and I am an occassional perl programmer. I would like to know if anyone has some WxPerl samples handy, I downloaded the recent distribution and installed it with PPM. I downloaded the .chm document file supplied at the ftp site for wxperl, and searched for "perl" in the document, and found only one hit?!? Would just like to see some sample script to get me started.. cya... Amanjit Gill (ama...@gm...) MSN Messenger (ama...@ho...) "Just do it. ...before Nike does" _____________________________________________________ -----BEGIN PGP SIGNATURE----- Version: PGPfreeware 6.5.8 for non-commercial use <http://www.pgp.com> iQA/AwUBOrLHdnQJ/f85m7B+EQLaSwCgkCZsU11netaGyWaH+/jzPgPF2ukAoKQw Cm2DWSiC/Cgef0OBxWFxsPY0 =3Nzw -----END PGP SIGNATURE----- |
From: Mattia B. <mb...@ds...> - 2001-03-16 21:02:35
|
I just uploaded Wx-0.05 PPM for ActivePerl/Win32, and modified wxWindows docs ( tex, html, chm ) to ftp://wxperl.sourceforge.net/pub/wxperl/0.05/. The PPM is based on wxWindows 2.2.6, the docs are wxWin 2.2.6 docs + some wxPerl notes; you may browse the HTML version using the wxWindows help viewer. Regards Mattia |
From: Mattia B. <mb...@ds...> - 2001-03-05 08:23:43
|
Hello, I am just releasing wxPerl 0.05; when wxWindows 2.2.6 will be out, I will release a PPM package for ActivePerl, and a version of wxWindows docs patched for wxPerl. ( Note: I will not use the SF release manager for docs & bin, because I don't want to waste space with alpha releases: I will put these on the ftp site, and post to the list ). Regards Mattia |
From: Mattia B. <mb...@ds...> - 2001-02-26 07:57:19
|
On Sun, 25 Feb 2001, lstern wrote: >I downloaded the code and tried to build it using vc++ 6 and Avtive State perl. After building the make file >perl Makefile.pl I ran nmake. The procedure is OK. I previouly had a MSVC6 user that solved an internal compiler error by installing SP4, this might help... Regards Mattia |
From: lstern <ls...@dr...> - 2001-02-25 21:13:35
|
I downloaded the code and tried to build it using vc++ 6 and Avtive = State perl. After building the make file=20 perl Makefile.pl I ran nmake. I am doing this on a win98 box.=20 Here is my output - Any idea what I did wrong?? Leon perl makefile.pl INC =3D> -ID:\PROGRA~1\WX2\include -ID:\PROGRA~1\WX2/contrib/include = -ID:\PROGRA~1\WX2/src/png -ID:\PROGRA~1\WX2/src/zlib = -ID:\PROGRA~1\WX2/src/jpeg -ID:\PROGRA~1\WX2/src/tiff=20 CCFLAGS =3D> -TP -c -W3 -nologo /O1 /GX=20 DEFINE =3D> -DWXP_VERSION=3D5006 -DWIN32 -D__WIN32__ -D_WINDOWS = -DWINVER=3D0x0400 /D__WIN95__ /D__WXMSW__ /DWXUSINGDLL=3D1 /D__WINDOWS__ = LIBS =3D> D:\PROGRA~1\WX2\lib\wx22_5.lib=20 LDFROM =3D> $(OBJECT) Wx.res Note (probably harmless): No library found for = 'D:/PROGRA~1/WX2/lib/wx22_5.lib' Usage: xsubpp [-v] [-C++] [-except] [-prototypes] [-noversioncheck] = [-nolinenumbers] [-nooptimize] [-noinout] [-noargtypes] [-s pattern] = [-typemap typemap]... file.xs Writing Makefile for Wx D:\wx_perl_sources\Wx-0.03>nmake nmake Microsoft (R) Program Maintenance Utility Version 6.00.8168.0 Copyright (C) Microsoft Corp 1988-1998. All rights reserved. cl.exe -c -ID:\PROGRA~1\WX2\include -ID:\PROGRA~1\WX2/contrib/include = -ID:\PROGRA~1\WX2/src/png -ID:\PROGRA~1\WX2/src/zlib = -ID:\PROGRA~1\WX2/src/jpeg -ID:\PROGRA~1\WX2/src/tiff -TP -c -W3 -nologo = /O1 /GX -O1 -MD -DNDEBUG -DVERSION=3D\"0.03\" = -DXS_VERSION=3D\"0.03\" -ID:\Perl\lib\CORE -DWXP_VERSION=3D5006 -DWIN32 = -D__WIN32__ -D_WINDOWS -DWINVER=3D0x0400 /D__WIN95__ /D__WXMSW__ = /DWXUSINGDLL=3D1 /D__WINDOWS__ Wx.c Wx.c cpp/app.h(61) : warning C4518: '__declspec(dllimport ) ' : storage-class = or type specifier(s) unexpected here; ignored XS/App.xs(81) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 1786)=20 Please choose the Technical Support command on the Visual C++=20 Help menu, or open the Technical Support help file for more = information NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~6\VC98\BIN\cl.exe' : = return code '0x2' Stop. D:\wx_perl_sources\Wx-0.03> |
From: Mattia B. <mb...@ds...> - 2001-02-18 20:37:30
|
Subject says it; Go to http://sourceforge.net/cvs/?group_id=15655 for basic instructions, or to http://sourceforge.net/docman/?group_id=1 for more detailed ones. Actually there are two just two modules: wxPerl ( the source ) and WebSite ( the web site, of course! ); you are probably interested only to the former one. Regards Mattia |
From: Dmitry D. <di...@ya...> - 2001-02-15 20:32:08
|
> From: "Mattia Barbon" <mb...@ds...> > To: wxp...@li... > Date: Wed, 14 Feb 2001 22:08:43 +0100 > Subject: Re: [wxperl-users] windows compile troubles > Reply-To: wxp...@li... > > >> We have used VC++ 6.0 and wxPerl-4.0 did not compile >> under NT4.0 > > Could you be more specific ( exactly what problem)? Anyway > I had an user that was able to compile wxPerl with > VC6 SP4 ( he had problems without SP4 ); you might also need SP4 missed on my setup, I think thats the problem... > to compile wxWindows with Makefiles ( wxPerl takes compilation > flags from Makefiles, so the problem may be > an inconsistency between .dsp and Makefile compilation flags ) Thanks. > > >> anyway, is it possible to get compiled wxPerl module >> for ActiveState or PerlFromSource Perl ? > > I plan to provide a precompiled version for AP ( and maybe > PerlFromSource ) for wxPerl 0.05 Could you give me a hint when 0.05 will be born ? use Perl; -dima. > > Regards > Mattia > > > > > > > > --__--__-- > > _______________________________________________ > wxperl-users mailing list > wxp...@li... > http://lists.sourceforge.net/lists/listinfo/wxperl-users > > > End of wxperl-users Digest -- Deem0N ** di...@ya... ** Natural born YASPer http://www.yasp.com/ Just Another Perl Monger http://spb.pm.org/ R U X Y founder http://www.ruxy.org.ru/ |
From: Mattia B. <mb...@ds...> - 2001-02-14 21:07:50
|
> We have used VC++ 6.0 and wxPerl-4.0 did not compile > under NT4.0 Could you be more specific ( exactly what problem)? Anyway I had an user that was able to compile wxPerl with VC6 SP4 ( he had problems without SP4 ); you might also need to compile wxWindows with Makefiles ( wxPerl takes compilation flags from Makefiles, so the problem may be an inconsistency between .dsp and Makefile compilation flags ) > anyway, is it possible to get compiled wxPerl module > for ActiveState or PerlFromSource Perl ? I plan to provide a precompiled version for AP ( and maybe PerlFromSource ) for wxPerl 0.05 Regards Mattia |
From: Dmitry D. <di...@ya...> - 2001-02-14 11:55:46
|
Hi, We have used VC++ 6.0 and wxPerl-4.0 did not compile under NT4.0 anyway, is it possible to get compiled wxPerl module for ActiveState or PerlFromSource Perl ? Even attachement to di...@ya... would be nice. Thank you. -- Deem0N ** di...@ya... ** Natural born YASPer http://www.yasp.com/ Just Another Perl Monger http://spb.pm.org/ R U X Y founder http://www.ruxy.org.ru/ |
From: Mattia B. <mb...@ds...> - 2001-02-09 21:26:17
|
Hello, I made a CVS snapshot page on the site, the files are built automatically every night; beware that they might not even compile properly. If you feel brave go to http://wxperl.sourceforge.net/snapshot/ Regards Mattia |
From: Mattia B. <mb...@ds...> - 2000-12-06 09:26:08
|
this is a test |