From: Mattia B. <mb...@ds...> - 2001-05-09 20:23:10
|
Hello, since it seems I'm the only one tha can compile wxPerl w/ MinGW :-(, I just uploaded a .zip file containing a binary version for ActivePerl see ftp://wxperl.sourceforge.net/pub/wxperl/snapshot/ To use it: download to path\Wx-xxxxxxxx.zip mkdir snapshot cd snapshot unzip path\Wx-xxxxxxxx.zip ( or use WinZip / PkUnzip / whatever ) Then do: perl -Mblib="somepath\snapshot" your_program.pl New classes since 0.06: Wx::FSFile Wx::FileSystem Wx::FileSystemHandler Wx::InternetFSHandler Wx::MemoryFSHandler Wx::ZipFSHandler Wx::HtmlEasyPrinting Wx::PageSetupDialog Wx::PageSetupDialogData Wx::PrintData they are untested <lame excuse>I don't have that much time lately</lame excuse>, however wxFileSystem::AddHandler( new handler ) _does_ work, and probably HtmlEasyprinting too ( I'd be _really_ surprised if it didn't ). When I have some more time, I will test'em seriously, promise... this snapshot is intended as an exceptional measure, but it it interests someone, I can make snapshots on a more regular basis Regards Mattia |